mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
base: increase retry in expanding_pd_session
This commit is contained in:
parent
e6d20aba93
commit
675d31587c
@ -43,7 +43,7 @@ struct Genode::Expanding_pd_session_client : Pd_session_client
|
||||
* If the RAM session runs out of quota, issue a resource request
|
||||
* to the parent and retry.
|
||||
*/
|
||||
enum { NUM_ATTEMPTS = 2 };
|
||||
enum { NUM_ATTEMPTS = 10 };
|
||||
enum { UPGRADE_CAPS = 4 };
|
||||
return retry<Out_of_ram>(
|
||||
[&] () {
|
||||
|
Loading…
Reference in New Issue
Block a user