View previous topic :: View next topic |
Author |
Message |
steveo314 n00b
Joined: 08 Sep 2006 Posts: 52
|
Posted: Mon Nov 11, 2024 4:29 am Post subject: Certain game question: DayZ crashes |
|
|
Does anyone have DayZ running on Gentoo ~amd64? I have everything installed. Launcher opens. When i go to launch a server the load screen starts and then it crashes.
I have the game Vigor running fine. I need to see if this happens with any others.
[Administrator edit: Changed title to try to attract relevant answers. The original title of Certain game question did not mention the game's name or what was wrong with it. -Hu] |
|
Back to top |
|
|
skellr l33t
Joined: 18 Jun 2005 Posts: 980 Location: The Village, Portmeirion
|
Posted: Tue Nov 12, 2024 6:25 pm Post subject: |
|
|
I haven't played it in a while, but it would crash like that before bumping up vm.max_map_count.
You can check what it's currently set to with:
Code: | sysctl vm.max_map_count |
And change it with:
Code: | sysctl -w vm.max_map_count=524288 |
you can add it to /etc/sysctl.conf if you want the change to persist through a reboot.
Here is a good table for choosing a value to use.
https://memgraph.com/docs/database-management/system-configuration#increasing-memory-map-areas
Some distros yeet it right up to 1048576... |
|
Back to top |
|
|
|