File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
docs/run-instance/configuration/ors/engine Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 3
3
4
4
Engine properties are required at graph-build time during startup.
5
5
6
+ ::: warning
7
+ If you specified ` profile_default ` settings they might not be taken into account!
8
+ This will be fixed in the next patch release.
9
+ As a workaround, you can move all ` profile_default ` settings to the specific profile where you need them to work.
10
+ :::
11
+
6
12
| key | type | description | default value |
7
13
| --------------------| ---------| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| --------------------------------------------|
8
14
| init_threads | number | The number of threads used to initialize (build/load) graphs. Higher numbers requires more RAM | ` 1 ` |
Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ Available profiles are:
15
15
- ` wheelchair `
16
16
- ` public-transport `
17
17
18
+ ::: warning
19
+ If you specified ` profile_default ` settings they might not be taken into account!
20
+ This will be fixed in the next patch release.
21
+ As a workaround, you can move all ` profile_default ` settings to the specific profile where you need them to work.
22
+ :::
23
+
18
24
Properties for each (enabled) profile are set under ` ors.engine.profiles.<profile> ` , e.g.
19
25
- ` ors.engine.profiles.car `
20
26
- ` ors.engine.profiles.hiking `
You can’t perform that action at this time.
0 commit comments