412
Anyone test this in the remake?
(lemmy.world)
People tweeting stuff. We allow tweets from anyone.
RULES:
Fixing a memory leak takes essentially looking at random data that got there somehow and try to figure out the source. You know what approximately it is by analysing a memory dump but it's most likely a common structure that is all over the app. Best case it's easy worst case it's looking for a needle in a haystack.
On the other hand, checking if memory is blowing up, then using already built save and load functions is pretty straight forward. Especially since Elder Scrolls saves the entire state and reloads it.