From 6eb598d147441241208c799850f542e4add89922 Mon Sep 17 00:00:00 2001 From: Xyueta Date: Thu, 19 Oct 2023 23:34:50 +0200 Subject: [PATCH] fix: do not split services --- src/playbook/Configuration/tweaks.yml | 1 - .../tweaks/performance/system/service-host-split.yml | 10 ---------- 2 files changed, 11 deletions(-) delete mode 100644 src/playbook/Configuration/tweaks/performance/system/service-host-split.yml diff --git a/src/playbook/Configuration/tweaks.yml b/src/playbook/Configuration/tweaks.yml index e9d34c0743..370215817b 100644 --- a/src/playbook/Configuration/tweaks.yml +++ b/src/playbook/Configuration/tweaks.yml @@ -70,7 +70,6 @@ tasks: - tweaks\performance\system\config-boot-config.yml - tweaks\performance\system\config-paging.yml - tweaks\performance\system\optimize-ntfs.yml - - tweaks\performance\system\service-host-split.yml - tweaks\performance\system\win32-priority-seperation.yml # ----------------------------------------------------- diff --git a/src/playbook/Configuration/tweaks/performance/system/service-host-split.yml b/src/playbook/Configuration/tweaks/performance/system/service-host-split.yml deleted file mode 100644 index db88ababf6..0000000000 --- a/src/playbook/Configuration/tweaks/performance/system/service-host-split.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Disable Service Host Splitting -description: Disables Service Host splitting [#491] for lower RAM usage and process count at a cost of reduced stability (if a service crashes) -privilege: TrustedInstaller -actions: - - !registryValue: - path: 'HKLM\SYSTEM\CurrentControlSet\Control' - value: 'SvcHostSplitThresholdInKB' - data: '4294967295' - type: REG_DWORD