Skip to content

Commit 6046516

Browse files
small fix to l4j config so windows build works
1 parent cdd9799 commit 6046516

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/windows/config-cmd.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<!-- for 2.2, set a minimum version -->
3636
<minVersion>1.7.0_40</minVersion>
3737
<!-- increase available per PDE X request -->
38-
<maxHeapSize>256m</maxHeapSize>
38+
<maxHeapSize>256</maxHeapSize>
3939
</jre>
4040
<messages>
4141
<startupErr>An error occurred while starting the application.</startupErr>

build/windows/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<!-- for 2.2, set a minimum version -->
3636
<minVersion>1.7.0_40</minVersion>
3737
<!-- increase available per PDE X request -->
38-
<maxHeapSize>256m</maxHeapSize>
38+
<maxHeapSize>256</maxHeapSize>
3939
</jre>
4040
<splash>
4141
<file>about.bmp</file>

0 commit comments

Comments
 (0)