From b94e349ddc0ac361abc037ae14ff557b48728cc9 Mon Sep 17 00:00:00 2001 From: librewish Date: Sun, 14 Nov 2021 22:11:13 +0530 Subject: [PATCH] increase rtc and hpet freq --- usr/lib/tmpfiles.d/hpet-max-user-freq.conf | 1 + usr/lib/tmpfiles.d/rtc-max-user-freq.conf | 1 + 2 files changed, 2 insertions(+) create mode 100644 usr/lib/tmpfiles.d/hpet-max-user-freq.conf create mode 100644 usr/lib/tmpfiles.d/rtc-max-user-freq.conf diff --git a/usr/lib/tmpfiles.d/hpet-max-user-freq.conf b/usr/lib/tmpfiles.d/hpet-max-user-freq.conf new file mode 100644 index 0000000..b6ea8fd --- /dev/null +++ b/usr/lib/tmpfiles.d/hpet-max-user-freq.conf @@ -0,0 +1 @@ +w /proc/sys/dev/hpet/max-user-freq - - - - 3072 diff --git a/usr/lib/tmpfiles.d/rtc-max-user-freq.conf b/usr/lib/tmpfiles.d/rtc-max-user-freq.conf new file mode 100644 index 0000000..7792f1e --- /dev/null +++ b/usr/lib/tmpfiles.d/rtc-max-user-freq.conf @@ -0,0 +1 @@ +w /sys/class/rtc/rtc0/max_user_freq - - - - 3072