Skip to content

Commit

Permalink
tweaking memory limits
Browse files Browse the repository at this point in the history
  • Loading branch information
oleiman committed Jul 24, 2024
1 parent 7b496ae commit 52de2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transform-sdk/tests/test_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func startRedpanda(ctx context.Context) (*redpanda.Container, context.CancelFunc
return nil
}),
redpanda.WithEnableWasmTransform(),
redpanda.WithBootstrapConfig("data_transforms_per_core_memory_reservation", 33554432),
redpanda.WithBootstrapConfig("data_transforms_per_core_memory_reservation", 135000000),
redpanda.WithBootstrapConfig("data_transforms_per_function_memory_limit", 16777216),
)
if err != nil {
Expand Down

0 comments on commit 52de2bb

Please sign in to comment.