Bug in tasklist.exe on Server 2008 R2
Running: tasklist /fi "MEMUSAGE gt 4194304" returns all tasks. It seems tasklist has an overflow problem with a MEMUSAGE of greater than 4194303. The number appears to be wrapping a 32-bit unsinged value * 1024. Daniel
November 23rd, 2010 10:39am

Hello, please elaborate this, i try to follow you but can't. Just running the command on my Windows server 2008 R2 gives the output as you said.Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
Free Windows Admin Tool Kit Click here and download it now
November 24th, 2010 4:35am

he means: tasklist /fi "MEMUSAGE gt 4194300" - works as expected, returns no processes (assumign none > 4GB) tasklist /fi "MEMUSAGE gt 4194304" - returns all tasks, which is wrong
November 25th, 2010 6:07pm

he means: tasklist /fi "MEMUSAGE gt 4194300" - works as expected, returns no processes (assumign none > 4GB) tasklist /fi "MEMUSAGE gt 4194304" - returns all tasks, which is wrong Yes, that is what I mean. You cannot search for a task that uses > 4GB memory. Daniel
Free Windows Admin Tool Kit Click here and download it now
January 27th, 2011 10:55am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics