--- 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 @@ <td>The buffer size on the heap for a stream copy.</td> <td>8,192</td> </tr> +<tr> + <td>CX_PROPERTIES_LOAD_FILL_SIZE</td> + <td>The size of the stack buffer used to fill the parser in cxPropertiesLoad().</td> + <td>1,024</td> +</tr> +<tr> + <td>CX_PROPERTIES_LOAD_BUF_SIZE</td> + <td>The size of the stack used for the line buffer in cxPropertiesLoad().</td> + <td>256</td> +</tr> </table>