Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Aug 2004 15:45:23 -0500
From:      george donnelly <list@zettai.net>
To:        Gerhard Schmidt <estartu@augusta.de>
Cc:        freebsd-python@freebsd.org
Subject:   Re: Probelem with freeBSD and Zope
Message-ID:  <r02010100-1028-B253E727F22011D895F9000A9599E8D8@[200.124.175.192]>
In-Reply-To: <20040819112009.GA52222@augusta.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Gerhard Schmidt <estartu@augusta.de> on 8/19/04 wrote:

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

this is a kernel limit.

i got around it like by recompiling the kernel with these lines in the
kernel conf file:

options         MAXDSIZ=3D"(768*1024*1024)"
options         MAXSSIZ=3D"(256*1024*1024)"
options         DFLDSIZ=3D"(768*1024*1024)"

and then these lines in /boot/loader.conf:

kern.maxdsiz=3D"1610612736"
kern.dfldsiz=3D"1610612736"
kerm.maxssiz=3D"1610612736"

then a reboot.

and then putting unlimit in the zope start script (csh shell).

you should of course decide which numbers are best for you

hth
<-->
george donnelly ~ http://www.zettai.net/ ~ "Quality Zope Hosting"
Shared and Dedicated Zope Hosting ~ Zope Servers ~ Zope Websites
Yahoo, AIM: zettainet ~ ICQ: 51907738 ~ Sales (USA): 1-866-967-3669


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?r02010100-1028-B253E727F22011D895F9000A9599E8D8>