Demo: Increase quota for 'test_nit'

The quota was insufficient for foc64
This commit is contained in:
Sebastian Sumpf 2012-08-21 15:50:42 +02:00 committed by Norman Feske
parent fd3b54a4fb
commit 3e952f4e49
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ int main(int argc, char **argv)
/* if there exists no configuration, use defaults */
} catch (...) {
launchpad.add_launcher("testnit", 512*1024);
launchpad.add_launcher("testnit", 768*1024);
launchpad.add_launcher("scout", 11*1024*1024);
launchpad.add_launcher("launchpad", 6*1024*1024);
launchpad.add_launcher("nitlog", 1*1024*1024);