distribution/packages/hardware/quirks/platforms/S922X/040-affinity

9 lines
333 B
Bash
Executable file

#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2023-present - The JELOS Project (https://github.com/JustEnoughLinuxOS)
# Copyright (C) 2023-present - The JELOS Project (https://github.com/JustEnoughLinuxOS)
cat <<EOF >/storage/.config/profile.d/040-affinity
SLOW_CORES="taskset -c 0-1"
FAST_CORES="taskset -c 2-5"
EOF