--- zzzz-none-000/linux-5.15.111/arch/x86/mm/pgtable_32.c 2023-05-11 14:00:40.000000000 +0000 +++ puma7-atom-6670-761/linux-5.15.111/arch/x86/mm/pgtable_32.c 2024-02-07 10:22:35.000000000 +0000 @@ -18,7 +18,9 @@ #include #include -unsigned int __VMALLOC_RESERVE = 128 << 20; +/* AVM: default vmalloc reservation is increased 128 → 512MB, cp. JZ-38453 */ +/* AVM: default vmalloc reservation is decreased 512 → 256MB, cp. JZ-42707 */ +unsigned int __VMALLOC_RESERVE = 256 << 20; /* * Associate a virtual page frame with a given physical page frame @@ -72,6 +74,8 @@ * vmalloc=size forces the vmalloc area to be exactly 'size' * bytes. This can be used to increase (or decrease) the * vmalloc area - the default is 128m. + * + * AVM: default vmalloc reservation increased to 512MB, cp. JZ-38453 */ static int __init parse_vmalloc(char *arg) {