Skip to content

Commit 057740a

Browse files
Alex SharpAlex Sharp
authored andcommitted
Merge remote-tracking branch 'origin/devel' into alpha
2 parents 5bd0ff3 + 3ec9d27 commit 057740a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbo/cli/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var (
3131
BatchSizeFlag = cli.StringFlag{
3232
Name: "batchSize",
3333
Usage: "Batch size for the execution stage",
34-
Value: "512M",
34+
Value: "256M",
3535
}
3636
EtlBufferSizeFlag = cli.StringFlag{
3737
Name: "etl.bufferSize",

0 commit comments

Comments
 (0)