On Wed, 15 Nov 2006 12:35:38 -0800
"Philip M. Gollucci" <[EMAIL PROTECTED]> wrote:
> Perrin Harkins wrote:
> > Most of the apache tuning guides, as well as the MySQL docs,
> > recommend turning off atime on your filesystem (setting noatime).
> > Are other people doing this? Do you know if it has
Perrin Harkins wrote:
Most of the apache tuning guides, as well as the MySQL docs, recommend
turning off atime on your filesystem (setting noatime). Are other
people doing this? Do you know if it has helped with performance? Have
you found any problems with it?
I don't do it with /www file
On Wed, 15 Nov 2006 10:55:00 -0500
Perrin Harkins <[EMAIL PROTECTED]> wrote:
> Most of the apache tuning guides, as well as the MySQL docs,
> recommend turning off atime on your filesystem (setting noatime).
> Are other people doing this? Do you know if it has helped with
> performance? Have you
It absolutely helps performance. Atime is access time. Otherwise basically
everytime a file is accessed, the atime is updated. This causes a lot of
little writes to the hard drive constantly.
I have recently begun turning it off on our servers in the past 2 years
because in 10 years, I've n
Most of the apache tuning guides, as well as the MySQL docs, recommend
turning off atime on your filesystem (setting noatime). Are other
people doing this? Do you know if it has helped with performance? Have
you found any problems with it?
- Perrin