Skip to content

Commit

Permalink
Out of memory error when creating a chart #1727
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wimjongman committed Jun 13, 2024
1 parent 9643ee7 commit 763c652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/birt-packages/birt-report-all-in-one/BIRT.product
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<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">
<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">

<aboutInfo>
<image path="/org.eclipse.birt.branding/images/about.png"/>
Expand Down Expand Up @@ -38,7 +38,7 @@ Powered by the Eclipse Platform: https://eclipse.org/eclipse
-product org.eclipse.birt.branding.birt_all_in_one
</programArgs>
<vmArgs>-Xms512m
-Xmx1024m
-Xmx2048m
</vmArgs>
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
</vmArgsMac>
Expand Down

0 comments on commit 763c652

Please sign in to comment.