dashboard
repositories
filestore
activity
search
login
external-software
/
github_OpenIdentityPlatform_OpenDJ
mirror of
https://github.com/OpenIdentityPlatform/OpenDJ.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix for issue 3589 (Control Panel : error raised at new vlv index creation).
jvergara
17.32.2008
ee5d05f4843a959cd76804318a9ab1f49653770c
[external-software/github_OpenIdentityPlatform_OpenDJ.git]
/
opends
/
tests
/
staf-tests
/
system-tests
/
clients
/
monitoring
/
doc
/
examples
/
ConfigFile
/
JVM.xml
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE config SYSTEM "./config.dtd">
<config>
<protocol name="JVM">
<attribute name="FreePhysicalMemorySize" MBeanName="java.lang:type=OperatingSystem" />
<attribute name="FreeSwapSpaceSize" MBeanName="java.lang:type=OperatingSystem" />
</protocol>
</config>