Correct MAXPHYS and DFLTPHYS description.

This commit is contained in:
mav 2010-03-20 15:30:26 +00:00
parent 9cc3706fd5
commit 73dc33cf71

View File

@ -122,10 +122,10 @@ options BLKDEV_IOSIZE=8192
#
# MAXPHYS and DFLTPHYS
#
# These are the max and default 'raw' I/O block device access sizes.
# Reads and writes will be split into DFLTPHYS chunks. Some applications
# have better performance with larger raw I/O access sizes. Typically
# MAXPHYS should be twice the size of DFLTPHYS. Note that certain VM
# These are the maximal and safe 'raw' I/O block device access sizes.
# Reads and writes will be split into MAXPHYS chunks for known good
# devices and DFLTPHYS for the rest. Some applications have better
# performance with larger raw I/O access sizes. Note that certain VM
# parameters are derived from these values and making them too large
# can make an an unbootable kernel.
#