From 953746d84f4c0caba597ce98a652c7f841081b8b 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 bdb0b0cf7a45..797cc6f4edda 100644 --- a/build.xml +++ b/build.xml @@ -2024,6 +2024,8 @@ + + + threads="${test.threads}"> +