I'm using a 6.2 deployment with the official compose file: docker-compose_v3_ubuntu_pgsql_latest.yaml
How would I go about increasing the configuration cache size? I've added 45 servers so far and I'm at about 85%.
I found ZBX_CACHESIZE=8M in env_vars/.env_srv and changed that to 256M. However, I'm not sure if that is the correct value to edit and I'm not sure how to recreate the container to pick up the new value?
How would I go about increasing the configuration cache size? I've added 45 servers so far and I'm at about 85%.
I found ZBX_CACHESIZE=8M in env_vars/.env_srv and changed that to 256M. However, I'm not sure if that is the correct value to edit and I'm not sure how to recreate the container to pick up the new value?
Comment