diff --git a/docs/run-instance/configuration/ors/engine/index.md b/docs/run-instance/configuration/ors/engine/index.md index c9c162c7c5..538353359f 100644 --- a/docs/run-instance/configuration/ors/engine/index.md +++ b/docs/run-instance/configuration/ors/engine/index.md @@ -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` | diff --git a/docs/run-instance/configuration/ors/engine/profiles.md b/docs/run-instance/configuration/ors/engine/profiles.md index 1af7d1c8b1..f88ed8aebc 100644 --- a/docs/run-instance/configuration/ors/engine/profiles.md +++ b/docs/run-instance/configuration/ors/engine/profiles.md @@ -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.`, e.g. - `ors.engine.profiles.car` - `ors.engine.profiles.hiking`