Hey guys i have a prologue webapp running on a $6 1VCPU droplet with 1GB of RAM. At first i thought i had a memory leak because i noticed the memory usage would always climb up, but never come down then i started printing the gc_stats every 5 mins and noticed that the occupied is going up and down with usage as one would expect. From what i understand nim holds on to the heap allocated memory and just moves it into the free pool to quickly reuse correct? If that's the case when does the GC decide to release memory back to the OS? If left untouched i've seen my app climb up to as high as 60-70% RAM usage