mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

chebrard
25.49.2009 06caa17978c473cc1a7bd7d2ed5eed36cdd99bd8
refs
author chebrard <chebrard@localhost>
Wednesday, February 25, 2009 11:49 +0100
committer chebrard <chebrard@localhost>
Wednesday, February 25, 2009 11:49 +0100
commit06caa17978c473cc1a7bd7d2ed5eed36cdd99bd8
tree be3025196172a3c54dddfc5a6ff5185e155e48c5 tree | zip | gz
parent ba2858890becc2ec90e48ca74fbefb6c1ad1cb6a view | diff
Fix 3798: Unable to use more than 50% of machine memory for server

JVM settings were used by scripts when checking the validity of the instance.
This modification removes the use of the JVM setting during the bootstrapping phase.
This fixes the following issues:

* if JVM is configured for the server instance suspends on start up
for debugging, the server suspends during the bootstrapping phase
rather than when the real server instance has started. (remaining
issue related to issue 3711)
* if the JVM is configured to use more than around 45% of the
machine's memory, we run out of memory (issue 3798)

1 files modified
2 ■■■ changed files
opends/resource/bin/_script-util.sh 2 ●●● diff | view | raw | blame | history