David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
filesystem


Commits:
f05d7178 by nl6720 at 2024-04-28T12:13:22+03:00
sysctl: add comments documenting the changed settings

Allow more easily to find out why these settings are changed from
defaults.

Use consistent style with `=` surrounded by spaces.

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- sysctl


Changes:

=====================================
.SRCINFO
=====================================
@@ -74,7 +74,7 @@ pkgbase = filesystem
        sha256sums = 
d88be2b45b43605ff31dd83d6a138069b6c2e92bc8989b7b9ab9eba8da5f8c7b
        sha256sums = 
6e13705ac4d6f69cdba118c6b70c722346fd3c45224133e6bbfe28aca719563c
        sha256sums = 
ec289c03aa0d150e90e8287f001c8e6552ab9dd54f450bdb5c2d2254e477965b
-       sha256sums = 
1a1f39695826ca8d5e33ac5801c21f17c6e1d0593b281a1e77be099d454d9715
+       sha256sums = 
2905b91729fd252d50064460862ab78c567ac3c103847e5e10c267d1f85928ca
        sha256sums = 
30b97e8f5965744138f7a394e04454db6d509fb89e0a9b615bcd9037df3d6f2a
        sha256sums = 
01d1aeb2cb35965074943bb99a4bb646959e0270a81dcd6af9a7b1c092fb3524
        sha256sums = 
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855


=====================================
PKGBUILD
=====================================
@@ -82,7 +82,7 @@ 
sha256sums=('01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b'
             'd88be2b45b43605ff31dd83d6a138069b6c2e92bc8989b7b9ab9eba8da5f8c7b'
             '6e13705ac4d6f69cdba118c6b70c722346fd3c45224133e6bbfe28aca719563c'
             'ec289c03aa0d150e90e8287f001c8e6552ab9dd54f450bdb5c2d2254e477965b'
-            '1a1f39695826ca8d5e33ac5801c21f17c6e1d0593b281a1e77be099d454d9715'
+            '2905b91729fd252d50064460862ab78c567ac3c103847e5e10c267d1f85928ca'
             '30b97e8f5965744138f7a394e04454db6d509fb89e0a9b615bcd9037df3d6f2a'
             '01d1aeb2cb35965074943bb99a4bb646959e0270a81dcd6af9a7b1c092fb3524'
             'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'


=====================================
sysctl
=====================================
@@ -1,6 +1,8 @@
 # Raise inotify resource limits
+# https://bugs.archlinux.org/task/47830
 fs.inotify.max_user_instances = 1024
 fs.inotify.max_user_watches = 524288
 
 # Increase the default vm.max_map_count value
-vm.max_map_count=1048576
+# https://archlinux.org/news/increasing-the-default-vmmax_map_count-value/
+vm.max_map_count = 1048576



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/filesystem/-/commit/f05d71781d6a949d8c6c8bb056228cc39dde1930

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/filesystem/-/commit/f05d71781d6a949d8c6c8bb056228cc39dde1930
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to