Tue Jan 11, 2022 7:55 am
Tue Jan 11, 2022 7:56 am
Tue Jan 11, 2022 8:16 am
give artifacts
Tue Jan 11, 2022 9:34 pm
gc full
a few times, and you'll see that the amount of used memory is rising.Tue Jan 11, 2022 11:38 pm
randi wrote:(Also, in case you didn't know, the inventory bar isn't centered at ultrawide resolutions.)
Console.Printf
that I put there for debugging purposes. It is called when a certain array, which is used for caching, is resized - and it happens very often during scrolling because the cache gets invalidated constantly. Commenting this call out seems to avert the crisis, at least with the new build. Could it be a case of "don't do that" because there really was a shit-ton of print calls there, or is this actually another bug?
Wed Jan 12, 2022 1:11 am
Wed Jan 12, 2022 1:18 am
stat gc
output and by memory usage in Task Manager. I haven't run a relatively long testing session yet but the difference is very much evident from the outset. You can test it yourself by commenting out line 173 in classes/wl/framework/caching/WL_DrawStackCacheWrapper.zs
.
Wed Jan 12, 2022 8:22 am