mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Increase allowed memory for build
This commit is contained in:
@@ -176,7 +176,6 @@
|
|||||||
<id>android</id>
|
<id>android</id>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
|
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
|
||||||
<artifactId>android-maven-plugin</artifactId>
|
<artifactId>android-maven-plugin</artifactId>
|
||||||
@@ -203,12 +202,12 @@
|
|||||||
<dex>
|
<dex>
|
||||||
<jvmArguments>
|
<jvmArguments>
|
||||||
<argument>-Xms128m</argument>
|
<argument>-Xms128m</argument>
|
||||||
<argument>-Xmx1024m</argument>
|
<argument>-Xmx2048m</argument>
|
||||||
</jvmArguments>
|
</jvmArguments>
|
||||||
</dex>
|
</dex>
|
||||||
<jvmArguments>
|
<jvmArguments>
|
||||||
<argument>-Xms128m</argument>
|
<argument>-Xms128m</argument>
|
||||||
<argument>-Xmx1024m</argument>
|
<argument>-Xmx2048m</argument>
|
||||||
</jvmArguments>
|
</jvmArguments>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
@@ -240,10 +239,8 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
Reference in New Issue
Block a user