![]() |
|
ADSP 21xx
Have you found this site useful? Did we save you time? Did we cure your head-ache? Is your hair growing back now? Please make a donation to help with maintenance. |
File System Speedup GuideMandriva Linux 10.2LE 2005 September 2005 scopeWe have done a few speed tests, using a kernel compile as benchmark. The table is still incomplete, but it gives an idea. We decided to publish the results, since we learned what we needed to know and we don't know when we'll get to it again. Any more tests will just fill in the blanks and won't change the conclusion. Server
Speed test#! /bin/bash cd /usr/src/linux date >/tmp/time make oldconfig make bzImage make modules date >>/tmp/time ResultsDefault install:
With 2048 bit encryption on /swap and /home:
With 2048 bit encryption on /swap and /home and noatime on all:
Analysis
ConclusionAtime on /swap doesn't make sense, therefore it is a good idea to always turn that off. Actually, most users don't need atime at all. Recommended configuration:
This way, data is encrypted and the machine is still a little faster than the default Ext3 install. |
|
Copyright © 2005-2008, Aerospace Software Ltd., GPL. |