Increase testing ELK 7x Elastic heap size

During zuul testing, Elasticsearch would not always have the memory available
to handle the logs generated on startup by system services in real time. This
would cause test failures due to Elasticsearch buffering, which resulted in
unusually large data transfers. The testing Elasticsearch JVM heap size has
been bumped from 512mb to 1024mb to try and prevent these issues during testing.
This change only affects the CI tests.

Change-Id: I93c57fd0bcf62d5da7f7472dafef75375a63f07f
This commit is contained in:
Duncan Martin Walker 2020-01-23 10:17:57 +00:00
parent de8eb39866
commit 8292628d78

View File

@ -18,7 +18,7 @@ physical_host: localhost
# NOTE(cloudnull): Test configs used to minimize the impact of a
# multi-node install with limited resources.
q_storage: 1
elastic_memory_lower_limit: 512
elastic_memory_upper_limit: 512
elastic_memory_lower_limit: 1024
elastic_memory_upper_limit: 1024
osa_test_repo: "openstack/openstack-ansible-ops"