mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 01:42:37 +08:00
Since memory is now limited with RSS size, add RSS size in status json for reporting. Also change how available_bytes is calculated from: (available + virtual memory) * process_limit / machine_limit to: (available memory) * process_limit / machine_limit