[#DBParams-max_file_size] = xref:DBParams.adoc[DBParams]::max_file_size :relfileprefix: ../ :mrdocs: Maximum LevelDB SST file size. Larger values reduce the frequency of compactions but increase their duration. == Synopsis Declared in `<dbwrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t max_file_size = DBWRAPPER_MAX_FILE_SIZE; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#