cletus Asked: 2009-05-01 15:30:36 +0800 CST2009-05-01 15:30:36 +0800 CST 2009-05-01 15:30:36 +0800 CST How to best tune a Linux development machine? 772 How to best tune a Linux PC for development purposes? performance linux development tuning 5 Answers Voted Paul Tomblin 2009-05-01T15:48:39+08:002009-05-01T15:48:39+08:00 Spend money on RAM first, disk second, and CPU speed third. Use CVS or some other software version control system even if you're the only programmer. Back up frequently. Actually, spend money on a good monitor and keyboard first. cletus 2009-05-01T15:30:46+08:002009-05-01T15:30:46+08:00 Disable last access time on your filesystem; Ta Coen 2010-03-22T07:22:10+08:002010-03-22T07:22:10+08:00 Use noatime on non-important-data Anonymous 2010-03-22T08:00:02+08:002010-03-22T08:00:02+08:00 If your distribution doesn't do it already, consider to move /tmp to a ramdisk so temporary files would be created in RAM. Rajat 2010-03-22T09:37:44+08:002010-03-22T09:37:44+08:00 http://studyhat.blogspot.com/2009/10/performance-and-tuning.html or http://studyhat.blogspot.com/2009/12/identifying-linux-bottlenecks.html i feel 1st you need find out bottlenecks in server then you can use above links for tuning server!!!!!!!!
Spend money on RAM first, disk second, and CPU speed third. Use CVS or some other software version control system even if you're the only programmer. Back up frequently.
Actually, spend money on a good monitor and keyboard first.
Use noatime on non-important-data
If your distribution doesn't do it already, consider to move /tmp to a ramdisk so temporary files would be created in RAM.
http://studyhat.blogspot.com/2009/10/performance-and-tuning.html
or
http://studyhat.blogspot.com/2009/12/identifying-linux-bottlenecks.html
i feel 1st you need find out bottlenecks in server then you can use above links for tuning server!!!!!!!!