Lines 52-57
Link Here
|
52 |
If you experience "Network: write Failed: Cannot allocate memory" errors |
52 |
If you experience "Network: write Failed: Cannot allocate memory" errors |
53 |
try to increase net.graph.maxdata in /boot/loader.conf |
53 |
try to increase net.graph.maxdata in /boot/loader.conf |
54 |
|
54 |
|
|
|
55 |
If you using AIO then increase limits: |
56 |
vfs.aio.max_buf_aio=8192 |
57 |
vfs.aio.max_aio_queue_per_proc=65536 |
58 |
vfs.aio.max_aio_per_proc=8192 |
59 |
vfs.aio.max_aio_queue=65536 |
60 |
To check that AIO used use: kldstat -v | grep aio |
61 |
|
55 |
Check wiki page for known issues and troubleshooting: |
62 |
Check wiki page for known issues and troubleshooting: |
56 |
http://wiki.freebsd.org/VirtualBox |
63 |
http://wiki.freebsd.org/VirtualBox |
57 |
|
64 |
|