I made a TCP listener that accepts connections and writes bytes. Before accepting the first connection, the ram usage in task manager is 1.9MB. After accepting one single connection, it gets bumped up to 7MB. While being spammed, the ram usage hovers around 8-8.1 and is gradually going up slowly. After the spam finishes, the ram usage stays there. Is there a leak by any how? I checked my code and there don’t seem to be a leak?
This is what it looks like after being spammed:
This is what the stats look like while being spammed