mirror of https://gitee.com/bigwinds/arangodb
remove memory usage for small collections
This commit is contained in:
parent
c982962fd4
commit
e2efd9d35e
|
@ -42,7 +42,7 @@
|
||||||
/// @brief number of headers per block
|
/// @brief number of headers per block
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define NUMBER_HEADERS_PER_BLOCK (1000000)
|
#define NUMBER_HEADERS_PER_BLOCK (1000)
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
// --SECTION-- private types
|
// --SECTION-- private types
|
||||||
|
|
Loading…
Reference in New Issue