d6ca4b35c4
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/tcsh#52814d36668f2222d5924a01cf304f3e30c95bab
27 lines
816 B
Diff
27 lines
816 B
Diff
From 0d6172b290175b667dc2d83528f42b435827fd40 Mon Sep 17 00:00:00 2001
|
|
From: "David Kaspar [Dee'Kej]" <dkaspar@redhat.com>
|
|
Date: Fri, 29 Apr 2016 16:52:59 +0200
|
|
Subject: [PATCH] Inform about no support for 'limit memoryuse' in manpage
|
|
|
|
This patch has been introduced after request in BZ: #247637
|
|
---
|
|
tcsh.man | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/tcsh.man b/tcsh.man
|
|
index 584de6f..f5dc582 100644
|
|
--- a/tcsh.man
|
|
+++ b/tcsh.man
|
|
@@ -3014,6 +3014,8 @@ the size of the largest core dump that will be created
|
|
\fImemoryuse\fR
|
|
the maximum amount of physical memory a process
|
|
may have allocated to it at a given time
|
|
+
|
|
+NOTE: Changing this value has no effect. Support has been removed from Linux kernel v2.6 and newer.
|
|
.TP
|
|
\fIvmemoryuse\fR
|
|
the maximum amount of virtual memory a process
|
|
--
|
|
2.7.4
|
|
|