I am running FreeBSD 10.4 on an Atmel ARM9 AT91SAM9G20 processor for a remote sensing project. When I run file intensive commands like find, scp, or git the system will eventually freeze and hang forever. When I reduced kern.maxvnodes from 4149 to 1000, git stopped crashing my system. Are there any harmful side effects that reducing maxvnodes might have on system operation?
Thanks!
Thanks!