using RAMDISK with ats

2016-07-23 Thread Randeep
Hi all, I am trying to use RAMdisk for ats. Here is how I created RAMDISK *mount -o size=20G -t tmpfs none /mnt/ramdisk/* And in storage.config I have specified it as below. cat /opt/ats/etc/trafficserver/storage.config /mnt/ramdisk* 20G* But every time I restart ats, I get the following warnin

Re: using RAMDISK with ats

2016-07-23 Thread Leif Hedstrom
I can't check now, but you really want to use the RAM disk as a raw device. Don't make a file system on it. -- Leif > On Jul 24, 2016, at 6:18 AM, Randeep wrote: > > Hi all, > > I am trying to use RAMdisk for ats. > > Here is how I created RAMDISK > *mount -o size=20G -t tmpfs none /mnt/ram

Re: using RAMDISK with ats

2016-07-23 Thread James Peach
> On Jul 24, 2016, at 2:18 PM, Randeep wrote: > > Hi all, > > I am trying to use RAMdisk for ats. > > Here is how I created RAMDISK > *mount -o size=20G -t tmpfs none /mnt/ramdisk/* > > And in storage.config I have specified it as below. > cat /opt/ats/etc/trafficserver/storage.config > /mnt/

Re: using RAMDISK with ats

2016-07-23 Thread Randeep
Thank you James. Is there any specific way do you recommend using ramdisk? As raw device? Regards, Randeep On Sun, Jul 24, 2016 at 11:48 AM, James Peach wrote: > > > On Jul 24, 2016, at 2:18 PM, Randeep wrote: > > > > Hi all, > > > > I am trying to use RAMdisk for ats. > > > > Here is how I c