summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Brown <kbrown@cornell.edu>2016-05-30 22:22:08 -0400
committerKen Brown <kbrown@cornell.edu>2016-05-30 22:22:08 -0400
commit1992075d990ecf780225f446ec3f616bf821d89e (patch)
tree5f5e1c1b6c959ceef2c985defea46bb775688ea6
parent237244bbd5ce753bcdf79634561de515bd76c687 (diff)
downloademacs-1992075d990ecf780225f446ec3f616bf821d89e.tar.gz
* src/conf_post.h (SYSTEM_PURESIZE_EXTRA) [CYGWIN]: Increase.
-rw-r--r--src/conf_post.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_post.h b/src/conf_post.h
index f16f8ee791a..bea2a8a587f 100644
--- a/src/conf_post.h
+++ b/src/conf_post.h
@@ -181,7 +181,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
#endif
#ifdef CYGWIN
-#define SYSTEM_PURESIZE_EXTRA 10000
+#define SYSTEM_PURESIZE_EXTRA 50000
#endif
#if defined HAVE_NTGUI && !defined DebPrint