Skip to content

Commit

Permalink
Increase default size of MemPersistent heap.
Browse files Browse the repository at this point in the history
  • Loading branch information
GregUtas committed Jun 1, 2022
1 parent 49b326b commit d4ad33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nb/HeapCfg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ HeapCfg::HeapCfg() :
//
minSize_[MemPersistent] = 512 * kBs;
maxSize_[MemPersistent] = (BYTES_PER_WORD == 4 ? 128 * MBs : 2 * GBs);
targSize_[MemPersistent] = 2 * MBs;
targSize_[MemPersistent] = 3 * MBs;

//> The minimum and maximum sizes of the dynamic heap:
// min = 2MB, init = 16MB, max = 1GB (32-bit), 16GB (64-bit)
Expand Down

0 comments on commit d4ad33b

Please # to comment.