Skip to content

Instantly share code, notes, and snippets.

@mattbis
Created May 23, 2023 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattbis/256b17132975b253d2af04f8e5da22cc to your computer and use it in GitHub Desktop.
Save mattbis/256b17132975b253d2af04f8e5da22cc to your computer and use it in GitHub Desktop.
meglo-settings-for-production.wip.md

production run only such that gui actually works again 🤦

fixes

FixUserProcessHandlesQuotaWindowsNTSafeLimit.reg

17k conservative/safe limit

  • fixes stopping some plugins not even working until you minimize and maximise
  • fixes crash on startup
  • fixes the grid ( it actually works now awesome!!! - without the trick )
    • caveat must be minimized using alt control on startup load configuration :(
  • fixes incorrect startup memory reporting and z-order issue sigh
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows]
@="mnmsrvc"
"USERProcessHandleQuota"=dword:00004268

FixGDIProcessHandleQuotaWindowsNTSafeLimit.reg

64k conservative/safe limit

  • fixes the cannot rename in explorer when process exceed handle count
  • fixes the grid ( it actually works now awesome!!! - without the trick )
    • caveat must be minimized using alt control on startup load configuration :(
  • fixes incorrect startup memory reporting and z-order issue sigh
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows]
@="mnmsrvc"
"GDIProcessHandleQuota"=dword:0000fc18

FixUserPostMessageLimitWindowsNtSafeLimit.reg

45k conservative/safe limit

  • means many instances don't exhaust the ui thread queue post message, and work again wow!!! awesome!!! omg your crap..
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows]
@="mnmsrvc"
"USERPostMessageLimit"=dword:0000afc8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment