1. Whenever i launch my lan rust server it crashes my computer. Here's my launch settings to start my server
    Code:
    @echo off
    cls
    :start
    echo Starting server...RustDedicated.exe -batchmode -nographics ^
    +server.stability true ^
    +server.ip XXX ^
    +server.secure true ^
    +rcon.ip XXX ^
    +rcon.port 28016 ^
    +rcon.password 1234 ^
    +server.level "Procedural Map" ^
    +server.port 28015 ^
    +server.seed 167 ^
    +server.worldsize 4000 ^
    +server.maxplayers 2 ^
    +server.hostname "Server" ^
    +server.globalchat true ^
    +server.saveinterval 300 ^
    +server.identity "my_server_identity" ^
    +server.description "Welcome to Rust\nA Good size map for your exploration needs.\nWhere you can build your base and combat your neighbours." ^echo.
    echo Restarting server...
    timeout /t 10
    echo.
    goto start
     
  2. Your PC is running out of memory most likely. Providing the bat doesn't really help anything.
     
  3. What should i most likely do then? More ram or like what?
     
  4. How much ran does it have
     
  5. you can run the game at 8 gigs of ram but long play sessions will experience lag/crashing it's recommended that you have 16gbs but you could get by with 12gbs.