ppkarwasz commented on code in PR #776: URL: https://github.com/apache/commons-io/pull/776#discussion_r2337119654
########## src/test/java/org/apache/commons/io/IOUtilsTest.java: ########## Review Comment: This test case shows the exception on insufficient data: https://github.com/apache/commons-io/blob/624de9fa1a2d376e944219249c56639e02da441b/src/test/java/org/apache/commons/io/IOUtilsTest.java#L1703-L1704 Surefire is configured with 25 MiB of heap (probably should be 256 MiB), so having a smaller chunk size prevents an OOME here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org