Skip to content

Commit 41b5794

Browse files
committed
adjust pool sizes
1 parent 725b0fa commit 41b5794

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
@@ -197,8 +197,8 @@ POSTGRES_HOST=postgres
197197
POSTGRES_PASSWORD=adminadmin
198198
POSTGRES_PORT=5432
199199
POSTGRES_USER=scu
200-
POSTGRES_MINSIZE=2 # see https://github.com/ITISFoundation/osparc-simcore/pull/8199
201-
POSTGRES_MAXSIZE=50
200+
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
201+
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
202202
POSTGRES_READONLY_PASSWORD=readonly
203203
POSTGRES_READONLY_USER=postgres_readonly
204204

0 commit comments

Comments
 (0)