chore(docs/troubleshooting): must restart after memory setting

This commit is contained in:
Julien Fontanet
2018-08-27 15:59:33 +02:00
parent df99528445
commit 338de7985f

View File

@@ -101,6 +101,13 @@ memory to xo-server itself:
+ ExecStart=/usr/local/bin/node --max-old-space-size=8192 /usr/local/bin/xo-server
```
The last step is to refresh and restart the service:
```
$ systemctl daemon-reload
$ systemctl restart xo-server
```
### Behind a transparent proxy
If your are behind a transparent proxy, you'll probably have issues with the updater (SSL/TLS issues).