Re: memory grows up indefinitly
- Posted by daduko Oct 06, 2010
- 1024 views
hello,
I'm not sure there is no tickets for this "bug", so i write a message.
I've developped an windows application which does many tcp connections. I've tested it with Eu4a3 and it's nearly ok (the memory grows up very, very slowly) for the interpreted version and for the compiled version (with watcom).
I've tested it (same code) with Eu4b1, b2, b3 and b4 versions. With process explorer tool (www.sysinternals.com), the performance graph for the private memory shows the memory grows up quickly and never be released.
I'm ok to help but how and what to do ?
I had the same problem and find out, that problem was with function setHint(), which i've used for changing hints in a loop depending on data input. When I disabled this function, problem with memory ended.
Vlado