×
Forum Header
Latency Test is weak...
16 Mar 2024 12:48 #296057
by Topi69
Replied by Topi69 on topic Latency Test is weak...
Yes Sir,
I have Debian Linux + LinuxCnc + DB25 paralell port.
(I glad,my PC is able for project, but must will find the good setting.)
I have Debian Linux + LinuxCnc + DB25 paralell port.
(I glad,my PC is able for project, but must will find the good setting.)
Please Log in or Create an account to join the conversation.
16 Mar 2024 12:56 #296059
by Topi69
Replied by Topi69 on topic Latency Test is weak...
Hi PCW,
Please help me, I am newbie, I not found the setting values.
Where I find this?
Thanks for helping!
Please help me, I am newbie, I not found the setting values.
Where I find this?
Thanks for helping!
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6429
16 Mar 2024 13:03 #296060
by tommylight
Replied by tommylight on topic Latency Test is weak...
Second screenshot, idle power saving - disabled
Find hyperthreading and disable it.
Find TPM and disable it.
Find hyperthreading and disable it.
Find TPM and disable it.
Please Log in or Create an account to join the conversation.
20 Nov 2024 16:56 - 20 Nov 2024 16:57 #314930
by langdons
Replied by langdons on topic Latency Test is weak...
You can run this command to set the CPU governor to performance (max clock speed always):
`echo performance | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor > /dev/null`
NOTE: The governor resets after each reboot.
Open your PC and unplug/remove everything you can; removing unnecessary hardware can help quite a bit.
Blacklist kernel modules of unneeded hardware.
(physically remove as much hardware as you can first)
Find currently loaded modules with `lsmod`
List connected devices with `lspci -v`
Blacklist modules by adding a file to the folder /etc/modprobe.d that is named [module-to-blacklist].conf that contains the text "blacklist [module-to-blacklist]"
BLACKLISTING KERNEL MODULES CAN BREAK YOUR SYSTEM; BE CAUTIOUS
wiki.debian.org/KernelModuleBlacklisting
`echo performance | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor > /dev/null`
NOTE: The governor resets after each reboot.
Open your PC and unplug/remove everything you can; removing unnecessary hardware can help quite a bit.
Blacklist kernel modules of unneeded hardware.
(physically remove as much hardware as you can first)
Find currently loaded modules with `lsmod`
List connected devices with `lspci -v`
Blacklist modules by adding a file to the folder /etc/modprobe.d that is named [module-to-blacklist].conf that contains the text "blacklist [module-to-blacklist]"
BLACKLISTING KERNEL MODULES CAN BREAK YOUR SYSTEM; BE CAUTIOUS
wiki.debian.org/KernelModuleBlacklisting
Last edit: 20 Nov 2024 16:57 by langdons. Reason: Fixed formatting error(s)
Please Log in or Create an account to join the conversation.
Time to create page: 0.171 seconds