Increase RAM demanded by bomb children on 64bit systems

This commit is contained in:
Christian Helmuth 2012-07-10 09:32:12 +02:00
parent f730a9c343
commit b2478aec76
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ int main(int argc, char **argv)
parent_services.insert(new (env()->heap()) Parent_service(names[i]));
const long children = 2;
const long demand = 512 * 1024;
const long demand = 1024 * 1024;
unsigned long avail = env()->ram_session()->avail();
long amount = (avail - demand) / children;