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 3564: make-ldif fails with "Permission denied" message
chebrard
07.05.2008
84d7eec3fb0ba570f1a1756dfee445fbe9d9a862
[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>