[go: up one dir, main page]

Menu

Commit [r70]  Maximize  Restore  History

Source has actually been broken for several years:

It has subtracted the used RAM from the used page file without
accounting for the non paged RAM. This may lead to negative numbers,
often directly after reboot. Solve by subtract the non paged RAM, if
we can get it, and make sure that the used swap is not negative.

--this line, and those below, will be ignored--

M plugins/wts_load/wts_load.cpp

hean01 2010-12-09

changed /trunk/plugins/wts_load/wts_load.cpp