diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/torture/torture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 8535333a28..8bc9cefeef 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -8314,7 +8314,7 @@ static bool run_local_memcache(int dummy) size_t size1, size2; bool ret = false; - cache = memcache_init(NULL, 100); + cache = memcache_init(NULL, sizeof(void *) == 8 ? 200 : 100); if (cache == NULL) { printf("memcache_init failed\n"); |