Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: maxfilelocks in ulimit output
- X-seq: zsh-workers 18209
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: Clint Adams <clint@xxxxxxx>, zsh-workers@xxxxxxxxxx
- Subject: Re: PATCH: maxfilelocks in ulimit output
- Date: Sun, 9 Feb 2003 02:25:00 +0000
- In-reply-to: <20030209014102.GA15743@xxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20030209010655.GA10509@xxxxxxxx> <20030209014102.GA15743@xxxxxxxxxxx>
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