mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-05 21:31:36 +00:00
Previously, Graphene preallocated 64MB for PAL internal metadata like trusted/protected files metadata, handles metadata, etc. If this limit was depleted, Graphene loudly failed, and the user had no option but to change constant in source code and rebuild Graphene. This commit adds the manifest option `loader.pal_internal_mem_size` to allow increasing this limit.