Comment 1 for bug 378595

Revision history for this message
lesshaste (clifford-cs) wrote :

Examples:

(ulimit -v 0; exec top)
Killed

(ulimit -m 0; exec top)

runs top even though the resident set size was set to zero.