Wednesday, 15 August 2012

java heap size increasing -



java heap size increasing -

i compile jar file, , write log every half min check threads , memory situation.

attached start of log, , end of day log, after software stuck, , stop working.

in middle of day several automatic operations happened. received quotes 40 per seconds, , finished take care of every 1 of quotes before next came.

plus, every 4 seconds write map info db.

any ideas why heap size in increasing? (look @ currheapsize)

morning:

evening:

any ideas why heap size in increasing?

these classic symptoms of java storage leak. somewhere in application info construction accumulating more , more objects, , preventing them beingness garbage collected.

the best way find problem utilize memory profiler. answers this question explain.

java heap-memory

No comments:

Post a Comment