[GitHub] [commons-io] DaGeRe commented on pull request #343: IO-764 Fix big string writing by writing with ByteBuffer instead calling getBytes directly

2022-04-05 Thread GitBox
DaGeRe commented on PR #343: URL: https://github.com/apache/commons-io/pull/343#issuecomment-1088718744 Thanks for the hints. I've removed my test, added the comments, removed closing of the channel and fixed the checkstyle problems, and I rebased to latest master state. Getting the

[GitHub] [commons-io] DaGeRe commented on pull request #343: IO-764 Fix big string writing by writing with ByteBuffer instead calling getBytes directly

2022-04-04 Thread GitBox
DaGeRe commented on PR #343: URL: https://github.com/apache/commons-io/pull/343#issuecomment-1087378794 Unfortunately, this does not work on GH Actions since the RAM is too small. Should I increase the RAM for the test or disable the test? -- This is an automated message from the Apache G