Merge pull request #268 from Luffitys/master

Registry tweaks to lower RAM usage
pull/269/head
Alex Hirsch 4 years ago committed by GitHub
commit 4e2c40555b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,8 @@
Windows Registry Editor Version 5.00
; disable prelaunch. lowers ram usage slightly
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge\Main]
"AllowPrelaunch"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge\TabPreloader]
"AllowTabPreloading"=dword:00000000

@ -0,0 +1,5 @@
Windows Registry Editor Version 5.00
; lowers ram usage and process count by a lot
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"SvcHostSplitThresholdInKB"=dword:04000000
Loading…
Cancel
Save