On 10-Dec-07, at 1:20 PM, Shai Erera wrote:

Thanks for the info. Too bad I use Windows ...

Just allocate a bunch of memory and free it. This linux, but something similar should work on windows:

$ vmstat -S M
procs -----------memory----------
r  b   swpd   free   buff  cache
0  0      0     45    372    786

$ python -c '"a"*2000000000'

$ vmstat -S M
procs -----------memory----------
r  b   swpd   free   buff  cache
0  0    463   1761      0      6

-Mike


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to