vibeqc.available_memory_bytes

vibeqc.available_memory_bytes()[source]

Best-effort available-RAM probe. Prefers psutil when installed (cross-platform, accurate) and falls back to platform- specific mechanisms otherwise.

Returns 0 only when no probe succeeds, in which case the caller should treat the result as “unknown” rather than “no memory”.

Return type:

int