Search code examples
vespa

Mismatch between content node storage ratio and server storage


I am using Vespa in a docker with one single content node on a Ubuntu server. The total storage is:

[root@vespa-container /]# df -h .
Filesystem      Size  Used Avail Use% Mounted on
overlay         485G  118G  343G  26% /

Apparently, 26% is far less than the default 80% (0.8) limit ratio in the Vespa setting. But I still got a NO_SPACE error:

ReturnCode(NO_SPACE, External feed is blocked due to resource exhaustion: memory on node 0 [vespa-container] (0.802 > 0.800))

How can I fix this? Thanks!


Solution

  • In this case you are limited by memory:

    memory on node 0 [vespa-container] (0.802 > 0.800))