Linux

EXT3 Filesystem tuning

Once you get around 500+ GBs of traffic to a server with multiple projects on you either have a) only static files b) hopefully have a good setup for database indexes, object caching CMS and such…

I deploy a separate 10k SCSI cache-disk – outside the RAIDs for those object caching tasks and believe me or not – even these disks are too slow… (next step would be a RAID0 stripe) and I just kicked out the last SATA based Dual XEON server… (having the 2nd HD failure on that SATA crap)

Today I realized that the standard RedHat Enterprise 3 deployment is a bit setup like a desktop system.

  • A nice and quick improvement: disable "access time" (or do you care when your files were last "read" ... ?)
  • another thing to try… a new EXT3 mode – as they have 3 different – and one IBM guy noticed some really odd improvements by even increasing security
  • get rid of disk quotas if they were setup initially (ok – they might help you in a shared hosting environment – but you should be able to take care of your own projects without that overhead)

Some nice links to read up…

Quote:

ext3's data=journal mode is incredibly well-suited to situations where data needs to be read from and written to disk at the same time. Therefore, ext3's data=journal mode, which was assumed to be the slowest of all ext3 modes in nearly all conditions, actually turns out to have a major performance advantage in busy environments where interactive IO performance needs to be maximized.

and a quick-step how to apply the tricks above (no warranties as usual)

Average rating
(0 votes)

Similar entries

  • The Planet/ServerMatrix (I have my servers with them as well) today announced that it is the first hosting vendor to offer customers Red Hat Enterprise Linux 4. Red Hat Enterprise Linux 4 ES is immediately available to customers of The…

  • After years of using DUAL-XEON servers only, theplanet now offers a Dual Opteron, Dual Core 265 Server Our 1U rackmount server for 2 days now… Mine is already deployed and I'm trying to migrate a good amount of database bound…

  • The article System recovery with Knoppix shows how to access a non-booting Linux system with a Knoppix CD, get read-write permissions on configuration files, create and manage partitions and filesystems, and copy files to various storage media and over the…

  • 5 easy steps to tune your mysql statements

  • I started a Dedicated Service Review list of things and features to REALLY look at for a dedicated server provider …