set cache size to zero (we don't need a cache when running in embedded mode).
This commit is contained in:
parent
81a3591d0b
commit
c96fea4874
1 changed files with 2 additions and 1 deletions
|
@ -150,7 +150,8 @@ regex_library=gnu.regexp
|
|||
# a cache of 4 Megabytes (4194304). A stand alone
|
||||
# database need not have such a large cache.
|
||||
|
||||
data_cache_size=4194304
|
||||
# data_cache_size=4194304
|
||||
data_cache_size=0
|
||||
|
||||
#
|
||||
# max_cache_entry_size - The maximum size of an element
|
||||
|
|
Loading…
Add table
Reference in a new issue