add file limit to readme

This commit is contained in:
Sispheor 2015-06-21 10:02:07 +02:00 committed by FezVrasta
parent 6394b21eeb
commit 49f5b95597

View File

@ -8,12 +8,26 @@ https://developer.valvesoftware.com/wiki/SteamCMD#Linux
We assume you have created the `steam` user to store steamcmd and your ARK server.
## Install requirement
## Requirements
Use this command to install soft requirement on your system
```
apt-get install screen unzip
```
Edit /etc/sysctl.conf and set:
```
fs.file-max=100000
```
Edit /etc/security/limits.conf and set these limits:
```
* soft nofile 100000
* hard nofile 100000
```
Add the following line to /etc/pam.d/common-session:
```
session required pam_limits.so
```
## Install ARK Server Tools
To install ARK Server Tools run these commands: