Hacker News new | ask | show | jobs
by andrewryno 4217 days ago
You shouldn't be running composer update on your deployment, just composer install which doesn't take as much memory since it doesn't have to resolve dependencies.