diff --git a/tuned-config/files/tuned.conf b/tuned-config/files/tuned.conf index 4861f8e..9dfa42b 100644 --- a/tuned-config/files/tuned.conf +++ b/tuned-config/files/tuned.conf @@ -23,7 +23,17 @@ radeon_powersave=auto [disk] # Comma separated list of devices, all devices if commented out. -# devices=sda +# Eg.: sda,sdb +# devices= + +# List of devices using udev regex. All devices if commented out. +# Eg.: (ID_PATH=pci-0000:00:17.0-ata-1.0)|(ID_PATH=pci-0000:00:17.0-ata-2.0) +#devices_udev_regex= + +# Disable Disk Monitor +dynamic=0 +# Disable APM +apm=255 [scsi_host] -alpm=medium_power +alpm=max_performance diff --git a/tuned-config/source-debian/tuned.conf b/tuned-config/source-debian/tuned.conf index 4861f8e..9dfa42b 100644 --- a/tuned-config/source-debian/tuned.conf +++ b/tuned-config/source-debian/tuned.conf @@ -23,7 +23,17 @@ radeon_powersave=auto [disk] # Comma separated list of devices, all devices if commented out. -# devices=sda +# Eg.: sda,sdb +# devices= + +# List of devices using udev regex. All devices if commented out. +# Eg.: (ID_PATH=pci-0000:00:17.0-ata-1.0)|(ID_PATH=pci-0000:00:17.0-ata-2.0) +#devices_udev_regex= + +# Disable Disk Monitor +dynamic=0 +# Disable APM +apm=255 [scsi_host] -alpm=medium_power +alpm=max_performance