Hacker News new | ask | show | jobs
by thebeardedone 3067 days ago
I recently had a similar experience; our product at work is a monolith not in the greatest shape as it has technical debt which we inherited and our product is usually used condescendingly when talking to other teams working on different products. To our surprise when we started testing it with cloud deployments, it was really lightweight compared to just one of the 25 java micro-services from the other teams.

Their "microservices" suffered from the same JVM overhead and to remedy this they are joining their functionalities together (initially they had 30-40).

1 comments

I'm switching to go partially due to the jvm. Hopefully I'll get better partitioning on a single small box as I start.