2008/10/3 Brasil Software <[EMAIL PROTECTED]> > Pessoal tenho um cliente com a seguinte configuração. > Computador DELL > Processador XEON 1.83 > Memoria 4GB > HD 70GB livre 30GB > Usuario simultanio 60 > > Postgresql > > shared_buffers =512MB > work_men = 34MB > max_connections = 80 > > > # TYPE DATABASE USER CIDR-ADDRESS METHOD > > # IPv4 local connections: > host all all 127.0.0.1/32 md5 > # IPv6 local connections: > #host all all ::1/128 md5 > host all all 0.0.0.0 0.0.0.0 md5 > > Contantemente ocorre o seguinte erro > > 10.0.0.193(1853) DETAIL: could not connect to server: No buffer space > available (0x00002747/10055) > Is the server running on host "10.10.1.250" and accepting > TCP/IP connections on port 5432? > > alguem pode me dizer o que esta acontecendo. >
dentro do postgresql.conf coloque no parametro listen_addresses o "*". listen_addresses = '*' acho que isso deve resolver... -- Rodrigo Marins http://pgcon.postgresql.org.br/ http://portaldodesenvolvedor.com.br/ (11) 8747-7442
_______________________________________________ pgbr-geral mailing list [email protected] https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral
