On Fri, Mar 13, 2026 at 04:06:36PM +0000, Anatoly Burakov wrote: > Currently, VA space allocation is regulated by two constants picked up from > config - max memseg per list, and max memory per list. In preparation for > these limits being dynamic, add a per-page-size limit value in config, > populate that value from these defaults at init time, and adjust the code > to only refer to the mem limits from internal config. > > Signed-off-by: Anatoly Burakov <[email protected]> > --- Acked-by: Bruce Richardson <[email protected]>

