cvs commit: src/sys/amd64/include vmparam.h
Peter Wemm
peter at FreeBSD.org
Wed Oct 27 10:21:15 PDT 2004
peter 2004-10-27 17:21:15 UTC
FreeBSD src repository
Modified files:
sys/amd64/include vmparam.h
Log:
Raise MAXDSIZ from 8G to 32G. The old limit was just an arbitary choice
that was greater than 4G. I originally used the same values as i386 in
order to save opening a new PML4 page slot, but in the day of gigabytes
of memory, worrying about a 4K page seems futile. Moving from 8 to 32G
moves the page to a different index, it doesn't increase the number of
pages used.
Revision Changes Path
1.45 +1 -1 src/sys/amd64/include/vmparam.h
More information about the cvs-src
mailing list