Re: [PR] chore: Enable netty leak detector in CI [pekko]

2024-12-28 Thread via GitHub
He-Pin merged PR #1639: URL: https://github.com/apache/pekko/pull/1639 -- 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: notifications-unsubscr...@pekko.a

Re: [PR] chore: Enable netty leak detector in CI [pekko]

2024-12-28 Thread via GitHub
pjfanning commented on code in PR #1639: URL: https://github.com/apache/pekko/pull/1639#discussion_r1898959324 ## .jvmopts-ci: ## @@ -12,3 +12,5 @@ -XX:-ClassUnloadingWithConcurrentMark -Djava.security.egd=file:/dev/./urandom -Dpekko.ci-server=true +#Trace Netty memory leaks

[PR] chore: Enable netty leak detector in CI [pekko]

2024-12-28 Thread via GitHub
He-Pin opened a new pull request, #1639: URL: https://github.com/apache/pekko/pull/1639 Motivation: It needs to be enabled in `.jvmopts-ci` too. refs: https://github.com/apache/pekko/issues/1634 otherwise, it's just : ``` io.netty.util.ResourceLeakDetector -- -Di