zsh-users
 help / color / mirror / code / Atom feed
From: jkroeger@squirrel.owl.de (Johannes Kroeger)
To: hzoli@cs.elte.hu
Cc: zsh-users@math.gatech.edu
Subject: Re: zsh-2.6beta20 doesn't compile under Linux pre2.0.14
Date: 12 Jun 1996 15:52:25 -0000	[thread overview]
Message-ID: <19960612155225.6557.qmail@squirrel.owl.de> (raw)
In-Reply-To: <199606101703.TAA05789@bolyai.cs.elte.hu> (message from Zoltan Hidvegi on Mon, 10 Jun 1996 19:03:16 +0200 (MET DST))

Hello Zoltan,

Thank you for your quick patch.

As Steven L Baur <steve@miranova.com> noticed in
<m2hgsjimn9.fsf@deanna.miranova.com>, RLIMIT_AS is only defined
in <asm/resource.h> but not yet used in the kernel.

>[...].  Also a new flag should be invented to set this limit with ulimit.
>Please tell me your suggestions.

RLIMIT_AS is only defined for the Intel, Alpha and Mips architectures.

<asm-i386/resource.h> and <asm-alpha/resource.h> have no RLIMIT_VMEM,
and <asm-mips/resource.h> has the following definition:

#define RLIMIT_VMEM     6               /* mapped memory */
#define RLIMIT_AS       RLIMIT_VMEM

So it seems that 'ulimit -v' and 'limit vmemorysize' are the right commands
to control the new resource limit.
Anyway, I would recommend you to ask the gurus in the linux-kernel list
about the intended implementation of the "address space limit".


Cheers,
Johannes

-- 
Johannes Kroeger		<jkroeger@squirrel.owl.de>
Send me mail with subject "send pgp-key" to get my PGP key



  parent reply	other threads:[~1996-06-12 16:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-06-07 20:31 jkroeger
1996-06-10 17:03 ` Zoltan Hidvegi
1996-06-10 17:39   ` Steven L Baur
1996-06-12 15:52   ` Johannes Kroeger [this message]
1996-06-13  0:25 ` Felix von Leitner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19960612155225.6557.qmail@squirrel.owl.de \
    --to=jkroeger@squirrel.owl.de \
    --cc=hzoli@cs.elte.hu \
    --cc=zsh-users@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).