We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e3d1a commit 7d88bd1Copy full SHA for 7d88bd1
src/transform-sdk/tests/test_util.go
@@ -61,7 +61,7 @@ func startRedpanda(ctx context.Context) (*redpanda.Container, context.CancelFunc
61
return nil
62
}),
63
redpanda.WithEnableWasmTransform(),
64
- redpanda.WithBootstrapConfig("data_transforms_per_core_memory_reservation", 33554432),
+ redpanda.WithBootstrapConfig("data_transforms_per_core_memory_reservation", 135000000),
65
redpanda.WithBootstrapConfig("data_transforms_per_function_memory_limit", 16777216),
66
)
67
if err != nil {
0 commit comments