View Single Post
  #2 (permalink)  
Old 09-04-2008, 01:41 PM
jrefl5 jrefl5 is offline
Advanced Member
 
Posts: 205
Default

Quote:
Originally Posted by LMStone View Post
To create a 200MB RAM disk, we would:

1. zmcontrol stop
2. rm -R /opt/zimbra/amavisd/tmp/
3. add the following line to /etc/fstab:
/dev/shm /opt/zimbra/amavisd/tmp tmpfs defaults,size=200m,mode=700,uid=1003,gid=1000 0 0
4. reboot

(Note that the uid and gid above are the user id and group id for the 'zimbra' user and group, respectively and will likely have different values on different installations.)

Comments please!

Thanks!
Mark
Mark,
Its been a while since you posted this, have you implemented it?

I would like to reduce disk I/O on my system and this should have an impact.

Thanks James
Reply With Quote