Memory Swap File support #121
kentcdodds
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When your app runs out of memory, we now will use a swap file instead of crashing. Much better UX at the cost of a bit of a perf hit.
Find more details in the decision document: https://github.com/epicweb-dev/epic-stack/blob/main/docs/decisions/010-memory-swap.md and the docs: https://github.com/epicweb-dev/epic-stack/blob/main/docs/memory.md
Beta Was this translation helpful? Give feedback.
All reactions