-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Game stops for a second #621
Comments
You may have too much RAM allocated. The freeze happened when the garbage collector was clearing unnecessary data from your memory. Because you have so much RAM allocated, the garbage collector needs more time to clear the data your game doesn't need anymore. Try it with a bit less RAM, maybe 10–12 GB, so the garbage collector doesn't need to look up that much data. |
I've also been having this issue since I started playing, but I still get it at 12gb ram and sometimes it also says I need more ram when I launch, and when I try with 10gb it always says it ran out of memory. |
Same thing for me, 10-12gb allocated and constants 1 second lag spike on a pc with 48gb ram in total, RTX 4060 and Ryzen 7 5700X |
I have exactly the same problem but I'm playing on notebook and don't know how to solve this issue by myself so I just wanted to ask somebody how to fix it. |
Hello,
I have 38gb ram allocated and when I move the game has a 1 second lag spike. It´s not going up to the max allocated ram. it stays on like 10-12k ram. Can someone help me? It´s only in ATM 10. Every other pack looks fine.
https://imgur.com/a/HIE7PgD
The text was updated successfully, but these errors were encountered: