On  1 Apr, O. Hartmann wrote:
> Am Wed, 30 Mar 2016 00:28:39 -0700 (PDT)
> Don Lewis <truck...@freebsd.org> schrieb:

>> Do you use tmpfs?  Anything stored in there will get stashed in inactive
>> memory and/or swap.
> [...]
> 
> Yes, /var/run  and /tmp are on tmpfs 

There is probably not enough stashed in /var/run to make a difference,
but if there is a lot in /tmp, it could bloat the amount of inactive
memory and cause other things to be pushed to swap.  What does
        df /tmp
say?

Depending on the workload, you might find that the change committed in
r280963 helps interactivity.

I still can't explain the ssh connection timeout problems that you are
seeing.  What does
        ps lax
report as the MWCHAN for the stuck ssh and/or sshd processes?

_______________________________________________
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to