This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 95cba558e4 NO-JIRA Allocating less memory on soak-tests
95cba558e4 is described below

commit 95cba558e41ab60a015c38384214d4ed20320b64
Author: Clebert Suconic <[email protected]>
AuthorDate: Mon Mar 27 09:18:55 2023 -0400

    NO-JIRA Allocating less memory on soak-tests
    
    These tests are requiring a huge ammount of memory from CI Servers.
    I'm tunning down the memory usage and parameters on a few tests.
---
 tests/soak-tests/pom.xml                               | 2 +-
 tests/soak-tests/src/test/scripts/parameters-paging.sh | 6 +++---
 tests/soak-tests/src/test/scripts/parameters.sh        | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/tests/soak-tests/pom.xml b/tests/soak-tests/pom.xml
index 3bc6398e53..f19d6c952c 100644
--- a/tests/soak-tests/pom.xml
+++ b/tests/soak-tests/pom.xml
@@ -130,7 +130,7 @@
                      
<configuration>${basedir}/target/classes/servers/horizontalPaging</configuration>
                      <args>
                         <arg>--java-memory</arg>
-                        <arg>10G</arg>
+                        <arg>2G</arg>
                      </args>
                   </configuration>
                </execution>
diff --git a/tests/soak-tests/src/test/scripts/parameters-paging.sh 
b/tests/soak-tests/src/test/scripts/parameters-paging.sh
index faaf8a7565..23b1a0f780 100755
--- a/tests/soak-tests/src/test/scripts/parameters-paging.sh
+++ b/tests/soak-tests/src/test/scripts/parameters-paging.sh
@@ -31,21 +31,21 @@ export TEST_HORIZONTAL_SERVER_START_TIMEOUT=300000
 export TEST_HORIZONTAL_TIMEOUT_MINUTES=120
 export TEST_HORIZONTAL_PROTOCOL_LIST=OPENWIRE,CORE,AMQP
 
-export TEST_HORIZONTAL_CORE_DESTINATIONS=200
+export TEST_HORIZONTAL_CORE_DESTINATIONS=20
 export TEST_HORIZONTAL_CORE_MESSAGES=1000
 export TEST_HORIZONTAL_CORE_COMMIT_INTERVAL=100
 export TEST_HORIZONTAL_CORE_RECEIVE_COMMIT_INTERVAL=0
 export TEST_HORIZONTAL_CORE_MESSAGE_SIZE=20000
 export TEST_HORIZONTAL_CORE_PARALLEL_SENDS=10
 
-export TEST_HORIZONTAL_AMQP_DESTINATIONS=200
+export TEST_HORIZONTAL_AMQP_DESTINATIONS=20
 export TEST_HORIZONTAL_AMQP_MESSAGES=1000
 export TEST_HORIZONTAL_AMQP_COMMIT_INTERVAL=100
 export TEST_HORIZONTAL_AMQP_RECEIVE_COMMIT_INTERVAL=0
 export TEST_HORIZONTAL_AMQP_MESSAGE_SIZE=20000
 export TEST_HORIZONTAL_AMQP_PARALLEL_SENDS=10
 
-export TEST_HORIZONTAL_OPENWIRE_DESTINATIONS=200
+export TEST_HORIZONTAL_OPENWIRE_DESTINATIONS=20
 export TEST_HORIZONTAL_OPENWIRE_MESSAGES=1000
 export TEST_HORIZONTAL_OPENWIRE_COMMIT_INTERVAL=100
 export TEST_HORIZONTAL_OPENWIRE_RECEIVE_COMMIT_INTERVAL=0
diff --git a/tests/soak-tests/src/test/scripts/parameters.sh 
b/tests/soak-tests/src/test/scripts/parameters.sh
index db95c3776b..9459d0fe23 100755
--- a/tests/soak-tests/src/test/scripts/parameters.sh
+++ b/tests/soak-tests/src/test/scripts/parameters.sh
@@ -29,21 +29,21 @@ export TEST_HORIZONTAL_SERVER_START_TIMEOUT=300000
 export TEST_HORIZONTAL_TIMEOUT_MINUTES=120
 export TEST_HORIZONTAL_PROTOCOL_LIST=OPENWIRE,CORE,AMQP
 
-export TEST_HORIZONTAL_CORE_DESTINATIONS=200
+export TEST_HORIZONTAL_CORE_DESTINATIONS=20
 export TEST_HORIZONTAL_CORE_MESSAGES=1000
 export TEST_HORIZONTAL_CORE_COMMIT_INTERVAL=100
 export TEST_HORIZONTAL_CORE_RECEIVE_COMMIT_INTERVAL=0
 export TEST_HORIZONTAL_CORE_MESSAGE_SIZE=20000
 export TEST_HORIZONTAL_CORE_PARALLEL_SENDS=10
 
-export TEST_HORIZONTAL_AMQP_DESTINATIONS=200
+export TEST_HORIZONTAL_AMQP_DESTINATIONS=20
 export TEST_HORIZONTAL_AMQP_MESSAGES=1000
 export TEST_HORIZONTAL_AMQP_COMMIT_INTERVAL=100
 export TEST_HORIZONTAL_AMQP_RECEIVE_COMMIT_INTERVAL=0
 export TEST_HORIZONTAL_AMQP_MESSAGE_SIZE=20000
 export TEST_HORIZONTAL_AMQP_PARALLEL_SENDS=10
 
-export TEST_HORIZONTAL_OPENWIRE_DESTINATIONS=200
+export TEST_HORIZONTAL_OPENWIRE_DESTINATIONS=20
 export TEST_HORIZONTAL_OPENWIRE_MESSAGES=1000
 export TEST_HORIZONTAL_OPENWIRE_COMMIT_INTERVAL=100
 export TEST_HORIZONTAL_OPENWIRE_RECEIVE_COMMIT_INTERVAL=0

Reply via email to