Skip to content

Commit

Permalink
common: bump arena to 64 GB
Browse files Browse the repository at this point in the history
  • Loading branch information
bpowers committed Mar 10, 2019
1 parent 522075b commit 254d0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.h
Expand Up @@ -95,7 +95,7 @@ static constexpr std::chrono::milliseconds kMeshPeriodMs{100}; // 100 ms
// controls aspects of miniheaps
static constexpr size_t kMaxMeshes = 256; // 1 per bit

static constexpr size_t kArenaSize = 16ULL * 1024ULL * 1024ULL * 1024ULL; // 16 GB
static constexpr size_t kArenaSize = 64ULL * 1024ULL * 1024ULL * 1024ULL; // 64 GB
static constexpr size_t kAltStackSize = 16 * 1024UL; // 16k sigaltstacks
#define SIGQUIESCE (SIGRTMIN + 7)
#define SIGDUMP (SIGRTMIN + 8)
Expand Down

0 comments on commit 254d0c7

Please sign in to comment.