Skip to content

Commit 56375bf

Browse files
committed
Typo in pom file, may not need that memory at all
1 parent 3c05f2f commit 56375bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<configuration>
5353
<source>1.6</source>
5454
<target>1.6</target>
55-
<argLine>-X2048m -XX:MaxDirectMemorySize=256m</argLine>
55+
<argLine>-Xmx2048m -XX:MaxDirectMemorySize=256m</argLine>
5656
</configuration>
5757
</plugin>
5858
</plugins>

0 commit comments

Comments
 (0)