ecos_kernel_test experiment updated (NOT TESTED)
The loop is running now until undone already fetched jobs are available. git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@2044 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -268,7 +268,7 @@ bool EcosKernelTestExperiment::faultInjection() {
|
||||
BPSingleListener bp;
|
||||
|
||||
#if !LOCAL
|
||||
for (int i = 0; i < 50; ++i) { // only do 50 sequential experiments, to prevent swapping
|
||||
for (int i = 0; i < 50 || (m_jc.getNumberOfUndoneJobs() != 0) ; ++i) { // only do 50 sequential experiments, to prevent swapping
|
||||
// 50 exp ~ 0.5GB RAM usage per instance (linearly increasing)
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user