mirror of https://gitee.com/bigwinds/arangodb
reduce the size for each collection struct
"path" attribute now has a max length of 512 bytes instead of 4K
This commit is contained in:
parent
0879cf8d15
commit
5732ab8378
|
@ -197,7 +197,7 @@ extern size_t PageSize;
|
|||
/// @brief maximal path length
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#define TRI_COL_PATH_LENGTH (4096)
|
||||
#define TRI_COL_PATH_LENGTH (512)
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief default maximal collection journal size
|
||||
|
|
Loading…
Reference in New Issue