Increase vmalloc size on kernel >=2.4.27



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/



Relevant Pages

  • Re: [PATCH] reserve RAM below PHYSICAL_START
    ... The "reserved RAM" can be mapped by virtualization software with to ... You're right but the relocatable kernel only works if you relocate it ... only works up to address near 1G, we can't reserve more than 1G with ...
    (Linux-Kernel)
  • Re: RFC: Put printk buffer in video ram
    ... I discovered that on my system video ram isn't cleared on reboot, ... written log to the memory buffer. ... with 'memmap' kernel parameter. ... I could reserve the memory same way using the code, ...
    (Linux-Kernel)
  • Re: Virtual Memory problem in kernel 2.4.18xsmp
    ... that the exact error message is "virtual memory exhausted". ... CentOS 5.2(2GB RAM, 4GB swap) with Intel compiler 10.1, and the ... split to allow 2G for kernel and as much for user. ...
    (Linux-Kernel)
  • Re: Debian stable with 2G ram
    ... > Which Kernel for Debian stable do I need for a machine with 2G ram? ... A quote from the kernel config for memory. ... 3GB are mapped so that each process sees a 3GB virtual memory ... If the machine has between 1 and 4 Gigabytes physical RAM, ...
    (Debian-User)
  • Re: 1GB RAM is missing.
    ... Your dmesg does suggest that the kernel knows 4GB, but HIGHMEM4G is probably set to 'no'. ... 3GB are mapped so that each process sees a 3GB virtual memory ... Here is dmesg output for 3 of 4 RAM sticks ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ...
    (Debian-User)