Hi Matthias, El 12/11/18 a las 17:39, Matthias Adams escribió: > init] child "sd_card_drv" > [init] RAM quota: 104722432 > [init] ELF binary > [init] priority: 0 > [init] provides service Block > [init] ram_quota=104722432 > Warning: Quota exceeded! amount=81920, size=4069, consumed=81920 > > The Quota waring is coming from the allocator guard in > 'repos/base/include/base/allocator_guard.h', but I have no idea which > quota could have been exceeded, because the ram_quota should definitely > be enough when reading only a few KiB. > I would be grateful for any hints or ideas on why this is happening and > how to solve this issue.
Seems to come from Genodes Core (no log prefix), so, presumably from the guarded allocator of a session component of a Core service. Which Genode version you are using? Maybe, this is already fixed. Cheers, Martin _______________________________________________ Genode users mailing list [email protected] https://lists.genode.org/listinfo/users
