Hello,
I am trying to set up increased read ahead .
* KVM . seems this should work. in /etc/rc.local
* ceph osd:
i think ceph already deals with see http://docs.ceph.com/docs/mimic/rbd/rbd-config-ref
* LXC
Is there a way to set it ?
for fstrim we use a script from https://forum.proxmox.com/threads/lxc-lvm-thin-discard-fstrim.34393/#post-168569
perhaps the same approach could be used for lxc?
thanks for reading .
I am trying to set up increased read ahead .
* KVM . seems this should work. in /etc/rc.local
Code:
echo 4096 > /sys/block/sda/queue/read_ahead_kb
* ceph osd:
i think ceph already deals with see http://docs.ceph.com/docs/mimic/rbd/rbd-config-ref
* LXC
Is there a way to set it ?
for fstrim we use a script from https://forum.proxmox.com/threads/lxc-lvm-thin-discard-fstrim.34393/#post-168569
perhaps the same approach could be used for lxc?
thanks for reading .
Last edited: