You must log in or # to comment.
Remember when android phones didn’t need 6 gb of ram to be usable?
Or when desktops didn’t need 8 GB of RAM?
Hmm. I’d actually argue it’s a good solution in some cases. We run multiple services where load is intermittent, services are short-lived, or the code is complex and hard to refactor. Just adding hardware resources can be a much cheaper solution than optimizing code.
It can be cheap in the short term, but is not always an overall sustainable solution.

