Increase backtrace hashtable size.
This commit is contained in:
parent
1673d2366b
commit
c602c09f79
@ -143,7 +143,7 @@ struct HashtableNode {
|
|||||||
std::atomic<std::size_t> size;
|
std::atomic<std::size_t> size;
|
||||||
};
|
};
|
||||||
|
|
||||||
static constexpr std::size_t HT_MAX_SIZE = 1000000;
|
static constexpr std::size_t HT_MAX_SIZE = 10000000;
|
||||||
static std::atomic<std::size_t> ht_size{0};
|
static std::atomic<std::size_t> ht_size{0};
|
||||||
static std::array<HashtableNode, HT_MAX_SIZE> ht;
|
static std::array<HashtableNode, HT_MAX_SIZE> ht;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user