-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b04
The current system tests are run with -Xmx512m which is too low.
We should at least double the limit to -Xmx1g.
(line 4276 maxHeapSize = "1000m")
Ran into OOME while running pagination stress test https://bugs.openjdk.org/browse/JDK-8349105
Edit: a solution was found for the Pagination test, so it is no longer a blocker. I still think we should increase the memory limit which will enable writing more complex tests in the future.
We should at least double the limit to -Xmx1g.
(line 4276 maxHeapSize = "1000m")
Ran into OOME while running pagination stress test https://bugs.openjdk.org/browse/JDK-8349105
Edit: a solution was found for the Pagination test, so it is no longer a blocker. I still think we should increase the memory limit which will enable writing more complex tests in the future.
- relates to
-
JDK-8349105 Pagination: exception initializing in a background thread
-
- Resolved
-
- links to
-
Commit(master) openjdk/jfx/50dbedb8
-
Review(master) openjdk/jfx/1701