My lobby server suddenly started experiencing high CPU load.
Checking with jstack revealed frequent garbage collection due to excessively high memory usage.
Suspecting a memory leak, I analyzed a memory dump using jmap.
(We confirmed a temporary recovery by restarting the server.)
This showed objects related to SayanVanish's SQLiteDatabase consuming a whopping 10.8GB of memory.
I have attached the jmap analysis results.

My lobby server suddenly started experiencing high CPU load.
Checking with jstack revealed frequent garbage collection due to excessively high memory usage.
Suspecting a memory leak, I analyzed a memory dump using jmap.
(We confirmed a temporary recovery by restarting the server.)
This showed objects related to SayanVanish's SQLiteDatabase consuming a whopping 10.8GB of memory.
I have attached the jmap analysis results.