Skip to content

Commit

Permalink
Revert "Reduce request memory to 10MB."
Browse files Browse the repository at this point in the history
This reverts commit 34f7fca.
  • Loading branch information
kasperg committed Dec 19, 2023
1 parent 34f7fca commit b14b89c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ type: 'php:7.4'

runtime:
sizing_hints:
# A lean stack means that application memory usage is low.
# This allows us to have many workers which is useful as most time is spent
# waiting for token authorization.
request_memory: 10
request_memory: 20

# The build-time dependencies of the app.
dependencies:
Expand Down

0 comments on commit b14b89c

Please sign in to comment.