RFR: 8294541 - java/io/BufferedInputStream/TransferTo.java fails with OOME
Markus KARG
duke at openjdk.org
Tue Oct 4 15:50:30 UTC 2022
On Sat, 1 Oct 2022 17:54:37 GMT, Markus KARG <duke at openjdk.org> wrote:
> Fixes 8294541
As the files are not zero'ed by intention (to detect differences), sparse won't help, so next you'd eventually run into quota trouble (IIRC we already had this a year ago). IMHO we should increase RAM a bit further (really, it is cheap these days), or reduce that size of the tested data itself.
-------------
PR: https://git.openjdk.org/jdk/pull/10524
More information about the core-libs-dev
mailing list