Increase vmalloc size on kernel >=2.4.27

From: Giampaolo Bellini
Date: Sun Jul 15 2007 - 05:44:16 EST


Hi all...

is there a way to reserve more than 128MB of virtual memory on a i386
machine with kernel >=2.4.27 and 1GB of RAM ?

looking in page.h I've found a

#define VMALLOC_RESERVE (128<<20)

but changing it to

#define VMALLOC_RESERVE (256<<20)

does not solve my problem.

thanks a lot for your time,

Paolo

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/