untrusted comment: signature from openbsd 6.1 base secret key
RWQEQa33SgQSEsuLnZRkxV2vUkKrE76TU/yLQuykO3ig/ROiF8TrxocfIU/J4UWaj/ozgvib35CqXZDabZAJggi/BsMxaYs+BQ8=
OpenBSD 6.1 errata 005, May 5, 2017:
Expired pf source tracking entries never got removed, leading to
memory exhaustion.
And then rebuild and install a new kernel:
KK=`sysctl -n kern.osversion | cut -d# -f1`
cd /usr/src/sys/arch/`machine`/compile/$KK
make obj
make config
make
make install