Re: [qmailtoaster] simcan on ramdisk

2017-09-20 Thread Remo Mattei
here is my fstab simscan-disk         /var/qmail/simscan  tmpfs size=5100M,nodev,noexec,noatime,uid=46,gid=46,mode=2750 0 0 On 9/20/17 9:41 PM, Eric Broch wrote: > > Hi Rajesh (and others), > > I just implemented ramdisk for simscan on my business server. Haven't > put the entry in the

Re: [qmailtoaster] simcan on ramdisk

2017-09-20 Thread Remo Mattei
just sent a test Sep 20 22:12:06 qmail7 clamd: /var/qmail/simscan/1505970720.743939.2533/addr.1505970720.743939.2533: OK Sep 20 22:12:06 qmail7 clamd: /var/qmail/simscan/1505970720.743939.2533/textfile0: OK Sep 20 22:12:06 qmail7 clamd: /var/qmail/simscan/1505970720.743939.2533/textfile1: OK Sep

Re: [qmailtoaster] simcan on ramdisk

2017-09-20 Thread Eric Broch
Hi Rajesh (and others), I just implemented ramdisk for simscan on my business server. Haven't put the entry in the /etc/fstab file yet but did it on the command line for testing. Here's my procedure: 1) # qmailctl stop 2) # mount -t tmpfs -o

Re: [qmailtoaster] simcan on ramdisk

2017-09-20 Thread Remo Mattei
Good I tried up to 4 gb and that was huge diff Remo Il giorno 20 set 2017, alle ore 18:29, Eric Broch ha scritto: Not yet, I'll get around to it tomorrow; although, I did create a ramdisk not using qmail and the i/o is below...ramdisk and regular disk: # mount -t

Re: [qmailtoaster] simcan on ramdisk

2017-09-20 Thread Eric Broch
Not yet, I'll get around to it tomorrow; although, I did create a ramdisk not using qmail and the i/o is below...ramdisk and regular disk: # mount -t tmpfs -o size=1024m myramdisk /root/test Tests: [root@pet105 ~]# dd if=/dev/zero of=/root/test/zero bs=4k count=1 1+0 records in

Re: [qmailtoaster] simcan on ramdisk

2017-09-19 Thread Eric Broch
Hi Rajesh, It looks straight forward: https://www.linuxbabe.com/command-line/create-ramdisk-linux https://www.jamescoyle.net/how-to/943-create-a-ram-disk-in-linux I've never done it, but may give it a try today or tomorrow. Eric On 9/19/2017 8:42 AM, Rajesh M wrote: hi all, has anyone

[qmailtoaster] simcan on ramdisk

2017-09-19 Thread Rajesh M
hi all, has anyone tried putting the /var/qmail/simscan folder on ramdisk how do i do it incase of centos 6 i was checking out this page and found that it significantly increases performance https://qmail.jms1.net/simscan/ if anyone has done it could you please share the details of how to do