#Server Crashes
14 messages · Page 1 of 1 (latest)
FishNet 3.10.8R
LaW 3.1.0
We are hosting on Playflow, and saving logs through axiom.
Randomly, the server is crashing and there are no logs that really say why. No errors or anything, all I'm seeing are my last debug.log.
From what it seems, whenever a crash does happen, it is when players are loading into the game scene after starting a room throught he LaW menu. This doesn't happen all the time.
Questions:
How can I better determine through logs what the issue might be?
Could someone's computer specs cause the load-in to take to long thus creating the crash?
Maybe it is an issue with the server's RAM?
Hmm, my first guess would be it ran out of RAM
The server?
I wish there was a way to monitor the server performance…
Right
Yeah I am on the 1GB tier
I don't know, but perhaps PlayFlow offers a way to monitor it?
Are you sure its actually a crash? If so there would be a crash dump file. Otherwise its likely RAM limit and the service culling the instance
I've been told it is the CPU limit by playflow's owner
When my game starts, it constructs a complex array of colliders for my map image that I pass in.
Currently I'm on the $10 tier of playflow, but it wouldn't exactly fix my issue by upgrading tiers. I'd want to optimize things to not use up the CPU%
I see, makes sense
If its just a CPU burst issue on boot you could just try streaming the load. aka a dirty coroutine
i have same issue, but with my rent server for webgl with bayou and simple web transport