Skip to content

Commit 7d88bd1

Browse files
committed
tweaking memory limits
1 parent 21e3d1a commit 7d88bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transform-sdk/tests/test_util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func startRedpanda(ctx context.Context) (*redpanda.Container, context.CancelFunc
6161
return nil
6262
}),
6363
redpanda.WithEnableWasmTransform(),
64-
redpanda.WithBootstrapConfig("data_transforms_per_core_memory_reservation", 33554432),
64+
redpanda.WithBootstrapConfig("data_transforms_per_core_memory_reservation", 135000000),
6565
redpanda.WithBootstrapConfig("data_transforms_per_function_memory_limit", 16777216),
6666
)
6767
if err != nil {

0 commit comments

Comments
 (0)