RFR: JDK-8279954 - java/lang/StringBuffer(StringBuilder)/HugeCapacity.java intermittently fails
Roger Riggs
rriggs at openjdk.java.net
Fri Jan 14 15:28:35 UTC 2022
On Fri, 14 Jan 2022 14:33:13 GMT, Jim Laskey <jlaskey at openjdk.org> wrote:
> Tests were fatally failing (windows) on Github actions. Pumping up the memory requirements will hopefully alleviate.
If the error message:
```OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x000001cfdf610000, 10485760, 0) failed; error='The paging file is too small for this operation to complete' (DOS error/errno=1455) ```
Correctly reflects the error, raising the requested heap size won't help. The size of the paging file isn't sufficient.
Without knowing how the system configuration its hard to come to a conclusion.
Perhaps one of the systems used to run GHA has an inconsistently sized page file.
$.02
-------------
PR: https://git.openjdk.java.net/jdk/pull/7086
More information about the core-libs-dev
mailing list