Adjust warning message about Zookeeper memory size

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:26 -04:00
parent 2d31e6c8ea
commit 423d8b615f
1 changed files with 5 additions and 3 deletions

View File

@ -83,10 +83,12 @@ pvc_routers:
# here, only by editing the `files/ceph/<cluster>/ceph.conf` file directly. # here, only by editing the `files/ceph/<cluster>/ceph.conf` file directly.
#pvc_osd_memory_limit: 939524096 #pvc_osd_memory_limit: 939524096
# Zookeeper heap memory limit, sets Xms and Xmx values to the Java process; default is 512M. # Zookeeper heap memory limit, sets Xms and Xmx values to the Java process; default is 512M.
# WARNING: Do not set lower than 256MB when using pvc_log_to_zookeeper, or lower than 64MB otherwise! # WARNING: Do not override the default when using "pvc_log_to_zookeeper"; in this situation Zookeeper
#pvc_zookeeper_heap_limit: 256M # requires a very large relative heap size due to the constant writes to a large key.
#pvc_zookeeper_heap_limit: 64M
# Zookeeper stack memory limit, sets Xss value to the Java process; default is 1024M. # Zookeeper stack memory limit, sets Xss value to the Java process; default is 1024M.
# WARNING: Do not set lower than 128MB when using pvc_log_to_zookeeper, or lower than 32MB otherwise! # WARNING: Do not override the default when using "pvc_log_to_zookeeper"; in this situation Zookeeper
# requires a very large relative stack size due to the constant writes to a large key.
#pvc_zookeeper_stack_limit: 128M #pvc_zookeeper_stack_limit: 128M
# Node list # Node list