init: données initiales abonnel.fr

This commit is contained in:
Folio
2026-05-15 09:29:56 +02:00
commit 69abe1fc67
3518 changed files with 104609 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

@@ -0,0 +1,18 @@
# Augmenter les inotify watches
![inotify watches](20201025-074741.png)
# Vérifier la valeur
Vous pouvez vérifier la valeur fixée actuellement avec la commande suivante :
cat /proc/sys/fs/inotify/max_user_watches
![cat /proc/sys/fs/inotify/max_user_watches](20201025-074912.png)
# Augmenter la valeur inotify watches de manière permanente
Pour augmenter la valeur *inotify watches* de manière permanente il faut éditer le fichier `/etc/sysctl.conf` et ajouter la ligne suivante :
fs.inotify.max_user_watches=1073741824
Il faut retenir que l'activation d'une *inotify watch* utiliser 1 Koctet (1KB). Assurez-vous d'avoir suffisament d'espace mémoire avant de fixer la valeur `fs.inotify.max_user_watches`.
Dans notre cas ci-dessus, le paramètre occupera 1 Go.
@@ -0,0 +1,18 @@
{
"uuid": "23bbc0be-f3b1-48c0-8bfc-d850e6b18204",
"slug": "increase-inotify-watches",
"title": "Augmenter les inotify watches",
"author": "cedric@abonnel.fr",
"published": true,
"published_at": "2021-01-16 05:03:08",
"created_at": "2021-01-16 05:03:08",
"updated_at": "2021-01-16 05:03:08",
"revisions": [],
"cover": "",
"files_meta": [],
"external_links": [],
"seo_title": "",
"seo_description": "",
"og_image": "",
"category": "Informatique"
}