Op 11-12-2011 0:55, James Tabor schreef:
Has anyone noticed notepad? While user32_winetest
win> data, then
notepad data! The balance program go into high speed swapping!!
Awesome to see how long the memory manager can keep swapping without
crashing, shows things are getting robust.
(ntoskrnl/mm/section.c:2110) Pagint out 692d.
(ntoskrnl/cc/view.c:403) Evicted 256 cache pages
(ntoskrnl/mm/balance.c:167) Trimming consumer 0: Freed 256 pages with
a target of 256 pages
looping over and over~
That can take a while (or loop indefinately) indeed on low-memory
situations. The (amount of) reporting is a bit excessive, but has led to
useful things like rev 54632 (textsetup working with 32MB again) and
might help a little bit with the Ldr/MSHTML thingy.
When all this is going on I managed to get taskman up,
notepad using
74,5?? K, wow!
you mean 74.5 MB ? Would an alternative like Notepad++ or Metapad show
the same issue you've uncovered?