Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Added registry tweaks to lower RAM usage #411

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added registry tweaks to lower RAM usage #411

wants to merge 1 commit into from

Conversation

Brandonbr1
Copy link

It reduces Ram usage by a lot


; lowers ram usage and process count by a lot
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"SvcHostSplitThresholdInKB"=dword:04000000

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Setting this to such a high number might unwanted service shutdowns or instability because more services get grouped together. This should be used only if you know what you are doing.

See also:
https://www.tenforums.com/tutorials/94628-change-split-threshold-svchost-exe-windows-10-a.html

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants