mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-13 03:18:28 +00:00
add file limit to readme
This commit is contained in:
parent
6394b21eeb
commit
49f5b95597
16
README.md
16
README.md
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user