TicTac7x / runelite-plugins

External plugins for RuneLite
https://runelite.net/plugin-hub/
10 stars 11 forks source link

Rooftops: Causing OOMs by holding Tiles to old scenes #172

Closed YvesW closed 3 months ago

YvesW commented 3 months ago

Your plugin is holding Tiles to old scenes, which makes users run out of heap space, causing their clients to crash.

You can see that it's the RooftopsCourseManager -> marks_of_graces ArrayList in the screenshot below.

image

TicTac7x commented 3 months ago

https://github.com/runelite/plugin-hub/pull/6099