Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Nov 2022 10:38:30 -0500 (CDT)
From:      Dan The Man <dan@sunsaturn.com>
To:        freebsd-current@FreeBSD.org
Subject:   Options for production testing under current(samba slow)
Message-ID:  <3b2a609d-5e80-edb3-e414-b5e774ad614d@sunsaturn.com>

next in thread | raw e-mail | index | archive | help

cd /usr/src/sys/amd64/conf
cp GENERIC-NODEBUG MYKERNEL;
(add: options         BHYVE_SNAPSHOT)
cd /usr/src
make -j12 buildworld -DWITH_BHYVE_SNAPSHOT -DWITH_MALLOC_PRODUCTION
make -j12 buildkernel KERNCONF=MYKERNEL
make installkernel KERNCONF=MYKERNEL
etc....

Been playing with current lately mostly to use bhyve suspend/resume(which 
works fine btw, other than core dumps if I left a cd device in there with 
an ISO etc).

I have noticed on samba I am loosing 100-200MB/s transfer speeds now over 
10gigabit ix0 device, I am wondering if I need more options than
-DWITH_MALLOC_PRODUCTION?


Dan.

--
Dan The Man
CEO & Founder
Websites, Domains and Everything else
http://www.SunSaturn.com/aboutus.php
Email: Dan@SunSaturn.com
PGP Key: https://SunSaturn.com/pgp.txt
A1A7 6E84 FB0B 8994 C3B5  A1BA FF6F 4997 7311 C386



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3b2a609d-5e80-edb3-e414-b5e774ad614d>