Hi, I have a question about memory leaks. Initiall...
# support-questions-legacy
i
Hi, I have a question about memory leaks. Initially, one supertokens process occupies 96 Mb of RAM During load testing on the /telemetry, /hello, /users/count, /apiversion endpoints, the memory starts to grow (up to 512 Mb) After the load testing is stopped, the memory is not released.
r
Hey! Which version of the core are you running? Also, the amount of "blocked" memory can grow depending on how much of memory has been allocated. For example, if you allocate 1 GB, then it growing to 500 MB is fine. And it will stay there cause it has 1 GB allocated, even if it's not using all of the 500 MB.
i
11.0.2 version
r
The core version I mean. The latest of that is 3.15
i
3.13
r
Ah ok. 3.13 should be good. There were a few issues with memory leaks (that were only applicable during unit tests) before. But those are all fixed in 3.11. Can you try allocating it lesser memory (around 500 mb) and then seeing how the memory changes over time?