mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
Each container was taking up more than 3KB of space at boot-time structures This was due to having 4 pagers and 32 boot-time capabilities for each. This caused the boot-time kernel size to vary a lot with capabilities. The new numbers are optimum. Particularly we always have a single pager per container, even though the array structures allow more. Single pager makes container-wide privileges and management simpler.