Not enough free space for cache file of size [8757706752] in path [/usr/share/elasticsearch/data/nodes/0]

I ran a container of frozen node with image tag 7.16.2,here is the Elasticsearch.yml

cluster.name: "docker-cluster"
network.host: 192.168.56.13
discovery.seed_hosts: ["192.168.56.13", "192.168.56.12", "192.168.56.14"]
node.attr.type: data_frozen
node.roles: [data_frozen]
cluster.initial_master_nodes: ["192.168.56.14"]

when it's started, the error like title occured, the cold node doesn't have the problem. what's wrong with it? If the problem is about resource, how much it will be running?

Please share the entire Elasticsearch log from startup to end.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.