hamidb80 / ReMS

Remembering Management System - a (graph + note) manager
https://rems.darkube.app/
MIT License
12 stars 0 forks source link

Find reason of memory leak #1

Open hamidb80 opened 7 months ago

hamidb80 commented 7 months ago

I guess it is from jwt

hamidb80 commented 5 months ago

according to Nim blog I've added -d:useMalloc to see if it works.

NOTE: If your program uses threads (--threads:on became the default in the 2.0.x line) please also use the -d:useMalloc switch. This problem will be fixed in 2.0.4, sorry for the inconvenience.

hamidb80 commented 2 months ago

Even when using -d:malloc there are some leaks...