use larger string heap master
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Sat, 13 Nov 2021 00:21:02 +0000 (11:21 +1100)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Sat, 13 Nov 2021 00:21:02 +0000 (11:21 +1100)
stringmem.c

index 1a6bf00e89d6e0f43c79e1a668e155c9d850509e..bc1a2bf150786ed5a17fda10f02d66e4752588d0 100644 (file)
@@ -3,7 +3,7 @@
 #include <string.h>
 
 #define BIGSTRING 1048576
-#define STRINGSPACE ( BIGSTRING * 20 )
+#define STRINGSPACE ( BIGSTRING * 50 )
 
 static struct {
     char *base;