Closed jam231 closed 10 years ago
After running few consecutive benchmarks (https://github.com/jam231/sia-clients/blob/master/Benchmarking/simple.rb) I've noticed that server's memory usage increases with each run of benchmark, and does not decrease when benchmark is completed.
Ok, false alarm. I forgot that that deallocation via free/delete is not eager. Valgrind showed nothing and while I've been testing server more intensively it had behaved rather well.
After running few consecutive benchmarks (https://github.com/jam231/sia-clients/blob/master/Benchmarking/simple.rb) I've noticed that server's memory usage increases with each run of benchmark, and does not decrease when benchmark is completed.