Updates jvb pid file path.
This commit is contained in:
parent
0289a93e5a
commit
b73d98f863
|
@ -124,7 +124,7 @@ The reason for failure is that sometimes, the uninstall script is faster than th
|
||||||
#### Systemd details
|
#### Systemd details
|
||||||
To reload the systemd changes on a running system execute `systemctl daemon-reload` and `service jitsi-videobridge restart`.
|
To reload the systemd changes on a running system execute `systemctl daemon-reload` and `service jitsi-videobridge restart`.
|
||||||
To check the tasks part execute `service jitsi-videobridge status` and you should see `Tasks: XX (limit: 65000)`.
|
To check the tasks part execute `service jitsi-videobridge status` and you should see `Tasks: XX (limit: 65000)`.
|
||||||
To check the files and process part execute ```cat /proc/`cat /var/run/jitsi-videobridge.pid`/limits``` and you should see:
|
To check the files and process part execute ```cat /proc/`cat /var/run/jitsi-videobridge/jitsi-videobridge.pid`/limits``` and you should see:
|
||||||
```
|
```
|
||||||
Max processes 65000 65000 processes
|
Max processes 65000 65000 processes
|
||||||
Max open files 65000 65000 files
|
Max open files 65000 65000 files
|
||||||
|
|
Loading…
Reference in New Issue