MCPcopy Create free account
hub / github.com/apify/crawlee-python / default_memory_info

Function default_memory_info

tests/unit/_autoscaling/test_snapshotter.py:69–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67
68@pytest.fixture
69def default_memory_info() -> MemoryInfo:
70 return MemoryInfo(
71 total_size=ByteSize.from_gb(8),
72 current_size=ByteSize.from_gb(4),
73 system_wide_used_size=ByteSize.from_gb(5),
74 )
75
76
77@pytest.fixture

Callers

nothing calls this directly

Calls 2

MemoryInfoClass · 0.90
from_gbMethod · 0.80

Tested by

no test coverage detected