Re: Speed up amavisd-new on OpenBSD

2012-09-05 Thread Chaminda Indrajith
Thank you all for the support... :) On Wed, Sep 5, 2012 at 11:57 PM, Janne Johansson wrote: > You get it even if you don't specify it on mfs'es. > > 2012/9/5 Chris Cappuccio : > > the async flag is not necessary > > > > Chaminda Indrajith [c.indraj...@gmail.com] wrote: > >> Thanks... > >> I did i

Re: Speed up amavisd-new on OpenBSD

2012-09-05 Thread Janne Johansson
You get it even if you don't specify it on mfs'es. 2012/9/5 Chris Cappuccio : > the async flag is not necessary > > Chaminda Indrajith [c.indraj...@gmail.com] wrote: >> Thanks... >> I did it and steps are shown below. >> >> >> mount_mfs -s 2097152 /dev/sd0b /var/amavisd/tmp/ >> >> # df -h >> Files

Re: Speed up amavisd-new on OpenBSD

2012-09-05 Thread Chris Cappuccio
the async flag is not necessary Chaminda Indrajith [c.indraj...@gmail.com] wrote: > Thanks... > I did it and steps are shown below. > > > mount_mfs -s 2097152 /dev/sd0b /var/amavisd/tmp/ > > # df -h > Filesystem SizeUsed Avail Capacity Mounted on > mfs:30586 1005M2.0K955M

Re: Speed up amavisd-new on OpenBSD

2012-09-05 Thread Chaminda Indrajith
Thanks... I did it and steps are shown below. mount_mfs -s 2097152 /dev/sd0b /var/amavisd/tmp/ # df -h Filesystem SizeUsed Avail Capacity Mounted on mfs:30586 1005M2.0K955M 0%/var/amavisd/tmp And append /etc/fstab /dev/sd0b /var/amavisd/tmp mfs rw,async,-s=209715

Re: Speed up amavisd-new on OpenBSD

2012-09-05 Thread Chaminda Indrajith
Thanks... I will check.. :) On Wed, Sep 5, 2012 at 3:42 PM, Andre Keller wrote: > Am 05.09.2012 11:58, schrieb Chaminda Indrajith: > > Could anybody please tell me how to mount a potion of RAM on > > /var/amavisd/tmp? > > man mount_mfs

Re: Speed up amavisd-new on OpenBSD

2012-09-05 Thread Andre Keller
Am 05.09.2012 11:58, schrieb Chaminda Indrajith: > Could anybody please tell me how to mount a potion of RAM on > /var/amavisd/tmp? man mount_mfs

Re: Speed up amavisd-new on OpenBSD

2012-09-05 Thread Zé Loff
On Sep 5, 2012, at 10:58 AM, Chaminda Indrajith wrote: > Dear All, > Amavisd-new's speed is limited by the speed and latency of your disk I/O. > Therefore, It is recommended putting the temporary files of Amavisd-new > into RAM. > > Could anybody please tell me how to mount a potion of RAM on >