From: leon h. <cod...@gm...> - 2010-10-21 02:58:18
|
hello, Michal I try delete some datas in mfsclient, but mfsmaster used ram is not reduced. I had set the trash time is 0 (mfssettrashtime 0 / usr / mfs /), what's the reason? I try modify in mfsmaster/chunk.c (48 49 50 line) and in mfsmaster/filesystem.c (53 54 line) chunk.c //////////////////////////////////////////////////////////// 48 /*#define USE_SLIST_BUCKETS 1*/ 49 /*#define USE_FLIST_BUCKETS 1*/ 50 /*#define USE_CHUNK_BUCKETS 1*/ filesystem.c /////////////////////////////////////////////////// 53 /*#define USE_FREENODE_BUCKETS 1*/ 54 /*#define USE_CUIDREC_BUCKETS 1*/ But mfsmaster used ram is still not reduced! what's the reason?Is it a memory leak or problem of trash? I am sorry ,my english is not good. thanks Regards -leon hong |