qbicsoftware / parent-poms

We keep all parent POMs under this single repository.
2 stars 1 forks source link

Increase JVM memory to 1GB #66

Closed KochTobi closed 4 years ago

KochTobi commented 4 years ago

This commit increases the memory of the JVM during vaadin compilation to 1GB.

                    <extraJvmArgs>-Xmx512m -Xss1024k</extraJvmArgs>
                    <extraJvmArgs>-Xmx1024m -Xss1024k</extraJvmArgs>

The change is needed to allow for vaadin 8 compilation on systems running java 8 HotSpot versions.

KochTobi commented 4 years ago

This should resolve https://github.com/qbicsoftware/omero-portlet/issues/12