On Mon Apr 15 12:40:06 2024 +0000, Vijay Kiran Kamuju wrote:
I probably will have to write some tests to verify the exact values the windows 10/11 throws for GetProcessWorkingSetSizeEx. update: I have tested it, it returns 204800 for minsize and 1413120 for maxsize, I dont know why we are returning incorrect value of 32 x 1024 x 1024.
I'd assume that `32*1024*1024` was just a dummy value, and it stayed that way for decades because no app cared about the exact value. Going back to my original comment, do you have an app that relies on *these* specific values (204800, 1413120)?