内容节点存储比例与服务器存储不匹配
Mismatch between content node storage ratio and server storage
我在 docker 中使用 Vespa,在 Ubuntu 服务器上有一个内容节点。总存储量为:
[root@vespa-container /]# df -h .
Filesystem Size Used Avail Use% Mounted on
overlay 485G 118G 343G 26% /
显然,26% 远低于 Vespa setting 中默认的 80% (0.8) 限制比率。但我仍然遇到 NO_SPACE 错误:
ReturnCode(NO_SPACE, External feed is blocked due to resource exhaustion: memory on node 0 [vespa-container] (0.802 > 0.800))
我该如何解决这个问题?谢谢!
在这种情况下你受内存限制:
memory on node 0 [vespa-container] (0.802 > 0.800))
我在 docker 中使用 Vespa,在 Ubuntu 服务器上有一个内容节点。总存储量为:
[root@vespa-container /]# df -h .
Filesystem Size Used Avail Use% Mounted on
overlay 485G 118G 343G 26% /
显然,26% 远低于 Vespa setting 中默认的 80% (0.8) 限制比率。但我仍然遇到 NO_SPACE 错误:
ReturnCode(NO_SPACE, External feed is blocked due to resource exhaustion: memory on node 0 [vespa-container] (0.802 > 0.800))
我该如何解决这个问题?谢谢!
在这种情况下你受内存限制:
memory on node 0 [vespa-container] (0.802 > 0.800))