Closed rowandh closed 4 years ago
Big thanks for the PR. It all looks good, and I will later merge it. One question, though: have you tried it, maybe? I remember reading the docs you mentioned in regards to #16, and setting the min ws size did not work at that time.
I tested it running VS Code using -r
. It does resolve the parameter is incorrect
error when setting the max ws and according to task manager the ws is limited correctly.
Awesome, thanks!
Adds support for MinimumWorkingSetSize. As described in the docs when MaximumWorkingSetSize is > 0, MinimumWorkingSetSize must also be > 0 and vice-versa. This should fix #16.