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:
parent
95cba558e4
commit
d139ad75c2
|
@ -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 -->
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue