how to recycle Inact memory more aggressively?

2016-03-12 Thread Gary Jennejohn
In the course of the last year or so the behavior of the vm system has changed in regard to how aggressively Inact memory is recycled. My box has 8GB of memory. At the moment I'm copying 100s of gigabytes from one file system to another one. Looking at top I observe that there are about 6GB of I

Re: FreeBSD_HEAD_amd64_gcc4.9 - Build #1120 - Still Failing

2016-03-12 Thread Dimitry Andric
On 10 Mar 2016, at 03:38, Bryan Drewery wrote: > > On 3/9/2016 1:48 AM, jenkins-ad...@freebsd.org wrote: >> FreeBSD_HEAD_amd64_gcc4.9 - Build #1120 - Still Failing: >> >> Build information: >> https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/1120/ >> Full change log: >> https://jenkin

FreeBSD_HEAD_amd64_gcc4.9 - Build #1123 - Fixed

2016-03-12 Thread jenkins-admin
FreeBSD_HEAD_amd64_gcc4.9 - Build #1123 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/1123/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/1123/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/1

UPDATING revision and seperate edge-case question(s)

2016-03-12 Thread Jeffrey Bouquet
Having unexpectedly built world and kernel GENERIC on 3-8 Current, that is not the principal system [1] ... browsing its UPDATING at the bottom the method(s) are not so precise and/or informative [follows...] [make world] make kernel installworld where is installkernel make buildworld make

Re: [CFT] packaging the base system with pkg(8)

2016-03-12 Thread Dag-Erling Smørgrav
Daniel Eischen writes: > It would be nice to have pkg(8) show packages in tree form, with option > to show just top-level meta packages or packages that have no meta. Packages not marked as automatically installed: # pkg query -e '%a == 0' %n-%v Packages with no reverse dependencies: # pkg que

Fwd: Re: UPDATING revision and seperate edge-case question(s)

2016-03-12 Thread Jeffrey Bouquet
Sorry, sent it to this same email originally, on to the list... - Start Forwarded Message - Sent: Sat, 12 Mar 2016 17:33:31 -0800 (PST) From: "Jeffrey Bouquet" To: "jbtakk" Subject: Re: UPDATING revision and seperate edge-case question(s) Just for completeness, the buildworld draft sect

Re: [CFT] packaging the base system with pkg(8)

2016-03-12 Thread Bryan Drewery
On 3/11/16 9:01 AM, Daniel Eischen wrote: > On Fri, 11 Mar 2016, Slawa Olhovchenkov wrote: > >> On Fri, Mar 11, 2016 at 01:05:11PM +0100, Baptiste Daroussin wrote: >> >>> On Tue, Mar 08, 2016 at 05:35:59PM +, David Chisnall wrote: On 8 Mar 2016, at 15:14, Slawa Olhovchenkov wrote: >