Loading
rabbitmq-server: fix management agent crash when calling ps on macOS
When built with procps in the runtime path, the rabbitmq_management_agent repeatedly crashes trying to call `ps -o rss=`. It errors out with: `rss: requires entitlement`. This PR uses the built-in ps on macOS instead. I imagine it's signed with the correct entitlements.