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

Commits on Apr 2, 2022

  1. mxqd: remove RLIMIT_AS and RLIMIT_RSS

    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.
    donald committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    c7c6544 View commit details
    Browse the repository at this point in the history
  2. test_parser: Fix Off-by-One

    donald committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    a165e5f View commit details
    Browse the repository at this point in the history
  3. mx_proc: Remove unused member

    donald committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    2e6a295 View commit details
    Browse the repository at this point in the history
  4. mx_proc: Remove unused code

    donald committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    91b1993 View commit details
    Browse the repository at this point in the history
  5. Fix memory leak on error path

    donald committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    4a4ed5b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b70ace5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    faf0990 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f593d69 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2e95600 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3232f06 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Configuration menu
    Copy the full SHA
    d563ab6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix-128' into 0.30.5

    * 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 committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    7aa337c View commit details
    Browse the repository at this point in the history