Search found 4 matches
- Sat Nov 11, 2023 9:58 pm
- Forum: New Donors start here
- Topic: [Solved] Dynamically throttling CPU usage via command line in Linux?
- Replies: 8
- Views: 16386
Re: [Solved] Dynamically throttling CPU usage via command line in Linux?
So what exactly does that mean for my application? Does using the cpulimit command break fah or is it perfectly fine to use or...? Sorry I'm very new to all this and I don't really understand how any of this, aside from the first comment, is relevant.
- Sat Nov 11, 2023 9:42 pm
- Forum: New Donors start here
- Topic: [Solved] Dynamically throttling CPU usage via command line in Linux?
- Replies: 8
- Views: 16386
Re: [Solved] Dynamically throttling CPU usage via command line in Linux?
Usually, the FAH compute core doesn't like when the number of threads is adjusted too often ... it increases the risk of loosing WUs. What would be considered 'too often'? Every 15 minutes, every hour, every 8 hours? Being about to dynamically adjust the workload is a hard requirement for me, so if...
- Wed Nov 08, 2023 9:20 pm
- Forum: New Donors start here
- Topic: [Solved] Dynamically throttling CPU usage via command line in Linux?
- Replies: 8
- Views: 16386
Re: Dynamically throttling CPU usage via command line in Linux?
Perfect, thank you for the help!
- Wed Nov 08, 2023 7:07 pm
- Forum: New Donors start here
- Topic: [Solved] Dynamically throttling CPU usage via command line in Linux?
- Replies: 8
- Views: 16386
[Solved] Dynamically throttling CPU usage via command line in Linux?
Is there a scriptable command that can be used to adjust the total CPU usage that fah consumes? Either by adjusting the number of CPU cores that fah utilizes, or by adjusting a CPU usage cap? I'm looking to automate the total CPU usage of a system through scripting, and it would be very convenient i...