Page 3 of 3
Re: Dedicated Multiplayer Server Guide
Posted: Fri Feb 26, 2016 2:27 am
by NoPantsMcDance
4GB is more than enough. I'm running 2 servers on 2GB of ram. Server with no mods uses 100-500MB. Modded server ( 20 mods ) sits around 200MB-1GB.
Re: Dedicated Multiplayer Server Guide
Posted: Sat Feb 27, 2016 11:21 am
by Bisa
just pitching in, I've been running my server for almost a year now 2GB is sufficient for a small vanilla server (0~10 players). Can't say I've ever had more than that at a time so hard for me to say if it would cope with more
Re: Dedicated Multiplayer Server Guide
Posted: Sat Feb 27, 2016 11:28 am
by daniel34
My vanilla server currently uses 550MB (OS + Factorio + Apache2 + TS).
Vanilla server Code: Select all
top - 06:25:18 up 167 days, 11:40, 1 user, load average: 0.15, 0.10, 0.13
Tasks: 33 total, 1 running, 32 sleeping, 0 stopped, 0 zombie
%Cpu(s): 4.9 us, 0.9 sy, 0.0 ni, 94.2 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st
KiB Mem: 8388608 total, 550832 used, 7837776 free, 0 buffers
KiB Swap: 0 total, 0 used, 0 free. 213228 cached Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
15640 factorio 20 0 651056 391312 5236 S 22.3 4.7 362:51.23 factorio
The modded server uses 750MB (OS + Factorio)
Modded server Code: Select all
top - 06:27:03 up 15 days, 21:53, 1 user, load average: 0.19, 0.25, 0.21
Tasks: 23 total, 1 running, 22 sleeping, 0 stopped, 0 zombie
%Cpu(s): 6.6 us, 0.2 sy, 0.0 ni, 93.2 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st
KiB Mem: 8388608 total, 758076 used, 7630532 free, 0 buffers
KiB Swap: 0 total, 0 used, 0 free. 94276 cached Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
22611 factorio 20 0 962812 653100 8192 S 27.6 7.8 261:03.62 factorio
Re: Dedicated Multiplayer Server Guide
Posted: Mon Mar 14, 2016 7:40 pm
by zychrias
I apologize if this has been covered. I tried searching and didn't come up with anything helpful..
Linux server of Factorio running on a Raspberry Pi 2. Is this game there yet?
Thank you!
Re: Dedicated Multiplayer Server Guide
Posted: Mon Mar 14, 2016 7:46 pm
by prg
zychrias wrote: I apologize if this has been covered. I tried searching and didn't come up with anything helpful..
Linux server of Factorio running on a Raspberry Pi 2. Is this game there yet?
Thank you!
There are no ARM builds of Factorio, only x86 and x86_64 (headless server only x86_64)