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/variable.c

    r2893 r3090  
    249249             variable_hash_1, variable_hash_2, variable_hash_cmp);
    250250#else  /* CONFIG_WITH_STRCACHE2 */
    251   strcache2_init (&variable_strcache, "variable", 65536, 0, 0, 0);
     251  strcache2_init (&variable_strcache, "variable", 262144, 0, 0, 0);
    252252  hash_init_strcached (&global_variable_set.table, VARIABLE_BUCKETS,
    253253                       &variable_strcache, offsetof (struct variable, name));
Note: See TracChangeset for help on using the changeset viewer.