From owner-freebsd-questions Wed Nov 12 09:26:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA19733 for questions-outgoing; Wed, 12 Nov 1997 09:26:16 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gamespot.com (ns2.gamespot.com [206.169.18.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA19728 for ; Wed, 12 Nov 1997 09:26:10 -0800 (PST) (envelope-from ian@gamespot.com) Received: from localhost (ian@localhost) by gamespot.com (8.8.7/8.8.7) with SMTP id JAA06682 for ; Wed, 12 Nov 1997 09:26:02 -0800 (PST) Date: Wed, 12 Nov 1997 09:26:02 -0800 (PST) From: Ian Kallen To: freebsd-questions@freebsd.org Subject: system and shell limits Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm trying to load a Very Large Hash in perl (5.004_001) and the program is silently exiting (it works fine when the hash is small but after exceeding 150k records it fails). My shell limits are Resource limits (current): cputime infinity secs filesize infinity kb datasize 262144 kb stacksize 65536 kb coredumpsize infinity kb memoryuse infinity kb memorylocked infinity kb maxprocesses 8211 openfiles 16424 I'm logging into tcsh v6.07 Any suggestions for increasing the ceiling on that resources I can use? -Ian