Commit bb16316
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments