From bb1631625f1ecff8a55b2d51dfcfd5b6d6c758ad Mon Sep 17 00:00:00 2001 From: Wim Jongman Date: Thu, 13 Jun 2024 19:32:31 +0200 Subject: [PATCH] Out of memory error when creating a chart #1727 1. Sometimes NumberFormat is used to handle the decimal point and in other cases there is a dependency on ULocale. A small fix was made to use the default ULocale in the Numberformat calculations instead of the default NumberFormat The whole operation is not fully understood so more issues could arise. 2. To avoid memory cramps, an additional 1GB was added to the maximum memory. See the issue for a discussion. --- build/birt-packages/birt-report-all-in-one/BIRT.product | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/birt-packages/birt-report-all-in-one/BIRT.product b/build/birt-packages/birt-report-all-in-one/BIRT.product index 1c0df0fbe7..b3b541900b 100644 --- a/build/birt-packages/birt-report-all-in-one/BIRT.product +++ b/build/birt-packages/birt-report-all-in-one/BIRT.product @@ -1,7 +1,7 @@ - + @@ -38,7 +38,7 @@ Powered by the Eclipse Platform: https://eclipse.org/eclipse -product org.eclipse.birt.branding.birt_all_in_one -Xms512m --Xmx1024m +-Xmx2048m -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts