summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2024-12-22 02:10:36 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-12-22 02:10:36 +0100
commitdfbd658b6f34ee0e00f27ebda6d3f201b1a02677 (patch)
tree423d064f0fd791a0a612fac7015bde6f133dbb46
parent8dfde87aae667ea1312651ac2b0a627947406766 (diff)
Mention the overcommit rlimit nameHEADmaster
-rw-r--r--contributing.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn
index 8280fe04..6fdc2d41 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -182,7 +182,7 @@ This is the list of tasks that we *want* to address soon, starting with the most
* Prevent duplicate instances of `rumpdisk` from competing for the disk PCI cards (e.g. when a second one gets started from a chroot), otherwise mayhem happens.
* Fix the memory consumption of `rumpdisk`.
* Plug acpi shutdown event.
-* Add overcommit limitation support to gnumach: limit the virtual size of processes to half of the memory + swap size. Unless `MAP_NORESERVE` is passed to `mmap`.
+* Add overcommit limitation support to gnumach (`RLIMIT_AS`): limit the virtual size of processes to half of the memory + swap size. Unless `MAP_NORESERVE` is passed to `mmap`.
* Integrate `rumpusbdisk` with the rest of the disk translators etc.
* Fix `tmpfs` losing files, see [discussion](https://lists.gnu.org/archive/html/bug-hurd/2015-02/msg00091.html).
* Port `libasan`/`lsan`/`ubsan`/`libtasn` so we can use these sanitizers (youpi did some of it, pending clean/submit).