Re: USB-serial adapter suggestions needed
Mark Millard <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <[email protected]> |
Do you have the following sort of thing in each /etc/sysctl.conf ? # # Together this pair avoids swapping out the process kernel stacks. # This avoids processes for interacting with the system from being # hung-up by such swapping out of process kernel stacks (and other # types of processes as well). vm.swap_enabled=0 vm.swap_idle_enabled=0 === Mark Millard marklmi at yahoo.com