From owner-freebsd-questions@FreeBSD.ORG Fri Feb 4 19:49:35 2005 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 4052A16A4CE for ; Fri, 4 Feb 2005 19:49:35 +0000 (GMT) Received: from relay2.scripps.edu (relay2.scripps.edu [137.131.200.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id E03DB43D53 for ; Fri, 4 Feb 2005 19:49:34 +0000 (GMT) (envelope-from ityonemo@scripps.edu) Received: from home.scripps.edu (home [137.131.140.50])j14JnYtf017172 for ; Fri, 4 Feb 2005 11:49:34 -0800 (PST) Received: from home.scripps.edu (localhost [127.0.0.1]) j14JnYZT14984587 for ; Fri, 4 Feb 2005 11:49:34 -0800 (PST) Received: from localhost (ityonemo@localhost)j14JnY7j14933693 for ; Fri, 4 Feb 2005 11:49:34 -0800 (PST) Date: Fri, 4 Feb 2005 11:49:34 -0800 From: Isaac Yonemoto To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-CanItPRO-Stream: admin redirected to 10_OptOut X-Spam-Score: undef - spam-scanning disabled X-Scanned-By: CanIt (www . roaringpenguin . com) on 137.131.200.30 Subject: stack size limits X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 19:49:35 -0000 I'm trying to adjust the stack size limit on my computer. I'm not exactly sure what to do. Here's what I've tried: ulimit -s (size) in bash unlimit stacksize unlimited in csh options MAXSSIZE=(size) in /usr/src/sys/i386/conf/KERNELNAME; make buildkernel make installkernel stacksize=infinity in /etc/login.conf; cap_mkdb /etc/login.conf kern.stacksize=(size) in /etc/sysctl.conf but despite all these efforts, doing ulimit -a still seems to show the default 64M limit. Does anyone have any suggestions as to what I should have done/should do to increase the size users are allowed to have? Thanks in advance Isaac Yonemoto The Scripps Research Institute