Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@galileopy what do you use then? How do you find memory leaks in your lang.? Don't your lang heap [core] dump analyzers consume loads of memory? :)
-
Well think about me ;_; i use only 8gb memory to do this with a 940mx 2gig graphics ;_;
-
@spantheslayer to do what? Analyze 10GB heap dumps? I don't think gpu is useful for that.,
-
@netikras not that much ;_; I only used around 3/4gb of dump logs ;_;
Still it takes much time to find leaks ;_; -
@spantheslayer yepp it does :) that's why I tried heaphero. It works quite well but it needs shitload of memory to process a dump. In this case for a 10G dump it needed 24G or so ram.
It's great that I am running linux tho - I can throw in some swap any time to extend my ram :)
what do you use for dump analysis?
When 32 GB RAM is no longer enough...
:~$ ps -eo pid,pcpu,pmem,vsz,rss,args | grep java | sort -nrk3 | head -1
9071 117 74.6 34740516 24338652 java -Xms2g -Xmx24g -Xss40m -DuploadDir=. -jar webapp-runner-8.0.33.4.jar -AconnectionTimeout=3600000 --port 9000 heaphero.war
rant
heap dump analysis