Skip to content

Commit bb16316

Browse files
wimjongmanmerks
authored andcommitted
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.
1 parent a164cb5 commit bb16316

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/birt-packages/birt-report-all-in-one/BIRT.product

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?pde version="3.5"?>
33

4-
<product name="BIRT Report Designer All-In-One" uid="org.eclipse.birt.report.designer.all" id="org.eclipse.birt.branding.birt_all_in_one" application="org.eclipse.ui.ide.workbench" version="4.16.0.qualifier" useFeatures="true" includeLaunchers="true" autoIncludeRequirements="true">
4+
<product name="BIRT Report Designer All-In-One" uid="org.eclipse.birt.report.designer.all" id="org.eclipse.birt.branding.birt_all_in_one" application="org.eclipse.ui.ide.workbench" version="4.16.0.qualifier" type="features" includeLaunchers="true" autoIncludeRequirements="true">
55

66
<aboutInfo>
77
<image path="/org.eclipse.birt.branding/images/about.png"/>
@@ -38,7 +38,7 @@ Powered by the Eclipse Platform: https://eclipse.org/eclipse
3838
-product org.eclipse.birt.branding.birt_all_in_one
3939
</programArgs>
4040
<vmArgs>-Xms512m
41-
-Xmx1024m
41+
-Xmx2048m
4242
</vmArgs>
4343
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
4444
</vmArgsMac>

0 commit comments

Comments
 (0)