mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
os: increase init's slack RAM quota (fix #2103)
This commit is contained in:
committed by
Christian Helmuth
parent
3bd361dfa5
commit
0cbfef7bf1
@@ -115,7 +115,7 @@ namespace Init {
|
||||
*/
|
||||
static inline Genode::size_t avail_slack_ram_quota()
|
||||
{
|
||||
Genode::size_t const preserve = 128*1024;
|
||||
Genode::size_t const preserve = 148*1024;
|
||||
Genode::size_t const avail = Genode::env()->ram_session()->avail();
|
||||
|
||||
return avail > preserve ? avail - preserve : 0;
|
||||
|
||||
Reference in New Issue
Block a user