Setting up RAM Drive

Guys, Have you tried installing RAM DRIVE? how can it help recordings to process? We are planning to buy one like this:
http://techreport.com/articles.x/9312
Thanks...
http://techreport.com/articles.x/9312
Thanks...
VICIDIAL astGUIclient discussion forum
http://www.vicidial.org/VICIDIALforum/
http://www.vicidial.org/VICIDIALforum/viewtopic.php?f=4&t=5129
mflorell wrote:I've just used system RAM for a RAM drive in Linux, very easy to set up and it reduced load and hard drive fragmentation tremendously.
i thisnk thats in slackware
how can i do a ramdrive on centos?
does anybody have any document
in /boot/grub/grub.conf add ramdisk_size=1000000
so that it should look like this :
kernel /vmlinuz-2.6.18-8.el5 ro root=LABEL=/1 ramdisk_size=1000000
in /etc/rc.d/rc.local : add or uncomment this :
### start ram drive for recordings
#/sbin/mke2fs -m 0 /dev/ram0
#/bin/mount /dev/ram0 /var/spool/asterisk/monitor
#/bin/mkdir /var/spool/asterisk/monitor/DONE
#/bin/mkdir /var/spool/asterisk/monitor/ORIG
beware you ll have to copy the files to an nfs drive every time the ram drive is full & before any reboot.
Net::FTP=GLOB(0x8aad2e4)<<< 550 Failed to change directory.
so is it ok to have a 2GB RAM drive and just use the mp3.pl script in the crontab to upload files to a local ftp server once in a while?