]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
arm64: Stop setting VM_BCACHE_SIZE_MAX
authorMark Johnston <markj@FreeBSD.org>
Wed, 20 Jan 2021 01:34:35 +0000 (20:34 -0500)
committerMark Johnston <markj@FreeBSD.org>
Wed, 20 Jan 2021 01:34:35 +0000 (20:34 -0500)
commit089eafaff3ec632e1fc56db35dc3b30214c9e5f9
treeab853ecbc58bb3ca22e27ccd3f03421236485ff9
parent98d788c867b9e1d7a7e290254443b87ea77d8ab1
arm64: Stop setting VM_BCACHE_SIZE_MAX

This setting places a (small) limit on the size of the buffer cache,
constraining UFS performance on large servers.  The setting comes from
the initial arm64 implementation and appears to be vestigal.  Remove it.

Reviewed by: kib
Submitted by: Klara, Inc.
Sponsored by: Ampere Computing
Differential Revision: https://reviews.freebsd.org/D28162
sys/arm64/include/param.h