Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: add node GC argument to fly template
Fly deployments on the free tier have ~256mb of memory available. Users with large transaction histories were encountering out of memory errors when attempting to export their data. This commit adds a node argument to (more or less) run the garbage collector at a smaller memory usage, helping keep users on flyio within their available limit.
- Loading branch information