Skip to content

Commit bf9a0c1

Browse files
committed
app.yaml
1 parent f574384 commit bf9a0c1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

app.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ automatic_scaling:
66
instance_class: F2
77
inbound_services:
88
- warmup
9-
env_variables:
10-
GAE_USE_SOCKETS_HTTPLIB: False
11-
PYTHONMALLOC: malloc
129
app_engine_apis: true
10+
env_variables:
11+
GAE_USE_SOCKETS_HTTPLIB: false
12+
# can add this to env_variables for more accurate memray output
13+
# PYTHONMALLOC: malloc
14+
1315

1416

1517

0 commit comments

Comments
 (0)