Originally Posted by Apate
I'm a big fan of warmup + KLHP when I need to figure out which mod is causing a specific issue. 2.1 should be a huge boon, though. Maybe I can finally get my girlfriends computer to stop grinding to a halt. I think, though, that her problem is with video drivers. The NVidia control panel errors when I try to run it; clean install or no. I should see if I can get a her a good copy of XP, that might help,...
|
Setting your max UI memory to 0 and running /script collectgarbage("setpause", 110) after every login will give you GC fairly close to how it'll be done in 2.1. The main cause of GC-related freezes now is having the UI max memory under twice as high as the initial memory, resulting in the incremental GC threshold never being hit.