schoebel / mars

Asynchronous Block-Level Storage Replication
GNU General Public License v2.0
234 stars 35 forks source link

deb: add fs.aio-max-nr into sysctl.d #25

Closed fgbreel closed 3 years ago

fgbreel commented 3 years ago

Hi @schoebel,

This patch enables a high number of asynchronous input/output requests as a sysctl.d configuration file. Default to 65535 * 16 which might be enough for busy systems.

When the package is installed the fs.aio-max-nr kernel variable will be set to a higher number, making the experience of using mars-dkms quite smooth.

Best, Gabriel

schoebel commented 3 years ago

done, merged.