Server crashing and memory limit

hi the server is working well unless we visit this page:
https://thillow.fly.dev/visitors/join-us

there are no errors in our logs, and we are not sure what the issue is, hope you can help thanks

1 Like

If there’s a memory issue, the quickest fix would be to provision more RAM. You can do this with fly scale vm <VM_SIZE> --vm-memory <MEMORY_IN_MB>. Once you get the site back up, you can do some profiling/debugging to determine why that particular page is eating up more RAM than other pages.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.