newmanne / open_spiel

Apache License 2.0
0 stars 0 forks source link

Database too many connections? #49

Closed newmanne closed 2 years ago

newmanne commented 2 years ago

django.db.utils.OperationalError: connection to server at "cfrgpu10.ubc-hpc.cloud" (10.255.7.68), port 5432 failed: FATAL: sorry, too many clients already connection to server at "cfrgpu10.ubc-hpc.cloud" (10.255.7.68), port 5432 failed: FATAL: sorry, too many clients already

Are we doing something wrong, or is there some setting we should just double or triple?

newmanne commented 2 years ago

Attempting to triple using this guide https://stackoverflow.com/a/32584211. Don't need to modify shmmax

newmanne commented 2 years ago

Seems ok now