Alex Hirsch
4 years ago
committed by
GitHub
2 changed files with 13 additions and 0 deletions
@ -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…
Reference in new issue