saving uncommitted changes in /etc prior to dnf run

This commit is contained in:
2022-02-18 00:16:39 +02:00
parent dabc477d52
commit 5fea529f46
3 changed files with 6 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ StreamMaxLength 10M
# Maximum number of threads running at the same time.
# Default: 10
MaxThreads 5
MaxThreads 2
# Waiting for data from a client socket will timeout after this time (seconds).
# Default: 120

View File

@@ -8,6 +8,10 @@
# this is read by the standalone daemon and embedded servers
[server]
max_connections = 25
table_definition_cache = 512
# this is only for the mysqld standalone daemon
[mysqld]

View File

@@ -106,7 +106,7 @@ net.ipv4.ip_local_port_range = 1024 65023
fs.file-max = 2097152
# do less swapping
vm.swappiness = 10
vm.swappiness = 25
vm.dirty_background_ratio = 1
vm.dirty_ratio = 1
vm.dirty_background_bytes = 5