Probelem with freeBSD and Zope

george donnelly list at zettai.net
Thu Aug 19 13:45:26 PDT 2004


Gerhard Schmidt <estartu at augusta.de> on 8/19/04 wrote:

>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. 

this is a kernel limit.

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

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

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

kern.maxdsiz="1610612736"
kern.dfldsiz="1610612736"
kerm.maxssiz="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


More information about the freebsd-python mailing list