Object.ResourceManager (object v0.1.2)

Manages system resources including memory, CPU, network, and storage limits. Provides graceful degradation and emergency shutdown capabilities.

Summary

Functions

allocate_resource(resource_manager, resource_type, amount)

allocate_resources(resource_manager, objects)

check_resource_usage(resource_manager)

deallocate_resource(resource_manager, resource_type, amount)

get_memory_pressure(resource_manager)

new(opts)