Posted On March 31, 2019

Increase memory allowance for WMI

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Increase memory allowance for WMI

Run: wbemtest.exe >> click Connect >> Namespace = root >> Connect >> click Enum Instances >> enter __ProviderHostQuotaConfiguration=@ >> OK >> HandlesPerHost from 4096 to 16384 | increase MemoryPerHost from 536870912 (or 512MB) to 2147483648 (2GB) | increase MemoryAllHosts from 1073741824 (1GB) to 3221225472 (3GB) >> Save Object >> Close >> Exit

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

iSeries Access ODBC Setup

Run ODBC Data Source Administrator > click on System DSN

Command line to stop, start, or restarting services

- Discover service names: #net start - Restart specific service: net stop {service_name} && net…

Securing Windows Remote Desktop Services

secpol.msc > Local Policies > User Rights Assignments > double-click "Allow Log on through Remote…