Skip to content

Commit

Permalink
mention new metrics rate config in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed May 16, 2024
1 parent 894466d commit d5b05f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ Release 6.0.21 (Not yet released)
* [Ubuntu] Remove packages for Ubuntu 23.10 "mantic".
* [Nginx] Upgrades preferred Nginx to 1.26.0 from 1.24.0.
* [Nginx] Switch to using PCRE2 instead of PCRE.
* [RPM] The Passenger Nginx module rpm package for EL9 (RHEL, Rocky, Alma) will now require Nginx 1.24.0 as per the policy of supporting the newest Nginx module available.
* [Standalone] Fixes security update checker with builtin engine.
* [Enterprise] Ability to enforce hard memory limits on application processes (`PassengerHardMemoryLimit`/`passenger_hard_memory_limit`/`--hard-memory-limit``). Unlike the soft memory limit, the hard memory limit doesn't wait for the request to finish. Useful for preventing high memory usage from taking down the entire machine or container.
* [Enterprise] Ability to throttle memory metrics collection (`PassengerAnalyticsCollectionRate`/`passenger_analytics_collection_rate`). This allows you to control the frequency that Passenger Enterpprise measures the app memory use at.
* Swaps http-parser for llhttp.
* Fixes crash-watch hanging when lldb is used as backend.
* Fixes Apache module unload crash due to not properly cleaning up all threads.
Expand Down

0 comments on commit d5b05f2

Please sign in to comment.