We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034b6f3 commit eba9ffeCopy full SHA for eba9ffe
ktorm-support-oracle/src/test/kotlin/org/ktorm/support/oracle/BaseOracleTest.kt
@@ -36,6 +36,7 @@ abstract class BaseOracleTest : BaseTest() {
36
init {
37
// Configure the container.
38
usingSid()
39
+ withReuse(true)
40
withCreateContainerCmdModifier { cmd -> cmd.hostConfig?.withShmSize((1 * 1024 * 1024 * 1024).toLong()) }
41
42
// Start the container when it's first used.
0 commit comments