mirror of https://github.com/ceph/ceph-ansible.git
mon/osd: bump container memory limit
As discussed with the cores, the current limits are too low and should be bumped to higher value. So now by default monitors get 3GB and OSDs get 5GB. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1591876 Signed-off-by: Sébastien Han <seb@redhat.com>pull/2785/head
parent
21894655a7
commit
a9ed3579ae
|
@ -77,7 +77,7 @@ dummy:
|
|||
# For the whole list of limits you can apply see: docs.docker.com/engine/admin/resource_constraints
|
||||
# Default values are based from: https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/2/html/red_hat_ceph_storage_hardware_guide/minimum_recommendations
|
||||
# These options can be passed using the 'ceph_mon_docker_extra_env' variable.
|
||||
#ceph_mon_docker_memory_limit: 1g
|
||||
#ceph_mon_docker_memory_limit: 3g
|
||||
#ceph_mon_docker_cpu_limit: 1
|
||||
|
||||
# Use this variable to add extra env configuration to run your mon container.
|
||||
|
|
|
@ -237,7 +237,7 @@ dummy:
|
|||
# For the whole list of limits you can apply see: docs.docker.com/engine/admin/resource_constraints
|
||||
# Default values are based from: https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/2/html/red_hat_ceph_storage_hardware_guide/minimum_recommendations
|
||||
# These options can be passed using the 'ceph_osd_docker_extra_env' variable.
|
||||
#ceph_osd_docker_memory_limit: 3g
|
||||
#ceph_osd_docker_memory_limit: 5g
|
||||
#ceph_osd_docker_cpu_limit: 1
|
||||
|
||||
# The next two variables are undefined, and thus, unused by default.
|
||||
|
|
|
@ -69,7 +69,7 @@ create_crush_tree: false
|
|||
# For the whole list of limits you can apply see: docs.docker.com/engine/admin/resource_constraints
|
||||
# Default values are based from: https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/2/html/red_hat_ceph_storage_hardware_guide/minimum_recommendations
|
||||
# These options can be passed using the 'ceph_mon_docker_extra_env' variable.
|
||||
ceph_mon_docker_memory_limit: 1g
|
||||
ceph_mon_docker_memory_limit: 3g
|
||||
ceph_mon_docker_cpu_limit: 1
|
||||
|
||||
# Use this variable to add extra env configuration to run your mon container.
|
||||
|
|
|
@ -229,7 +229,7 @@ ceph_config_keys: [] # DON'T TOUCH ME
|
|||
# For the whole list of limits you can apply see: docs.docker.com/engine/admin/resource_constraints
|
||||
# Default values are based from: https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/2/html/red_hat_ceph_storage_hardware_guide/minimum_recommendations
|
||||
# These options can be passed using the 'ceph_osd_docker_extra_env' variable.
|
||||
ceph_osd_docker_memory_limit: 3g
|
||||
ceph_osd_docker_memory_limit: 5g
|
||||
ceph_osd_docker_cpu_limit: 1
|
||||
|
||||
# The next two variables are undefined, and thus, unused by default.
|
||||
|
|
Loading…
Reference in New Issue