You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calculator is a "modern" application and those are currently unsupported by procgov. I have plans to do some work on this type of apps, but I can't promise when it will be ready.
In the meantime, you may set limits on processes that are already running. So start Calculator normally and then attach procgov using its PID, for example: procgov64 --maxmem 30M -p 1234. Remember, though, that the limit you set must be realistic. If Calculator uses 20M on start and you try to set its limit to 10M, it will crash.
Hi guys,
procgov64 --nowait -c 5 -- "C:\Program Files\WindowsApps\Microsoft.WindowsCalculator_11.2210.0.0_x64__8wekyb3d8bbwe\CalculatorApp.exe"
.\procgov64.exe --maxmem 10M "C:\Program Files\WindowsApps\Microsoft.WindowsCalculator_11.2210.0.0_x64__8wekyb3d8bbwe\CalculatorApp.exe"
I have executed the above commands to Limit the Windows Calculator app to take only 5% CPU Usage and 10MB RAM, and when I testing its not working..
I want to set a CPU and Memory Limit to the Calculator APP, and some other windows process,
Any help appreciated.
Thanks
Ansarullah
The text was updated successfully, but these errors were encountered: