Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Aug 2004 13:57:27 +0200
From:      Wolfgang Langner <wl@flexis.de>
To:        freebsd-python@freebsd.org
Subject:   Re: Probelem with freeBSD and Zope
Message-ID:  <412495A7.90709@flexis.de>
In-Reply-To: <20040819112009.GA52222@augusta.de>
References:  <20040819112009.GA52222@augusta.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello,

> i´m running a zope server on an FreeBSD machine with 2 Gig physical Ram. 
> when the python process reaches a size of 512M it dies with sig11. anyone
> an Idea what to do about that. 

That's not a Python or Zope limit. It's a FreeBSD limit.

Use command 'limits' to show your settings.
Normally data size is set to 512M, increase this.

In /etc/login.conf are settings for limits,
some limits are set with sysctl and some are compiled into
the kernel.
Use man to get more info, I don't now the exact place yet.


bye bye Wolfgang
-- 
+------------------------------------------------------------------------+
| Dipl.-Ing.(FH) Wolfgang Langner                                        |
|                                                                        |
| flexis AG                              tel:   +49-711-782 380-43       |
| Vaihinger Strasse 122                  fax:   +49-711-782 380-78       |
| D-70567 Stuttgart                      email: langner@flexis.de        |
+------------------------------------------------------------------------+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?412495A7.90709>