diff -r 91fb10c89611 -r 8972247f54e8 docs/Writerside/topics/install.md --- a/docs/Writerside/topics/install.md Sun Dec 07 15:33:16 2025 +0100 +++ b/docs/Writerside/topics/install.md Sun Dec 07 15:34:46 2025 +0100 @@ -160,4 +160,14 @@ The buffer size on the heap for a stream copy. 8,192 + + CX_PROPERTIES_LOAD_FILL_SIZE + The size of the stack buffer used to fill the parser in cxPropertiesLoad(). + 1,024 + + + CX_PROPERTIES_LOAD_BUF_SIZE + The size of the stack used for the line buffer in cxPropertiesLoad(). + 256 +