comparison src/puresize.h @ 3845:d25e8e9b573e

* puresize.h (PURESIZE): Up this to 20500 for MULTI_FRAME Emaces, and 190000 for non-MULTI_FRAME Emaces.
author Jim Blandy <jimb@redhat.com>
date Sat, 19 Jun 1993 22:58:35 +0000
parents e34b759a7b77
children 33090cb5f403
comparison
equal deleted inserted replaced
3844:a8255430d8b0 3845:d25e8e9b573e
27 whether we are running X windows, which tells us how much pure 27 whether we are running X windows, which tells us how much pure
28 storage to allocate. */ 28 storage to allocate. */
29 29
30 #ifndef PURESIZE 30 #ifndef PURESIZE
31 #ifdef MULTI_FRAME 31 #ifdef MULTI_FRAME
32 #define PURESIZE 200000 32 #define PURESIZE 205000
33 #else 33 #else
34 #define PURESIZE 185000 34 #define PURESIZE 190000
35 #endif 35 #endif
36 #endif 36 #endif
37 37
38 #ifdef VIRT_ADDR_VARIES 38 #ifdef VIRT_ADDR_VARIES
39 39