use larger string heap
[rrq/fuse_xattrs.git] / 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;