Skip to content

Commit

Permalink
docs: add warning for profile_default settings (#1764)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatRefrigerator authored Mar 26, 2024
2 parents 4a2e936 + ccd35bd commit 14c28f5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/run-instance/configuration/ors/engine/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@

Engine properties are required at graph-build time during startup.

::: warning
If you specified `profile_default` settings they might not be taken into account!
This will be fixed in the next patch release.
As a workaround, you can move all `profile_default` settings to the specific profile where you need them to work.
:::

| key | type | description | default value |
|--------------------|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------|
| init_threads | number | The number of threads used to initialize (build/load) graphs. Higher numbers requires more RAM | `1` |
Expand Down
6 changes: 6 additions & 0 deletions docs/run-instance/configuration/ors/engine/profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ Available profiles are:
- `wheelchair`
- `public-transport`

::: warning
If you specified `profile_default` settings they might not be taken into account!
This will be fixed in the next patch release.
As a workaround, you can move all `profile_default` settings to the specific profile where you need them to work.
:::

Properties for each (enabled) profile are set under `ors.engine.profiles.<profile>`, e.g.
- `ors.engine.profiles.car`
- `ors.engine.profiles.hiking`
Expand Down

0 comments on commit 14c28f5

Please sign in to comment.