File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tests/org.eclipse.epsilon.test Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 <stringAttribute key =" org.eclipse.jdt.launching.JRE_CONTAINER" value =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/" />
2121 <stringAttribute key =" org.eclipse.jdt.launching.MAIN_TYPE" value =" org.eclipse.epsilon.test.EpsilonEclipseTestSuite" />
2222 <stringAttribute key =" org.eclipse.jdt.launching.PROJECT_ATTR" value =" org.eclipse.epsilon.test" />
23- <stringAttribute key =" org.eclipse.jdt.launching.VM_ARGUMENTS" value =" -ea -Xmx4g --add-opens=java.base/java.util.stream=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-exports=java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED " />
23+ <stringAttribute key =" org.eclipse.jdt.launching.VM_ARGUMENTS" value =" -ea -Xmx4g --add-opens=java.base/java.util.stream=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED" />
2424</launchConfiguration >
Original file line number Diff line number Diff line change 4141 <version >${tycho.version} </version >
4242 <configuration >
4343 <application >org.eclipse.ui.ide.workbench</application >
44- <argLine >-ea -Xmx2g --add-opens=java.base/java.util.stream=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-exports=java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED ${osSpecificVMArgs} </argLine >
44+ <argLine >-ea -Xmx2g --add-opens=java.base/java.util.stream=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED ${osSpecificVMArgs} </argLine >
4545 <useUIThread >true</useUIThread >
4646 <useUIHarness >true</useUIHarness >
4747 <includes >
113113 </build >
114114 <properties >
115115 <packaging .type>eclipse-plugin</packaging .type>
116- <argLine >-ea -Xmx3g --add-opens=java.base/java.util.stream=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-exports=java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED </argLine >
116+ <argLine >-ea -Xmx3g --add-opens=java.base/java.util.stream=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED</argLine >
117117 </properties >
118118 </profile >
119119 <profile >
152152 </build >
153153 <properties >
154154 <packaging .type>eclipse-plugin</packaging .type>
155- <argLine >-ea -Xms2g -Xmx6g --add-opens=java.base/java.util.stream=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-exports=java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED </argLine >
155+ <argLine >-ea -Xms2g -Xmx6g --add-opens=java.base/java.util.stream=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED</argLine >
156156 </properties >
157157 </profile >
158158 <profile >
You can’t perform that action at this time.
0 commit comments