Skip to content

Commit 1998b31

Browse files
authored
Merge pull request #1038 from openzim/smaller_default_cluster_cache_size
Lowered the default value of CLUSTER_CACHE_SIZE
2 parents 388010e + 7466066 commit 1998b31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meson_options.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
option('CLUSTER_CACHE_SIZE', type : 'integer', min: 0, max: 1000000000000, value : 536870912,
2-
description : 'set default cluster cache size in bytes (default:512MB)')
1+
option('CLUSTER_CACHE_SIZE', type : 'integer', min: 0, max: 1000000000000, value : 16777216,
2+
description : 'set default cluster cache size in bytes (default:16MiB)')
33
option('DIRENT_CACHE_SIZE', type : 'string', value : '512',
44
description : 'set dirent cache size to number (default:512)')
55
option('DIRENT_LOOKUP_CACHE_SIZE', type : 'string', value : '1024',

0 commit comments

Comments
 (0)