From: Christian Grothoff Date: Wed, 20 Oct 2010 19:45:40 +0000 (+0000) Subject: less memory X-Git-Tag: initial-import-from-subversion-38251~20015 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5207a862b39021784a65a1b77f5efbca7da642a8;p=oweals%2Fgnunet.git less memory --- diff --git a/src/fs/fs.h b/src/fs/fs.h index d2c2d3c7f..9d662b267 100644 --- a/src/fs/fs.h +++ b/src/fs/fs.h @@ -118,7 +118,7 @@ * be more efficient but will be more disruptive * as far as the scheduler is concerned. */ -#define HASHING_BLOCKSIZE (1024 * 1024) +#define HASHING_BLOCKSIZE (1024 * 128) /** * Number of bits we set per entry in the bloomfilter.