B4J Question outofmemoryerror java heap space, what to look for?

kostefar

Active Member
Licensed User
Longtime User
Dear All,

I have an app running in debug mode which after 7ish hours crash with this error. I see it happening when a timer event that runs every 2 mins is triggered, where a bunch of maps and lists are being initialized and cleared. They dont grow very big and there arent alot of them; I´ve had projects running with no issues that grew much larger maps and lists. I thought that maybe initializing a map or list over and over again, being unncessary to do as well when it also gets cleared, somehow could be the reason so now I´m only clearing them and waiting to see if it crashes again.
But am I right that this could be a reason why java heap space grows, or are there other things that I should consider?

Thanks in advance!
 

MarkusR

Well-Known Member
Licensed User
Longtime User
i would make the timer faster and think the problem will happen direct.
 
Upvote 0

kostefar

Active Member
Licensed User
Longtime User
Update: I´ve had the app running for 18 hours in release mode with no memory errors - that´s it!
 
Upvote 0
Top