4 Jul
2013
4 Jul
'13
3:31 a.m.
On 27.6.2013, at 19.44, Ken A ka@pacific.net wrote:
I'm using dict quota like so:
quota = dict:User quota::file:/[path]/quotas/%u
[path]/quotas/ is a tmpfs.
The idea is to do less work on disk.
There are no fsync() or fdatasync() calls to quota files. Ideally if the system had enough memory and the disk IO wasn't used up all the time, it wouldn't waste any time on unnecessary disk writes. Now, whether the current OSes worked that way I don't really know.. I think there are quite a lot of settings for that though. Placing quota files (and maybe indexes) on a different mount point would allow changing such settings.