Skip to content

Commit 7b5db11

Browse files
committed
adjust pool sizes
1 parent 6b0910e commit 7b5db11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env-devel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ POSTGRES_HOST=postgres
199199
POSTGRES_PASSWORD=adminadmin
200200
POSTGRES_PORT=5432
201201
POSTGRES_USER=scu
202-
POSTGRES_MINSIZE=2 # see https://github.com/ITISFoundation/osparc-simcore/pull/8199
203-
POSTGRES_MAXSIZE=50
202+
POSTGRES_MINSIZE=10 # NOTE: this is currently asyncpg pool size and aiopg min size see https://github.com/ITISFoundation/osparc-simcore/issues/7829#issuecomment-3258204660
203+
POSTGRES_MAXSIZE=30 # NOTE: this is currently asyncpg 20 overflow size and aiopg max size see https://github.com/ITISFoundation/osparc-simcore/issues/7829#issuecomment-3258204660
204204
POSTGRES_READONLY_PASSWORD=readonly
205205
POSTGRES_READONLY_USER=postgres_readonly
206206

0 commit comments

Comments
 (0)