Skip to content

Commit

Permalink
Improve redpanda resource usage (testcontainers#1698)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez authored Sep 29, 2023
1 parent c6c7fcf commit 570f29a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/redpanda/redpanda.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ func RunContainer(ctx context.Context, opts ...testcontainers.ContainerCustomize
"redpanda",
"start",
"--mode=dev-container",
"--smp=1",
"--memory=1G",
},
},
Started: true,
Expand Down

0 comments on commit 570f29a

Please sign in to comment.