Skip to content

0.30.5 #130

Merged
merged 12 commits into from Apr 5, 2022
Merged

0.30.5 #130

merged 12 commits into from Apr 5, 2022

Conversation

donald
Copy link
Contributor

@donald donald commented Apr 5, 2022

Apply memory restrictions only to anonymous resident memory, not to virtual address space or file-backed memory. This should allow jobs to mmap big files into their address space.

donald added 12 commits April 2, 2022 13:51
Remove RLIMIT_AS, because we to limit physical memory usage, not virtual
memory for file-backed mappings.

Remove RLIMIT_RSS, because this limit has no effect since Linux 2.4.30.
* fix-128:
  mx_proc: Remove now unused field sum_rss from struct mx_proc_info
  mxqd: killall_over_memory: use sum_rss_anon
  mxqps: show rss_anon instead of rss
  mx_proc: Add sum_rss_anon to struct mx_proc_info
  mx_proc: Add rss_anon to struct mx_proc_pid_stat
  Fix memory leak on error path
  mx_proc: Remove unused code
  mx_proc: Remove unused member
  test_parser: Fix Off-by-One
  mxqd: remove RLIMIT_AS and RLIMIT_RSS
@donald donald merged commit 3a519d7 into master Apr 5, 2022
@donald donald deleted the 0.30.5 branch October 28, 2022 14:21
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant