rivosinc / salus

Risc-V hypervisor for TEE development
96 stars 25 forks source link

test-workloads: Increase the number of zero-pages for guestvm. #319

Closed rajnesh-kanwal closed 1 year ago

rajnesh-kanwal commented 1 year ago

In debug mode guest seem to be consuming more stack than release mode, but tellus can only assign 10 zero pages at max and when guest tries to access more pages in the stack, tellus panics as it's not able to assign more pages.