Abyss-lord commented on PR #6689: URL: https://github.com/apache/gravitino/pull/6689#issuecomment-2728883262
@jerqi I’ve finished updating the code. Please take a look at the PR again when you have time. My update is as follows 1. set min thread to `Math.max(Math.min(Runtime.getRuntime().availableProcessors() * 2, 100), 4)` 2. set max thread to `Math.max(Runtime.getRuntime().availableProcessors() * 4, 400)`. -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org