From owner-freebsd-hackers Tue Jun 4 11:04:46 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA01380 for hackers-outgoing; Tue, 4 Jun 1996 11:04:46 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id LAA01375 for ; Tue, 4 Jun 1996 11:04:44 -0700 (PDT) Received: from palmer.demon.co.uk (palmer.demon.co.uk [158.152.50.150]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id LAA07866 for ; Tue, 4 Jun 1996 11:04:03 -0700 Received: from palmer.demon.co.uk (localhost [127.0.0.1]) by palmer.demon.co.uk (sendmail/PALMER-1) with ESMTP id TAA29497; Tue, 4 Jun 1996 19:00:50 +0100 (BST) To: Victor Anisimov cc: hackers@FreeBSD.ORG From: "Gary Palmer" Subject: Re: Problems with swaping In-reply-to: Your message of "Tue, 04 Jun 1996 21:21:44 +0400." <199606041721.VAA02138@kon.icp.ac.ru> Date: Tue, 04 Jun 1996 19:00:48 +0100 Message-ID: <29495.833911248@palmer.demon.co.uk> Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Victor Anisimov wrote in message ID <199606041721.VAA02138@kon.icp.ac.ru>: > but any one program can't allocate maximum 45Mb of virtual space > as ps axu reports. There is a per-process limit to prevent a single process creating denial-of-service type attacks. Depending on your shell, try: csh/tcsh: limit datasize unlimited limit stacksize unlimited limit memoryuse unlimited sh/bash: ulimit -d unlimited ulimit -s unlimited ulimit -v unlimited Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info