From owner-freebsd-emulation@FreeBSD.ORG Thu Aug 6 18:20:22 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 472DE106566C; Thu, 6 Aug 2009 18:20:22 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from mailrelay003.isp.belgacom.be (mailrelay003.isp.belgacom.be [195.238.6.53]) by mx1.freebsd.org (Postfix) with ESMTP id B0FB38FC19; Thu, 6 Aug 2009 18:20:21 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuEEAEa7ekpR8EUk/2dsb2JhbACBUM9ShBgFgUw Received: from 36.69-240-81.adsl-dyn.isp.belgacom.be (HELO kalimero.kotnet.org) ([81.240.69.36]) by relay.skynet.be with ESMTP; 06 Aug 2009 20:20:20 +0200 Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.14.3/8.14.3) with ESMTP id n76IHnIn007938; Thu, 6 Aug 2009 20:17:49 +0200 (CEST) (envelope-from tijl@ulyssis.org) From: Tijl Coosemans To: freebsd-emulation@freebsd.org Date: Thu, 6 Aug 2009 20:17:47 +0200 User-Agent: KMail/1.9.10 References: <20090628082701.GA34665@triton.kn-bremen.de> <20090806170526.GA10971@triton.kn-bremen.de> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200908062017.49082.tijl@ulyssis.org> Cc: Juergen Lock Subject: Re: nspluginwrapper patch for testing X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Aug 2009 18:20:22 -0000 On Thursday 06 August 2009 19:20:08 Sean C. Farley wrote: > I am glad it helps. I wonder what other applications would benefit > from this and if there is a more global way to set the default for > Linux applications to a stack size of 32MB. On amd64 you can add this to /etc/sysctl.conf (linux32 only) compat.linux32.maxssiz=33554432 On i386 you can add this to /boot/loader.conf (system wide) kern.maxssiz=33554432