[#MAX_VECTOR_ALLOCATE] = MAX_VECTOR_ALLOCATE :mrdocs: Maximum amount of memory (in bytes) to allocate at once when deserializing vectors. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr unsigned int MAX_VECTOR_ALLOCATE = {5'000'000}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#