Quote:
Originally Posted by LMStone 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