logoalt Hacker News

aabditoday at 5:14 AM2 repliesview on HN

Uh at the very least Java is bad. the java programs we run take 4 gigs and burn my entire compute. Every1 used spring or guice and the di runtime, so tests are expensive for e2e with mocks. There’s no scrutable way I can run more than 2 or 3 on a standard laptop without burning out the thing.

Go can.


Replies

KptMarchewatoday at 9:26 AM

You don't have to use Spring or the typical enterprise IOC that plagued 00s and 10s Java.

za3farantoday at 9:01 AM

That could be a Spring issue then, not Java. Do you run with -Xmx specified?