
When running sel4 in my processor it is taking too long to get this line "vka_alloc_object_at_maybe_dev@object.h:65 Failed to allocate object of size 268435456, error 1" Is there any options to reduce allocation object size? Or any other methods to speed up Regards, Sreenadh S CDAC, Trivandrum, India

Hi Sreenadh,
This is sel4test trying to allocate huge amounts of memory. To change it, you can change this line: https://github.com/seL4/sel4test/blob/master/apps/sel4test-driver/src/main.c... to use a smaller size_bits value to start looking at.
Cheers
Anna.
________________________________
From: Devel
participants (2)
-
Anna.Lyons@data61.csiro.au
-
Sreenadh S