Menu Close
  • Categories
  • Tags
  • About
Close
    • xoreth (coret)
    • Categories
    • Tags
    • Search

    Optimize IO Hardisk

    Published: March 26, 2017 by Galuh D Wijatmiko Creative Commons Licence

    • Categories:
    • SecurityTunningAndHardening 22
    • StorageAndFilesystem 12
    • Tags:
    • KernelOptimize 2

    add /etc/sysctl.conf

    vm.dirty_ratio = 6
    vm.dirty_background_ratio = 3
    vm.vfs_cache_pressure = 50
    vm.swappiness = 1

    load sysctl -p

    add /etc/udev/rules.d/10-local.rules

    ACTION=="add|change", KERNEL=="sd[a-z]", ATTR{queue/rotational}=="0", ATTR{queue/scheduler}="deadline"

    Back to Top
    ← Purge Package Debian Auto Mount Samba →

    About

    The Notes of System Engineer

    @wajatmaka | 2020
    Back to Top