Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Bug#83157: Cannot use `limit vmemoryuse' in tcsh
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
OGAWA Hirofumi  
View profile  
 More options Jan 22 2001, 12:37 pm
Newsgroups: debian.bugs.dist
From: hirof...@mail.parknet.co.jp (OGAWA Hirofumi)
Date: 22 Jan 2001 18:34:36 +0100
Local: Mon, Jan 22 2001 12:34 pm
Subject: Bug#83157: Cannot use `limit vmemoryuse' in tcsh
Package: tcsh
Version: 6.09.00-10

I am using Debian GNU/Linux 2.2 (potato).

/devlop/src/debian> limit
cputime         unlimited
filesize        unlimited
datasize        unlimited
stacksize       8192 kbytes
coredumpsize    unlimited
memoryuse       unlimited
descriptors     1024
memorylocked    unlimited
maxproc         8190
openfiles       1024
/devlop/src/debian>

I cannot use `limit vmemoryuse' in tcsh.

[PATCH] in sh.func.c
--- sh.func.c.orig      Tue Jan 23 01:58:28 2001
+++ sh.func.c   Tue Jan 23 02:15:27 2001
@@ -1757,6 +1757,10 @@
 #  endif /* SIGRTMIN */
 # endif /* (HPUXVERSION > 700) && BSDLIMIT */

+#ifdef RLIMIT_AS
+#  define RLIMIT_VMEM RLIMIT_AS
+#endif
+
 # if SYSVREL > 3 && defined(BSDLIMIT) && !defined(_SX)
 /* In order to use rusage, we included "/usr/ucbinclude/sys/resource.h" in */
 /* sh.h.  However, some SVR4 limits are defined in <sys/resource.h>.  Rather */

--
OGAWA Hirofumi <hirof...@mail.parknet.co.jp>

--  
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.