docs(API): update command for spinning an instance (#46013)

pull/46019/head
Mrugesh Mohapatra 2022-05-17 20:07:15 +05:30 committed by GitHub
parent 9e5874e8e1
commit c59f5748d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ Provisioning VMs with the Code
```console
cd api-server
pm2 start ./lib/production-start.js -i max --max-memory-restart 600M --name org
pm2 start "DEBUG=fcc* node lib/production-start.js" -i max --max-memory-restart 600M --name org
```
### Logging and Monitoring