Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
ulimit differences between zsh and bash on Linux
- X-seq: zsh-users 11914
- From: Daniel Qarras <dqarras@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: ulimit differences between zsh and bash on Linux
- Date: Mon, 1 Oct 2007 09:59:35 -0700 (PDT)
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=DYA3lo+ffdBgo7QVILq4/2XRqebI/INH+k8nc5JDIHcH+NPuhFRp/AuUZ67EXX3k5P6aX7P91UXP9InGqiXG6gzNNrWnZVQ8SChSoGO8zP3XQQtLsrEC7yivDpAosUt+sPT3uAHToj6fJm1lOvc/Qh7uMHBRB/9QxgZ9BfPYub8=;
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi,
on a Linux system I have set following limits (only) on
/etc/security/limits.conf:
* soft core 0
* hard core 32768
When I use bash I get this:
$ ulimit -Hc
32768
But with zsh CVS I get this:
$ ulimit -Hc
65536
Both shells should measure core limit as blocks so is there a bug in
zsh or am I missing something?
Thanks.
____________________________________________________________________________________
Don't let your dream ride pass you by. Make it a reality with Yahoo! Autos.
http://autos.yahoo.com/index.html
Messages sorted by:
Reverse Date,
Date,
Thread,
Author