From e56500b18bd248f26429d9c67b69ebdbc705ae34 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 434628b3d77e..cfc0908a02dd 100644 --- a/build.xml +++ b/build.xml @@ -2031,6 +2031,8 @@ + + + threads="${test.threads}"> +