NOTES (7bbf05a2c315ded8c7ed1620ee7d4352412c6e66) NOTES (d4eba12bb0dc6cd347bc93d47028e0e60ebd58be)
1# $FreeBSD$
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#

--- 88 unchanged lines hidden (view full) ---

97# BLKDEV_IOSIZE sets the default block size used in user block
98# device I/O. Note that this value will be overriden by the label
99# when specifying a block device from a label with a non-0
100# partition blocksize. The default is PAGE_SIZE.
101#
102options BLKDEV_IOSIZE=8192
103
104# Options for the VM subsystem
1# $FreeBSD$
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#

--- 88 unchanged lines hidden (view full) ---

97# BLKDEV_IOSIZE sets the default block size used in user block
98# device I/O. Note that this value will be overriden by the label
99# when specifying a block device from a label with a non-0
100# partition blocksize. The default is PAGE_SIZE.
101#
102options BLKDEV_IOSIZE=8192
103
104# Options for the VM subsystem
105# L2 cache size (in KB) can be specified in PQ_CACHESIZE
105options PQ_CACHESIZE=512 # color for 512k/16k cache
106# Deprecated options supported for backwards compatibility
107#options PQ_NOOPT # No coloring
108#options PQ_LARGECACHE # color for 512k/16k cache
109#options PQ_HUGECACHE # color for 1024k/16k cache
110#options PQ_MEDIUMCACHE # color for 256k/16k cache
111#options PQ_NORMALCACHE # color for 64k/16k cache
112

--- 2220 unchanged lines hidden ---
106options PQ_CACHESIZE=512 # color for 512k/16k cache
107# Deprecated options supported for backwards compatibility
108#options PQ_NOOPT # No coloring
109#options PQ_LARGECACHE # color for 512k/16k cache
110#options PQ_HUGECACHE # color for 1024k/16k cache
111#options PQ_MEDIUMCACHE # color for 256k/16k cache
112#options PQ_NORMALCACHE # color for 64k/16k cache
113

--- 2220 unchanged lines hidden ---