On 19 Sep 2012, at 5:29 PM, weheh <[email protected]> wrote:
> I'm getting a web2py crash. Here's the trace at the web2py 1.99.7 (2012-03-04 
> 22:12:08) stable console:
> 
> DEBUG: connect attempt 1, connection error:
> Traceback (most recent call last):
>   File "C:\web2py\gluon\dal.py", line 5955, in __init__
>     self.adapter = ADAPTERS[self._dbname](*args)
>   File "C:\web2py\gluon\dal.py", line 2010, in __init__
>     self.pool_connection(connect)
>   File "C:\web2py\gluon\dal.py", line 485, in pool_connection
>     self.connection = f()
>   File "C:\web2py\gluon\dal.py", line 2009, in connect
>     return self.driver.connect(msg,**driver_args)
> OperationalError: could not connect to server: No buffer space available 
> (0x00002747/10055)
>         Is the server running on host "localhost" and accepting
>         TCP/IP connections on port 5432?
> cold not connect to server: No buffer space available (0x00002747/1055)
>         Is the server running on host "localhost" and accepting
>         TCP/IP connections on port 5432?
> 
> This is the third time in 72 hours it's done this. It's taking down my site. 
> Anybody have any ideas?
> 
> 

Just a guess: your VM is running out of memory. Too small? A leak?

-- 



Reply via email to