We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 388010e + 7466066 commit 1998b31Copy full SHA for 1998b31
meson_options.txt
@@ -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)')
+option('CLUSTER_CACHE_SIZE', type : 'integer', min: 0, max: 1000000000000, value : 16777216,
+ description : 'set default cluster cache size in bytes (default:16MiB)')
3
option('DIRENT_CACHE_SIZE', type : 'string', value : '512',
4
description : 'set dirent cache size to number (default:512)')
5
option('DIRENT_LOOKUP_CACHE_SIZE', type : 'string', value : '1024',
0 commit comments