OptionalastarInitial single-direction A* label reservation: integer 0–2,000,000, default 16,384. Zero grows storage on demand.
OptionalbidirectionalInitial bidirectional A* label reservation in each direction: integer 0–2,000,000, default 16,384. Zero grows storage on demand.
OptionalclearAsk native cleanup to release used search-label vectors after each route; default false retains reusable reservations. Does not shrink WASM linear memory or clear decoded tiles.
Native search-label allocation policy, applied when the actor initializes.
Remarks
Reservations are label counts per vector, not bytes or search limits. Searches can grow beyond them. These settings override the dataset's A* reservations. They neither change costing nor impose a total-worker memory limit.