photm5 / botstrats

A strategy game that makes you program robots
Other
2 stars 0 forks source link

Memory leak in supervisor #4

Closed photm5 closed 9 years ago

photm5 commented 9 years ago

There seems to be a memory leak in the new supervisor implementation: Memory usage increases over time, even when there are no messages sent to/from it. As soon as it is killed, the memory usage quickly goes down to what it was before.

photm5 commented 9 years ago

This seems to happen even when there has been no traffic at all, so it be reproduced easily:

nc -l -p 2003 & nix-shell --run 'cabal run'