diff options
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/executor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/executor.cc b/executor/executor.cc index 4e957c80e..a6d45c432 100644 --- a/executor/executor.cc +++ b/executor/executor.cc @@ -45,7 +45,7 @@ const int kMaxOutput = 16 << 20; const int kMaxArgs = 9; const int kMaxThreads = 16; const int kMaxCommands = 4 << 10; -const int kCoverSize = 16 << 10; +const int kCoverSize = 64 << 10; const uint64_t instr_eof = -1; const uint64_t instr_copyin = -2; |
