Skip to content

Commit

Permalink
FIX #53
Browse files Browse the repository at this point in the history
  • Loading branch information
vharseko committed Mar 4, 2019
1 parent 4375b3d commit 91c9d43
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,8 @@ private static EnvironmentConfig defaultConfig()
// will block indefinitely.
envConfig.setLockTimeout(0, TimeUnit.MICROSECONDS);

//FIX https://github.com/OpenIdentityPlatform/OpenDJ/issues/53 https://docs.oracle.com/cd/E17277_02/html/java/com/sleepycat/je/EnvironmentConfig.html#FREE_DISK
envConfig.setConfigParam("je.freeDisk",String.valueOf(50*1024*1024));
return envConfig;
}

Expand Down

0 comments on commit 91c9d43

Please sign in to comment.