From d27bb860ea5d3edb59b78413325102104a24ce1e Mon Sep 17 00:00:00 2001 From: ubq323 Date: Fri, 24 Mar 2023 22:04:17 +0000 Subject: add mapsize option --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index b4db243..7f4aa46 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ create a new environment handle and open the database at the `path`. returns the `opt` is an optional table of options: * `maxdbs`: number: the maximum number of databases in the environment. must be set if multiple databases will be used. +* `mapsize`: number: the memory map size used for this environment. this is also the maximum size of the database. default: 1GiB (`1024^3`). * `rdonly`: boolean: open the environment in read-only mode. * `nosubdir`: boolean: the `path` is used for the database file itself and not its containing directory. * `nosync`: boolean: don't flush buffers to disk when committing. -- cgit v1.2.3