We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12f3cc commit eb0082dCopy full SHA for eb0082d
citrine.c
@@ -116,7 +116,7 @@ int ctr_init() {
116
ctr_clex_keyword_assignment_len = strlen( CTR_DICT_ASSIGN );
117
ctr_clex_keyword_return_len = strlen( CTR_DICT_RETURN );
118
ctr_clex_param_prefix_char = CTR_DICT_PARAMETER_PREFIX[0];
119
- ctr_gc_memlimit = 10 * 1000000; /* Default memory limit: 10MB */
+ ctr_gc_memlimit = 64 * 1000000; /* Default memory limit: 64MB */
120
ctr_gc_mode = 1; /* Default GC mode: regular GC, no pool. */
121
return 0;
122
}
0 commit comments