From owner-freebsd-questions@FreeBSD.ORG Tue Oct 14 23:56:10 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D654D16A4B3 for ; Tue, 14 Oct 2003 23:56:10 -0700 (PDT) Received: from fte.fightevil.net (dsl093-132-098.sfo4.dsl.speakeasy.net [66.93.132.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32F3443F75 for ; Tue, 14 Oct 2003 23:56:10 -0700 (PDT) (envelope-from njc@fightevil.net) Received: from fightevil.net (unknown [192.168.1.1]) by fte.fightevil.net (Postfix) with ESMTP id 35DEC24F91 for ; Wed, 15 Oct 2003 00:01:09 -0700 (PDT) Message-ID: <3F8CEE86.1000507@fightevil.net> Date: Tue, 14 Oct 2003 23:51:50 -0700 From: njc User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4.1) Gecko/20031008 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Increasing per-process memory limits? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: njc@fightevil.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2003 06:56:10 -0000 Hello, I'm currently using Zope's Plone application which relies heavily on python. When uploading large files (>65 megs, possibly higher), the python process is bombing out with a 'memory exceeded' error. I'm using 4.8-STABLE . I've been told that if I increase the amount of available memory to the python process that I can resolve this issue. I've attempted increasing the max users variable in the kernel to 0, hoping it might auto-tune, but that doesn't seem to be working. Am I tweaking the wrong area? Where should I be looking?