Skip to content

Commit

Permalink
Update CockroachDB configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Apr 17, 2024
1 parent 42ba70d commit f3bb0ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ HibernateSearchJdbcDatabaseContainer container(Path dockerfile, String name) {
.forPort( 8080 )
.forStatusCode( 200 ),
8080
).withCommand( "start-single-node --insecure" )
).withCommand( "start-single-node --insecure --store=type=mem,size=0.25 --advertise-addr=localhost" )
.withStartupTimeout( EXTENDED_TIMEOUT )
.withCreateContainerCmdModifier( cmd -> {
HostConfig hostConfig = cmd.getHostConfig();
Expand Down

0 comments on commit f3bb0ec

Please sign in to comment.