diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-07-11 02:06:45 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-07-11 02:06:45 +0200 |
commit | 116bf87b92140d3261dbedefbca8e75f38adb98a (patch) | |
tree | 15ef5b082d45305285a3283ddb4d136bbedd328f /contributing.mdwn | |
parent | de3ae444542c135e6f994750a56978ff689a922d (diff) |
Note about adding overcommit support
Diffstat (limited to 'contributing.mdwn')
-rw-r--r-- | contributing.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index 3a2e87a6..d7be3dc4 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -169,10 +169,11 @@ This is the list of tasks that we *want* to address soon, starting with the most * On amd64, fix memcpy (> 16 bytes) from `/dev/mem` (makes hurd-console crash) * Settle CI for mig+gnumach+hurd+glibc. * Port `dhcpcd`, see [call for help](https://lists.debian.org/debian-hurd/2023/11/msg00030.html) -* Extensively test (e.g. running testsuites of glibc, perl, curl) and fix the lwip-based TCP/IP stack, to be sure we don't get regressions by switching to it. +* Extensively test (e.g. running testsuites of glibc, perl, curl, rust-mio) and fix the lwip-based TCP/IP stack, to be sure we don't get regressions by switching to it. * Fix swapping with `rumpdisk`. * Prevent duplicate instances of `rumpdisk` from competing for the disk PCI cards (e.g. when a second one gets started from a chroot). * Fix the memory consumption of `rumpdisk`. +* Add overcommit limitation support to gnumach: limit the virtual size of processes to half of the memory + swap size. * 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). |