Skip to content

v0.2.53..v0.2.54 changeset Testing.conf

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/conf/core/Testing.conf b/conf/core/Testing.conf
index dbff9aa..1d05664 100644
--- a/conf/core/Testing.conf
+++ b/conf/core/Testing.conf
@@ -18,6 +18,11 @@
   "graph.comparator.max.threads": "1",
   "#" : "Makes Qt hashes behave uniformly",
   "hash.seed.zero": "true",
+  "jni.initial.memory": "64m",
+  "jni.max.memory": "256m",
+  "#" : "Use this larger search distance value in testing only, for now, in order to avoid changing a bunch of test output. This value was ",
+  "#" : "experimentally determined but it value can make larger datasets intractable.",
+  "poi.polygon.additional.search.distance": "125.0",
   "#" : "See note for building.address.match.enabled above.",
   "poi.polygon.address.match.enabled": "false",
   "#" : "By user request in the UI we have hardcoded POI/Polygon tag merging to use the PreserveTypesTagMerger, as there is currently",
Clone this wiki locally