mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
Changing the number of threads in the test from 1000 to 750. 1000 will more often than not result in build failures due to constraints on the build systems.
Most recent centos based systems have process limit of 1024. Running this test will result in an OutOfMemory exception with description unable to create native thread.
This commit is contained in:
parent
a85b498afd
commit
d9f7bb2854
@ -139,7 +139,7 @@ public class SecurityGroupQueueTest extends TestCase {
|
||||
testNumJobsEqToNumVms2(400,5000);
|
||||
testNumJobsEqToNumVms2(1,1);
|
||||
testNumJobsEqToNumVms2(1,1000000);
|
||||
testNumJobsEqToNumVms2(1000,1);
|
||||
testNumJobsEqToNumVms2(750,1);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user