by yasserin » Sat Sep 06, 2008 2:47 pm
I tried to resize the ramdisk by appending this entry in your /boot/grub/menu.1st:
ramdisk_size=1024000
but the linux kernels freeze when I boot up, I had to erase it so Linux could boot normally, maybe thats not the way to do it.
Id had two questions, How I can change the 16 Mb of the RamDisk, cause the method you told me didnt work, I dont know maybe I Did something wrong.
The another one is I want to change from ramdisk to tmpfs I only had to change on the rc.local the /dev/ram0 to /dev/shm.
As I told you Im using Vicidial Now 1.1, and default kernel Ram was uncomment it. heres the rc.local texta that I was asking if I had to change
### uncomment If kernel RAM drive is enabled
mke2fs -m 0 /dev/ram0
mount /dev/ram0 /var/spool/asterisk/monitor
mkdir /var/spool/asterisk/monitor/DONE
mkdir /var/spool/asterisk/monitor/ORIG