bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changing the cashe size of BSD db library


From: Shigio YAMAGUCHI
Subject: Changing the cashe size of BSD db library
Date: Thu, 25 Sep 2008 11:23:52 +0900

Hello all,
I would like to change the default value of the cache size of
BSD db library from 5MB to 50MB.
It is suitable for recent machines, I think.
Any comment?

[libutil/gparam.h]
/*
 * The default cache size of db library is 5MB.
 * The minimum size is 500KB.
 */
#define GTAGSCACHE      5000000         /* default cache size 5MB       */
        |
        v
#define GTAGSCACHE      50000000        /* default cache size 50MB      */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]