7

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

Comments
  • 0
    Well, that's why I don't use Java 🤣
  • 1
    @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? :)
  • 0
    Well think about me ;_; i use only 8gb memory to do this with a 940mx 2gig graphics ;_;
  • 2
    @spantheslayer to do what? Analyze 10GB heap dumps? I don't think gpu is useful for that.,
  • 1
    @netikras not that much ;_; I only used around 3/4gb of dump logs ;_;
    Still it takes much time to find leaks ;_;
  • 1
    @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?
  • 0
    @Haxk20 nightmare for 8gig ram users uk +_+
Add Comment