Skip to content

Commit

Permalink
Increase memory for build service
Browse files Browse the repository at this point in the history
  • Loading branch information
pastelsky committed Sep 2, 2019
1 parent 6886d05 commit 7962850
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apps:
- script: build-service/index.js
name: build-service
instances: 3
max_memory_restart: 500M
max_memory_restart: 800M
error_file: logs/build-service.log
out_file: logs/build-service.log
env:
Expand All @@ -22,9 +22,9 @@ apps:
- script: cache-service/index.js
name: cache-service
instances: 1
max_memory_restart: 300M
max_memory_restart: 200M
error_file: logs/cache-service.log
out_file: logs/cache-service.log
env:
NODE_ENV: production
DEBUG: "bp*"
DEBUG: "bp*"

0 comments on commit 7962850

Please sign in to comment.