Changed the default WORKSPACE value to 64MB.
[pspp-builds.git] / src / data / settings.c
index 5b791dc2e130b832bec51d31c79353f5fd2a4dc6..a87e3eff800f78a552232125fbec7af7ebe67527 100644 (file)
@@ -125,7 +125,7 @@ static struct settings the_settings = {
     /* endcmd */
   '.',
     /* workspace */
-  4L * 1024 * 1024,
+  64L * 1024 * 1024,
     /* default_format */
   {FMT_F, 8, 2},
     /* testing_mode */