Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jul 1999 15:12:51 -0700 (PDT)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        Jason Thorpe <thorpej@nas.nasa.gov>
Cc:        Archie Cobbs <archie@whistle.com>, freebsd-hackers@FreeBSD.ORG
Subject:   Re: Replacement for grep(1) (part 2) 
Message-ID:  <199907132212.PAA81249@apollo.backplane.com>
References:   <199907132141.OAA24339@lestat.nas.nasa.gov>

next in thread | previous in thread | raw e-mail | index | archive | help
:
:See chris's point... Maybe you have one process that needs 10MB and a few
:others that need 300K - 1MB.  Resource limits are not useful in this
:scenario.
:
:...and, who said anything about using malloc()? :-)
:
:        -- Jason R. Thorpe <thorpej@nas.nasa.gov>

    Sure they are.

	limit datasize 1m
	run process A
	limit datasize 10m
	run process B

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907132212.PAA81249>