[Java] Increase java compiler stack size to handle large files (#5901)

* increase java compiler stack size to handle large files

* increase java compiler stack size to handle large files
This commit is contained in:
Sebastien Rosset 2020-04-12 22:56:20 -07:00 committed by GitHub
parent cc09118ffc
commit d81c244f9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 0 deletions

View File

@ -50,6 +50,7 @@
<maxmem>512m</maxmem> <maxmem>512m</maxmem>
<compilerArgs> <compilerArgs>
<arg>-Xlint:all</arg> <arg>-Xlint:all</arg>
<arg>-J-Xss4m</arg><!-- Compiling the generated JSON.java file may require larger stack size. -->
</compilerArgs> </compilerArgs>
</configuration> </configuration>
</plugin> </plugin>

View File

@ -50,6 +50,7 @@
<maxmem>512m</maxmem> <maxmem>512m</maxmem>
<compilerArgs> <compilerArgs>
<arg>-Xlint:all</arg> <arg>-Xlint:all</arg>
<arg>-J-Xss4m</arg><!-- Compiling the generated JSON.java file may require larger stack size. -->
</compilerArgs> </compilerArgs>
</configuration> </configuration>
</plugin> </plugin>

View File

@ -43,6 +43,7 @@
<maxmem>512m</maxmem> <maxmem>512m</maxmem>
<compilerArgs> <compilerArgs>
<arg>-Xlint:all</arg> <arg>-Xlint:all</arg>
<arg>-J-Xss4m</arg><!-- Compiling the generated JSON.java file may require larger stack size. -->
</compilerArgs> </compilerArgs>
</configuration> </configuration>
</plugin> </plugin>

View File

@ -43,6 +43,7 @@
<maxmem>512m</maxmem> <maxmem>512m</maxmem>
<compilerArgs> <compilerArgs>
<arg>-Xlint:all</arg> <arg>-Xlint:all</arg>
<arg>-J-Xss4m</arg><!-- Compiling the generated JSON.java file may require larger stack size. -->
</compilerArgs> </compilerArgs>
</configuration> </configuration>
</plugin> </plugin>

View File

@ -43,6 +43,7 @@
<maxmem>512m</maxmem> <maxmem>512m</maxmem>
<compilerArgs> <compilerArgs>
<arg>-Xlint:all</arg> <arg>-Xlint:all</arg>
<arg>-J-Xss4m</arg><!-- Compiling the generated JSON.java file may require larger stack size. -->
</compilerArgs> </compilerArgs>
</configuration> </configuration>
</plugin> </plugin>