[
https://issues.jboss.org/browse/WFCORE-974?page=com.atlassian.jira.plugin...
]
Michael Noack edited comment on WFCORE-974 at 4/26/16 10:26 AM:
----------------------------------------------------------------
[~proesler_ucsd] Sorry for the late reply. I had to first get approval to release the
template and the relevant scripts and to be honest forgot about it once I got it for a few
days.
-Since github seems to have trouble at the moment, I published it to gitlab:-
https://gitlab.com/noamik/wildfly-jvm-monitor
Edit:
I pushed the code and template to github:
https://github.com/noamik/wildfly-jvm-monitor
was (Author: michael.noack):
[~proesler_ucsd] Sorry for the late reply. I had to first get approval to release the
template and the relevant scripts and to be honest forgot about it once I got it for a few
days.
-Since github seems to have trouble at the moment, I published it to gitlab:-
-https://gitlab.com/noamik/wildfly-jvm-monitor-
Edit:
I pushed the code and template to github:
https://github.com/noamik/wildfly-jvm-monitor
Cli calls leak memory in Host Controller when reading children names
in domain mode
-----------------------------------------------------------------------------------
Key: WFCORE-974
URL:
https://issues.jboss.org/browse/WFCORE-974
Project: WildFly Core
Issue Type: Bug
Components: Domain Management, Remoting
Environment: CentOS 6.5:
# java -version
java version "1.7.0_79"
OpenJDK Runtime Environment (rhel-2.5.5.2.el7_1-x86_64 u79-b14)
OpenJDK 64-Bit Server VM (build 24.79-b02, mixed mode)
CentOS 7.0:
# java -version
java version "1.7.0_80"
Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)
Reporter: Michael Noack
Assignee: David Lloyd
Priority: Critical
Fix For: 2.0.0.Beta7
Attachments: host-controller-jvm.png
Calling the cli using the command:
{{jboss-cli.sh --connect --user="myuser" --password="mypassword"
--command=":read-children-names(child-type=host)"}}
leaks memory to old gen. Eventually the host controller goes OOM if called to often.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)