From e9c7cc446e8887353ec07610a06c1ebc9c33630a Mon Sep 17 00:00:00 2001 From: Mark Thomas Date: Wed, 5 Feb 2025 08:37:13 +0000 Subject: [PATCH] Refactor unit test memory limit so it is unset by default A fixed limit didn't work for all use cases. This approach restores the previous default and allows developers to configure their own if required. --- build.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index b0ad36272f53..fe4624313b63 100644 --- a/build.xml +++ b/build.xml @@ -2027,6 +2027,8 @@ + + + threads="${test.threads}"> +