Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: maxfilelocks in ulimit output



On Feb 8,  8:41pm, Clint Adams wrote:
} Subject: Re: PATCH: maxfilelocks in ulimit output
}
} # if defined(RLIMIT_RSS) && (!defined(RLIMIT_VMEM) || RLIMIT_VMEM != RLIMIT_RSS)
} 
} should be true,
} 
} and
} 
} #  if defined(RLIMIT_RSS) && RLIMIT_VMEM == RLIMIT_RSS
} 
} should be false, thereby printing "resident set size (kbytes) " and
} "virtual memory size (kb) " respectively.
} 
} Yet the opposite seems to be occurring.  What am I missing?

If you figure it out, I'd love to know.

See zsh-users/5492, zsh-workers/17939,17941,17944,17951,18032 and 18043.



Messages sorted by: Reverse Date, Date, Thread, Author