ANDROID: Reduce perturb table size for microdroid kernels
The current configuration for the perturb table size results in a 256 KB
allocation being made at boot. This memory is not used by microdroid,
since there is no requirement to support a networking stack. Therefore,
reduce it to be as small as possible, which drives down the allocation
size to just 4 KB.
Bug: 434256355
Change-Id: I2df5300a31982480333d6e2fca628ba1d3b92d60
Signed-off-by:
Isaac J. Manjarres <isaacmanjarres@google.com>
Loading
Please sign in to comment