mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add a comment to de-obfuscate the meaning of the PQ_CACHESIZE
kernel configuration option. This created confusion resulting into a PR. PR: docs/45294 Approved by: des (mentor) Discussed with: bmilekic
This commit is contained in:
parent
f970961773
commit
d4eba12bb0
1 changed files with 1 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ options DFLDSIZ=(1024UL*1024*1024)
|
|||
options BLKDEV_IOSIZE=8192
|
||||
|
||||
# Options for the VM subsystem
|
||||
# L2 cache size (in KB) can be specified in PQ_CACHESIZE
|
||||
options PQ_CACHESIZE=512 # color for 512k/16k cache
|
||||
# Deprecated options supported for backwards compatibility
|
||||
#options PQ_NOOPT # No coloring
|
||||
|
|
|
|||
Loading…
Reference in a new issue