This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ############################################################################### | |
| # simple script to set some parameters to increase performance on a mdadm | |
| # raid5 or raid6. Ajust the ## parameters ##-section to your system! | |
| # | |
| # WARNING: depending on stripesize and the number of devices the array might | |
| # use QUITE a lot of memory after optimization! | |
| # | |
| # 27may2010 by Alexander Peganz | |
| ############################################################################### |