summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm.c b/vm.c
index bb3ffae078..bf33d2799a 100644
--- a/vm.c
+++ b/vm.c
@@ -3330,7 +3330,7 @@ Init_vm_objects(void)
/* initialize mark object array, hash */
vm->mark_object_ary = rb_ary_tmp_new(128);
vm->loading_table = st_init_strtable();
- vm->frozen_strings = st_init_table_with_size(&rb_fstring_hash_type, 1000);
+ vm->frozen_strings = st_init_table_with_size(&rb_fstring_hash_type, 10000);
}
/* top self */