diff --git a/ptsl/engine.py b/ptsl/engine.py index 65fdcca..3ac93b2 100644 --- a/ptsl/engine.py +++ b/ptsl/engine.py @@ -442,7 +442,7 @@ def get_memory_locations(self) -> List[pt.MemoryLocation]: """ Get a list of all memory locations in currently-open session. """ - op = ops.GetMemoryLocations() + op = ops.GetMemoryLocations(pagination_request=pt.PaginationRequest(limit=1000, offset=0)) self.client.run(op) return op.response.memory_locations