Skip to content

Commit

Permalink
XD-1191 disable GC during data migration
Browse files Browse the repository at this point in the history
  • Loading branch information
leostryuk committed Jan 15, 2025
1 parent e367757 commit 7a70dc9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ class XodusToOrientDataMigratorLauncher(
log.info { "2. Open Xodus" }
val env = Environments.newInstance(xodus.databaseDirectory, newEnvironmentConfig {
isLogProceedDataRestoredAtAnyCost = true
isGcEnabled = false
if (xodus.cipherKey != null) {
setCipherId("jetbrains.exodus.crypto.streamciphers.JBChaChaStreamCipherProvider")
setCipherKey(xodus.cipherKey)
Expand Down

0 comments on commit 7a70dc9

Please sign in to comment.