saving uncommitted changes in /etc prior to dnf run
This commit is contained in:
@@ -123,7 +123,7 @@ StreamMaxLength 10M
|
|||||||
|
|
||||||
# Maximum number of threads running at the same time.
|
# Maximum number of threads running at the same time.
|
||||||
# Default: 10
|
# Default: 10
|
||||||
MaxThreads 5
|
MaxThreads 2
|
||||||
|
|
||||||
# Waiting for data from a client socket will timeout after this time (seconds).
|
# Waiting for data from a client socket will timeout after this time (seconds).
|
||||||
# Default: 120
|
# Default: 120
|
||||||
|
|||||||
@@ -8,6 +8,10 @@
|
|||||||
# this is read by the standalone daemon and embedded servers
|
# this is read by the standalone daemon and embedded servers
|
||||||
[server]
|
[server]
|
||||||
|
|
||||||
|
max_connections = 25
|
||||||
|
|
||||||
|
table_definition_cache = 512
|
||||||
|
|
||||||
# this is only for the mysqld standalone daemon
|
# this is only for the mysqld standalone daemon
|
||||||
[mysqld]
|
[mysqld]
|
||||||
|
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ net.ipv4.ip_local_port_range = 1024 65023
|
|||||||
fs.file-max = 2097152
|
fs.file-max = 2097152
|
||||||
|
|
||||||
# do less swapping
|
# do less swapping
|
||||||
vm.swappiness = 10
|
vm.swappiness = 25
|
||||||
vm.dirty_background_ratio = 1
|
vm.dirty_background_ratio = 1
|
||||||
vm.dirty_ratio = 1
|
vm.dirty_ratio = 1
|
||||||
vm.dirty_background_bytes = 5
|
vm.dirty_background_bytes = 5
|
||||||
|
|||||||
Reference in New Issue
Block a user