Hacker News new | ask | show | jobs
by happyweasel 43 days ago
wow, basic stuff c++ had since the 80s. congrats. clap, clap, clap. now can someone please make this app that is running with -Xmx360m not use 700mb of resident memory ? asking for a friend.
3 comments

What a dumb comment. It's almost like a low-level language having a different feature set is expected.

Also, there is no exact analogue, C++ is just wholly different where you can specify copy/move/destruct semantics on a gradual basis.

try reducing the heap size as it seems that's what's eating half of those 700mb
This time, 30mb.