NO-JIRA Allocating less memory on soak-tests

OWLeakTests is requiring a huge 200MB string to be sent to the clients
which is using too many resources from CI
This commit is contained in:
Clebert Suconic 2023-03-27 12:30:33 -04:00 committed by clebertsuconic
parent 95cba558e4
commit d139ad75c2
3 changed files with 2 additions and 6 deletions

View File

@ -213,10 +213,6 @@
<noWeb>false</noWeb>
<instance>${basedir}/target/openwire-leaktest</instance>
<configuration>${basedir}/target/classes/servers/openwire-leaktest</configuration>
<args>
<arg>--java-memory</arg>
<arg>3G</arg>
</args>
</configuration>
</execution>
<!-- Used on TestRetention -->

View File

@ -97,5 +97,5 @@ export TEST_OW_LEAK_TEST_ENABLED=true
export TEST_OW_LEAK_PROTOCOL_LIST=OPENWIRE
export TEST_OW_LEAK_OPENWIRE_NUMBER_OF_MESSAGES=15
export TEST_OW_LEAK_OPENWIRE_PRODUCERS=1
export TEST_OW_LEAK_OPENWIRE_MESSAGE_SIZE=200000000
export TEST_OW_LEAK_OPENWIRE_MESSAGE_SIZE=2000000
export TEST_OW_LEAK_PRINT_INTERVAL=1

View File

@ -95,5 +95,5 @@ export TEST_OW_LEAK_TEST_ENABLED=true
export TEST_OW_LEAK_PROTOCOL_LIST=OPENWIRE
export TEST_OW_LEAK_OPENWIRE_NUMBER_OF_MESSAGES=15
export TEST_OW_LEAK_OPENWIRE_PRODUCERS=1
export TEST_OW_LEAK_OPENWIRE_MESSAGE_SIZE=200000000
export TEST_OW_LEAK_OPENWIRE_MESSAGE_SIZE=2000000
export TEST_OW_LEAK_PRINT_INTERVAL=1