Merge "ecos: make LOCAL builds compile again"
This commit is contained in:
@ -302,8 +302,9 @@ bool EcosKernelTestExperiment::faultInjection() {
|
|||||||
|
|
||||||
BPSingleListener bp;
|
BPSingleListener bp;
|
||||||
|
|
||||||
|
int experiments = 0;
|
||||||
#if !LOCAL
|
#if !LOCAL
|
||||||
for (int experiments = 0;
|
for (experiments = 0;
|
||||||
experiments < 500 || (m_jc.getNumberOfUndoneJobs() != 0); ) { // stop after ~500 experiments to prevent swapping
|
experiments < 500 || (m_jc.getNumberOfUndoneJobs() != 0); ) { // stop after ~500 experiments to prevent swapping
|
||||||
// 50 exp ~ 0.5GB RAM usage per instance (linearly increasing)
|
// 50 exp ~ 0.5GB RAM usage per instance (linearly increasing)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user