Hacker News new | ask | show | jobs
by karolinepauls 183 days ago
Two things - the word "idles" and the nature of CPython's allocator which generally doesn't return memory to the OS but reuses it internally. So you cannot really "spike" memory usage, only grow it.