Ignore:
Timestamp:
Oct 4, 2017, 4:29:37 PM (8 years ago)
Author:
bird
Message:

Increase the default hash table sizes (the virtualbox project has grown).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/strcache.c

    r2591 r3090  
    260260  strcache2_init(&file_strcache,
    261261                 "file",        /* name */
    262                  65536,         /* hash size */
     262                 131072,        /* hash size */
    263263                 0,             /* default segment size*/
    264264#ifdef HAVE_CASE_INSENSITIVE_FS
Note: See TracChangeset for help on using the changeset viewer.