Hi,
we are heavily using FreeBSD 10.0 - 11.0 on our xen based cloud infrastructure. What we almost always experience, is the unneeded high usage of arc ram without manuell changes of
in /boot/loader.conf - (we boot from ufs2 and use zfs for main space).
As our user can remotely restart their systems with different ressources, there is even more need to adapt the above settings depending on the choosed settings after the new start.
Of course we can change these entries in /boot/loader.conf before the restart is done, but I wonder if there is a way I just don't know by now. Maybe something like a way to give percentages of even an if/then syntax to do this automatically.
Any input here is really appreciated!
we are heavily using FreeBSD 10.0 - 11.0 on our xen based cloud infrastructure. What we almost always experience, is the unneeded high usage of arc ram without manuell changes of
Code:
vm.kmem_size
vm.kmem_size_max
vfs.zfs.arc_max
vfs.zfs.vdev.cache.size
in /boot/loader.conf - (we boot from ufs2 and use zfs for main space).
As our user can remotely restart their systems with different ressources, there is even more need to adapt the above settings depending on the choosed settings after the new start.
Of course we can change these entries in /boot/loader.conf before the restart is done, but I wonder if there is a way I just don't know by now. Maybe something like a way to give percentages of even an if/then syntax to do this automatically.
Any input here is really appreciated!