Установи Limits

0 Replies, 121 Views

# Решение
#### Следуй инструкциям ниже.
##### 1. Подключись по ssh к серверу хранения.
`ssh jupiter@str01`
###### Загляни в вики для получения дополнительной информации об инфраструктуре и деталях SSH серверов:
https://rotoro.cloud/wiki-infra/
##### 2. Update the limits as below (change it as needed).
`sudo vi /etc/security/limits.conf`
Add below line at last and save the file.
```
datauser         soft    nproc           77
datauser         hard    nproc           98
```



Users browsing this thread: 1 Guest(s)