Increase inotify limit on graphical devices

This commit is contained in:
Charlotte Van Petegem 2021-07-02 18:00:17 +02:00
parent 6f8c7a1841
commit 3e44287889
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -46,5 +46,7 @@
youtube-dl
];
};
boot.kernel.sysctl."fs.inotify.max_user_watches" = 524288;
};
}