I have added a vmalloc option in grub.conf.
something like:
kernel /boot/vmlinuz ro root=/dev/ram1 ramdisk_size=136000 rhgb quiet vmalloc=512M
reboot, still it didn't increase the vmalloc size.
-bash-3.00# cat /proc/cmdline
ro root=/dev/ram1 ramdisk_size=136000 rhgb quiet
the vmalloc option has not been passed to the kernel, any idea hot to do it?
thanks,
warren
|