1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/graphics/piglit/files/pkg-message.in
2018-09-11 09:05:07 +00:00

11 lines
390 B
Plaintext

Piglit opens and closes a lot of files during a run, putting pressure
on FreeBSD's VFS. To keep Piglit smooth, you will have to increase the
default maxvnodes:
sysctl kern.maxvnodes=$(($(sysctl -n kern.maxvnodes) * 2))
Instructions to use Piglit are available in:
%%DOCSDIR%%/README.md
The same documentation is also available online:
http://cgit.freedesktop.org/piglit/tree/README