View Single Post
  #2 (permalink)  
Old 11-09-2006, 12:59 PM
warren warren is offline
Member
User
 
Join Date: Jun 2005
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
warren
Default

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
Reply With Quote