eclipse-iceoryx / iceoryx2

Eclipse iceoryx2™ - true zero-copy inter-process-communication in pure Rust
https://iceoryx.io
Apache License 2.0
1.03k stars 40 forks source link

Add support for `getrlimit(RLIMIT_AS)` in macOS platform abstraction #473

Open orecham opened 1 month ago

orecham commented 1 month ago

Brief feature description

Required for functionality to get system configuration on macOS.

Detailed information

Fetching the system configuration on macOS fails with this error:

        0 [F] "ProcessResourceLimit::soft_limit"
              | This should never happen! Unable to acquire soft limit for MaxSizeOfTotalMemory due to an unknown error (errno { name = "EINVAL", value = 22, details = "Invalid argument" }).