vibeqc.check_memory

vibeqc.check_memory(estimate, *, allow_exceed=False, available=None)[source]

Abort if estimate.total_bytes > available and allow_exceed is false.

available may be passed in for reproducible tests; leave None to probe the live machine.

Parameters:
Return type:

None