Elijah3927 commented on issue #15049: URL: https://github.com/apache/dolphinscheduler/issues/15049#issuecomment-1853585248
it looks like a bug, from the source code (version:3.2.0) we could know that, it got jvm free memory as node free-memory, but total memory, it got physical machine total memory, so the memory-usage = (total-memory - jvm-free-memory) / total-memory ,so the more physical machine total memory is, the more usage percentage. i put the detail in #15313 -- 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]
