Prajwal-banakar commented on issue #2744:
URL: https://github.com/apache/fluss/issues/2744#issuecomment-3979579392

   Hi @wuchong @loserwang1024 During full reactor runs, I observed intermittent 
MiniCluster instability (tests pass when run individually). It appears to be 
related to TaskManager memory pressure under the default configuration.
   
   I’m planning to stabilize this by explicitly setting:
   
   config.setString("taskmanager.memory.task.off-heap.size", "128m");
   config.setString("taskmanager.memory.framework.off-heap.size", "128m");
   config.setString("taskmanager.memory.network.min", "128m");
   config.setString("taskmanager.memory.network.max", "128m");
   
   Does this look reasonable to you?


-- 
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]

Reply via email to