diff --git a/conf/core/Testing.conf b/conf/core/Testing.conf
index 1d05664..c9eb35e 100644
--- a/conf/core/Testing.conf
+++ b/conf/core/Testing.conf
@@ -20,8 +20,10 @@
"hash.seed.zero": "true",
"jni.initial.memory": "64m",
"jni.max.memory": "256m",
+ "#" : "We run our test server right up to the available memory limit, so no point in seeing any memory warnings for tests.",
+ "memory.usage.checker.enabled": "false",
"#" : "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.",
+ "#" : "experimentally determined but it value can make conflating larger datasets intractable.",
"poi.polygon.additional.search.distance": "125.0",
"#" : "See note for building.address.match.enabled above.",
"poi.polygon.address.match.enabled": "false",