aboutsummaryrefslogtreecommitdiffstats
path: root/prog/encodingexec.go
diff options
context:
space:
mode:
Diffstat (limited to 'prog/encodingexec.go')
-rw-r--r--prog/encodingexec.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/prog/encodingexec.go b/prog/encodingexec.go
index 45fb2d75e..abcfeffba 100644
--- a/prog/encodingexec.go
+++ b/prog/encodingexec.go
@@ -49,7 +49,7 @@ const (
)
const (
- ExecBufferSize = 2 << 20
+ ExecBufferSize = 4 << 20
ExecNoCopyout = ^uint64(0)
)