Hi, so I’ve been working hard at managing my game’s memory, it’s currently using ~10,000kb and increases by about 200kb every half a second. (pretty good imo). However my game has very annoying short pauses (short as in less than a quarter of a second). I’m 99.99% sure it’s not the GC because my memory is not getting cleared and iirc a GC takes long than less than a quarter of a second.
What could possibly be causing this?
EDIT: These pauses stop happening when I have a fullscreen youtube video running on the other monitor…