INT BOT memory problem.....

06/03/2012 22:55 nokia999#1
Hi all.

When my bot playing, engine is using more and more memory so in some hours my bot uses like 800Mb+ of memory ( starting from 130Mb on start) and im getting engine error.

So my question is :

Is there any way to stop engine from increasing memory usage ?

I think that he increase memory because of ded/spawn mobs and i'm looking for way to stop it.

IMPORTANT :

other way then:
a) use decrypt packet for BOT and block them from engine recv
b) restart bot xD
c) not minimize it :P
d) bot only for few hours...

Thx for any tip .. :DD
06/04/2012 00:00 katze123#2
maybe you're allocating to much memory and you don't reallocate it ^^
06/04/2012 08:11 nokia999#3
I dont use dynamic alloc so shouldn't get the problem with garbage ._. nor functions got recursion called...

So no one of you got incrasing memory usage ?

if so then my bot is fault xD and i need to look on it more carefully....
06/04/2012 11:39 pamz12#4
you should!
06/04/2012 12:47 Roronoa Z.#5
Use a ramcleaner if that's your only problem...
06/04/2012 14:21 mohm195#6
Quote:
Originally Posted by nokia999 View Post
I dont use dynamic alloc so shouldn't get the problem with garbage ._. nor functions got recursion called...

So no one of you got incrasing memory usage ?

if so then my bot is fault xD and i need to look on it more carefully....
I had same problem 500MBs+ usage, but it was because my VGA card was not installed well. Now it's fine 100-350MBs only.