From dfb3fa46513593a43891aae2c5492f75afd0a309 Mon Sep 17 00:00:00 2001 From: falkTX Date: Thu, 28 Aug 2014 09:58:38 +0100 Subject: [PATCH] Fix previous commit --- default-settings/10-kxstudio-sysctl-rules.conf | 3 --- default-settings/kxstudio.conf | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 default-settings/kxstudio.conf diff --git a/default-settings/10-kxstudio-sysctl-rules.conf b/default-settings/10-kxstudio-sysctl-rules.conf index f626014..3b5639c 100644 --- a/default-settings/10-kxstudio-sysctl-rules.conf +++ b/default-settings/10-kxstudio-sysctl-rules.conf @@ -3,6 +3,3 @@ vm.swappiness = 10 # Suggested value taken from https://github.com/ccherrett/oom/wiki/Troubleshooting dev.hpet.max-user-freq = 2048 - -# Allow to open many files, needed for wine-rt -* hard nofile 65536 diff --git a/default-settings/kxstudio.conf b/default-settings/kxstudio.conf new file mode 100644 index 0000000..d17e4c7 --- /dev/null +++ b/default-settings/kxstudio.conf @@ -0,0 +1,2 @@ +# Allow to open many files, needed for wine-rt +* hard nofile 65536