Fix cache size requirements and some logging

Signed-off-by: Jan Musial <jan.musial@intel.com>
This commit is contained in:
Jan Musial
2022-01-03 14:29:44 +01:00
parent 02ea894252
commit ae18ce274e
3 changed files with 7 additions and 5 deletions

View File

@@ -31,7 +31,7 @@
/**
* Minimum cache size in bytes
*/
#define OCF_CACHE_SIZE_MIN (20 * MiB)
#define OCF_CACHE_SIZE_MIN (40 * MiB)
/**
* Size of cache name
*/