2022-02-05 14:23:32 +00:00
|
|
|
#!/bin/sh
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Copyright (C) 2021-present Fewtarius (https://github.com/fewtarius)
|
|
|
|
|
2023-01-15 00:10:22 +00:00
|
|
|
. /etc/profile
|
|
|
|
|
2022-02-05 14:23:32 +00:00
|
|
|
sysctl vm.swappiness=1
|
2022-09-11 10:51:08 +00:00
|
|
|
sysctl kernel.nmi_watchdog=0
|
|
|
|
sysctl vm.laptop_mode=5
|
|
|
|
sysctl vm.dirty_writeback_centisecs=1500
|
|
|
|
|
2023-01-15 00:10:22 +00:00
|
|
|
toggle-ipv6
|