mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
Demo: Increase quota for 'test_nit'
The quota was insufficient for foc64
This commit is contained in:
parent
fd3b54a4fb
commit
3e952f4e49
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user