Comment on Finding a VS Code Memory LeakComments−userbinator11moIn this case I noticed that the process IDs on her system had seven digits.I believe on Windows 9x, process IDs are actual kernel addresses (pointers to the process structure), and thus always have 10 digits.
Comments
In this case I noticed that the process IDs on her system had seven digits.
I believe on Windows 9x, process IDs are actual kernel addresses (pointers to the process structure), and thus always have 10 digits.