kopia lustrzana https://github.com/snarfed/bridgy-fed
drop router to 2 cores
rodzic
ff010b11b9
commit
b3c3419cdb
|
|
@ -12,8 +12,8 @@ runtime_config:
|
|||
runtime_version: "3.12"
|
||||
|
||||
resources:
|
||||
cpu: 6
|
||||
memory_gb: 15.6
|
||||
cpu: 2
|
||||
memory_gb: 12.6
|
||||
|
||||
env_variables:
|
||||
PDS_HOST: atproto.brid.gy
|
||||
|
|
@ -37,4 +37,4 @@ liveness_check:
|
|||
# https://cloud.google.com/appengine/docs/flexible/python/runtime#application_startup
|
||||
# https://docs.gunicorn.org/en/latest/settings.html
|
||||
# TODO: try asyncio w/eventlet workers
|
||||
entrypoint: gunicorn --workers 6 --threads 30 -b :$PORT router:app
|
||||
entrypoint: gunicorn --workers 2 --threads 30 -b :$PORT router:app
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue