Join Nostr
2025-11-06 23:06:17 UTC
in reply to

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.