bjornjorgensen commented on PR #39196:
URL: https://github.com/apache/spark/pull/39196#issuecomment-1364710814

   
https://github.com/apache/spark/commit/56086cb6c6df241e811be96cdf8bc6bc713b649d
   
   ### Does this PR introduce _any_ user-facing change?
   Yes, all changes are caused by the change of Netty.
   If the user wants to maintain the same behavior as the previous version, the 
user needs to make the following configuration:
   
   - add `-Dio.netty.allocator.useCacheForAllThreads=true` to enable 
`useCacheForAllThreads `
   - add `-Dio.netty.allocator.maxOrder=11` to keep the chunk size of 
`PooledByteBufAllocator` to 16m


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to