Readjust warning one more time

The actual cause of the issue wasn't memory, but still leave this
warning in (albeit a little less strict).
This commit is contained in:
Joshua Boniface 2023-09-01 15:42:26 -04:00
parent 681afd1d1b
commit 217d8fe35b
1 changed files with 4 additions and 6 deletions

View File

@ -84,14 +84,12 @@ pvc_routers:
#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: Unless you have an extremely limited amount of RAM, changing this setting is NOT RECOMMENDED. # > WARNING: Unless you have an extremely limited amount of RAM, changing this setting is NOT RECOMMENDED.
# Lowering the heap memory may cause extremely poor performance in Zookeeper during some tasks, # Lowering the heap limit may cause poor performance or crashes in Zookeeper during some tasks.
# including schema validation at node startup and node logging into Zookeeper, or even crashes. #pvc_zookeeper_heap_limit: 128M # 1/4 of default
#pvc_zookeeper_heap_limit: 128M
# 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: Unless you have an extremely limited amount of RAM, changing this setting is NOT RECOMMENDED. # > WARNING: Unless you have an extremely limited amount of RAM, changing this setting is NOT RECOMMENDED.
# Lowering the heap memory may cause extremely poor performance in Zookeeper during some tasks, # Lowering the stack limit may cause poor performance or crashes in Zookeeper during some tasks.
# including schema validation at node startup and node logging into Zookeeper, or even crashes. #pvc_zookeeper_stack_limit: 256M # 1/4 of default
#pvc_zookeeper_stack_limit: 256M
# Node list # Node list
# > Every node configured with this playbook must be specified in this list. # > Every node configured with this playbook must be specified in this list.