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

chebrard
25.49.2009 3387909b93535accb5538f765e8d3818ea3be6b4
refs
author chebrard <chebrard@localhost>
Wednesday, February 25, 2009 11:49 +0100
committer chebrard <chebrard@localhost>
Wednesday, February 25, 2009 11:49 +0100
commit3387909b93535accb5538f765e8d3818ea3be6b4
tree a16e629bad6d97a2848fdbd30f4767629c0dc380 tree | zip | gz
parent 948a9f4e1b188880ab88ab614f8053925fd99c54 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
opendj-sdk/opends/resource/bin/_script-util.sh 2 ●●● diff | view | raw | blame | history