[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Limiting memory with ulimit
- To: Linux-IL <linux-il(at-nospam)cs.huji.ac.il>
- Subject: Limiting memory with ulimit
- From: Ilya Konstantinov <linux-il(at-nospam)future.galanet.net>
- Date: Thu, 12 Apr 2001 13:43:43 +0300
- Mail-Followup-To: Ilya Konstantinov <linux-il@future.galanet.net>,Linux-IL <linux-il@cs.huji.ac.il>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
- User-Agent: Mutt/1.2.4i
Hi,
I currently have a hard data seg limit of 30,000K (ulimit -Hd) and I'm
trying to run a perl-one liner:
perl -e 'for (0..1000000) { push @x,"1234567890"; }; print <>;'
which easily manages to allocate 46,352K VSZ and 44,448K RSS.
Could anyone please tell me what do I have to limit for the memory
restriction to actually take place?
--
Best regards,
Ilya Konstantinov
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il