Use proper log region sizing for fellow_cache_test

Fixes #42
parent 9139e7f9
......@@ -5968,7 +5968,7 @@ t_cache(const char *fn, unsigned chksum)
struct stvfe_tune tune[1];
const size_t memsz = 10 * 1024 * 1024;
const size_t dsksz = 100 * 1024 * 1024;
const size_t objsize_hint = 1 * 1024 * 1024;
const size_t objsize_hint = 4 * 1024;
struct fellow_cache_res fcr;
int injcount;
char *ptr;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment