MAX_BPAGES
#define MAX_BPAGES 64
#define MAX_BPAGES 4096
#define MAX_BPAGES MIN(8192, physmem/40)
#define MAX_BPAGES 4096
#define MAX_BPAGES (Maxmem > atop(0x100000000ULL) ? 8192 : 512)
#define MAX_BPAGES 8192