Maximum buffer size allowed when encoding Variants. Raise this value to support heavier memory allocations.
The putVar method allocates memory on the stack, and the buffer used will grow automatically to the closest power of two to match the size of the Variant. If the Variant is bigger than encode_buffer_max_size, the method will error out with constantERR_OUT_OF_MEMORY.
Maximum buffer size allowed when encoding Variants. Raise this value to support heavier memory allocations. The putVar method allocates memory on the stack, and the buffer used will grow automatically to the closest power of two to match the size of the Variant. If the Variant is bigger than encode_buffer_max_size, the method will error out with constant ERR_OUT_OF_MEMORY.