diff README.Windows @ 3176:fccab8e7d35f

[project @ 1998-05-18 20:33:31 by jwe]
author jwe
date Mon, 18 May 1998 20:33:42 +0000 (1998-05-18)
parents d609b993be3b
children 92fb162eba24
line wrap: on
line diff
--- a/README.Windows
+++ b/README.Windows
@@ -115,6 +115,21 @@
   Then you can set your LOADPATH to include /D_DRIVE/subdir instead of
   //d/subdir.
 
+* If you see error messages like the following:
+
+    The heap has been split, CYGWIN can't fork this process. Increase
+    the heap_chunk_size in the registry and try again.
+
+  you can increase the heap size by saving the follwoing text to a
+  file (delete the leading white space) and then double click on the
+  file.  Try changing the value to something larger than 4 (MB).
+
+    REGEDIT4
+
+    [HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0]
+    "heap_chunk_in_mb"=dword:00000004
+
+
 If you know of solutions for any of the problems mentioned above,
 please contact bug-octave@bevo.che.wisc.edu.