Skip to content

Commit

Permalink
add loggly and memory limits
Browse files Browse the repository at this point in the history
  • Loading branch information
pofider committed Aug 16, 2018
1 parent 46b34ce commit 2d78093
Show file tree
Hide file tree
Showing 4 changed files with 365 additions and 188 deletions.
10 changes: 8 additions & 2 deletions jsreport.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,17 @@
"chrome": {
"timeout": 30000
},
"loggly": {
"level": "info",
"subdomain": "jsreport"
},
"appPath": "/",
"extensions": {
"worker-docker-manager": {
"containerImage": "jsreport/playground-worker:0.1.0",
"containerImage": "jsreport/playground-worker:0.2.0",
"containerNamePrefix": "playground_worker",
"containerMemory": "200m",
"containerMemorySwap": "200m",
"network": "nw_playground_workers_docker_manager",
"subnet": "182.30.0.0/24"
},
Expand All @@ -37,7 +43,7 @@
}
},
"mongodb-store": {
"databaseName" : "playground"
"databaseName" : "playground"
},
"fs-store": {
"syncModifications": false
Expand Down
Loading

0 comments on commit 2d78093

Please sign in to comment.