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

ludovicp
05.08.2010 06a2720e00f89a73a5617aabc4ee91cbac62fbee
refs
author ludovicp <ludovicp@localhost>
Monday, July 5, 2010 14:08 +0200
committer ludovicp <ludovicp@localhost>
Monday, July 5, 2010 14:08 +0200
commit06a2720e00f89a73a5617aabc4ee91cbac62fbee
tree bb7e6adfdd2e7960dfbc6c2b3ef68f6c2dcd677c tree | zip | gz
parent a2fcb9bde914a4f908fa5ca6591a193e025339d5 view | diff
Fix performance regression in Import, an issue with --append more and an issue with the way the DB config was used during import (Issue #4473).
Memory allocation for import is now based on the usable memory for offline mode and configure DB cache size for online.
Computation of usable JVM currently only works properly with Sun JVM for ParallelGC and CMSGC.
1 files added
1 files renamed
6 files modified
2164 ■■■■■ changed files
opends/src/server/org/opends/server/backends/jeb/BackendImpl.java 62 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java 1541 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/jeb/importLDIF/IndexInputBuffer.java 414 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/jeb/importLDIF/IndexOutputBuffer.java 31 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/jeb/importLDIF/Suffix.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/ImportLDIF.java 11 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/Platform.java 98 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/TestImportJob.java 3 ●●●● diff | view | raw | blame | history