:
: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 <[EMAIL PROTECTED]>

    Sure they are.

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

                                        -Matt
                                        Matthew Dillon 
                                        <[EMAIL PROTECTED]>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to