Stuart Longland (VK4MSL) on Nostr: `NODE_OPTIONS="--max-old-space-size=768" RAILS_ENV=production bundle exec rails ...`NODE_OPTIONS="--max-old-space-size=768" RAILS_ENV=production bundle exec rails assets:precompile`The `--max-old-space-size=768` is needed here because `nodejs`' heap management sucks, it just `malloc`s until it hits `ENOMEM` then dies.