Re: [web2py] Re: maybe too many db connections todb on pythonanywhere

2017-10-24 Thread Manuele Pesenti
Il 24/10/17 13:47, Giles Thomas ha scritto: > Hi Manuele, > > PythonAnywhere dev here: there's no extra cost if you want to increase > the maximum number of Postgres connections -- just follow the > instructions on this help > page: https://help.pythonanywhere.com/pages/PostgresConnections/.   > Do

Re: [web2py] Re: maybe too many db connections todb on pythonanywhere

2017-10-24 Thread Giles Thomas
Hi Manuele, PythonAnywhere dev here: there's no extra cost if you want to increase the maximum number of Postgres connections -- just follow the instructions on this help page: https://help.pythonanywhere.com/pages/PostgresConnections/. Don't forget to contact us once you've increased the con

Re: [web2py] Re: maybe too many db connections todb on pythonanywhere

2017-10-23 Thread Manuele Pesenti
Thanks Alex, that's what I get from the db engine about my maximum number of connections: psql (9.4.11, server 9.4beta3) Type "help" for help. postgres=# SHOW max_connections;  max_connections -  20 (1 row) reading the suggested wiki page I found this: "PostgreSQL on good hardw