getMmapSize

abstract fun getMmapSize(database: String? = null): Long?(source)

Returns the maximum number of bytes that will be used for memory-mapped I/O. If the option is not supported by the VFS, then null is returned.

Throws

if reading the option fails.