Skip to content

Commit

Permalink
[Tech Debt] Decrease memory for publisher, increase for consumer
Browse files Browse the repository at this point in the history
  • Loading branch information
levinmr committed Oct 18, 2024
1 parent f9dfa71 commit 3bcc69a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.consumer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ applications:
# 1GB is needed right at startup because many child processes are spawned in
# parallel. This could be reduced if we limited the number of simultaneous
# processes.
memory: 384M
memory: 416M
disk_quota: 512M
health-check-type: process
buildpacks:
Expand Down
2 changes: 1 addition & 1 deletion manifest.publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ applications:
# 1GB is needed right at startup because many child processes are spawned in
# parallel. This could be reduced if we limited the number of simultaneous
# processes.
memory: 256M
memory: 192M
disk_quota: 512M
health-check-type: process
buildpacks:
Expand Down

0 comments on commit 3bcc69a

Please sign in to comment.