Whamcloud - gitweb
LU-15 shrink the cache to alleviate OST memory pressure
[fs/lustre-release.git] / lustre / obdfilter / filter_internal.h
index 7c73619..d8cf3f9 100644 (file)
@@ -113,8 +113,7 @@ enum {
         LPROC_FILTER_LAST,
 };
 
-//#define FILTER_MAX_CACHE_SIZE (32 * 1024 * 1024) /* was OBD_OBJECT_EOF */
-#define FILTER_MAX_CACHE_SIZE OBD_OBJECT_EOF
+#define FILTER_MAX_CACHE_SIZE (8 * 1024 * 1024)
 
 /* We have to pass a 'created' array to fsfilt_map_inode_pages() which we
  * then ignore.  So we pre-allocate one that everyone can use... */