Changeset 12892


Ignore:
Timestamp:
Sep 28, 2009, 4:08:40 PM (15 years ago)
Author:
Gary Byers
Message:

larger maximum_mappable_memory for win64, too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/purify/source/lisp-kernel/pmcl-kernel.c

    r12891 r12892  
    383383#ifdef WINDOWS
    384384/* Supposedly, the high-end version of Vista allow 128GB of pageable memory */
    385 #define MAXIMUM_MAPPABLE_MEMORY (120LL<<30LL)
     385#define MAXIMUM_MAPPABLE_MEMORY (512LL<<30LL)
    386386#endif
    387387#else
Note: See TracChangeset for help on using the changeset viewer.