Skip to content

Commit

Permalink
Remove auto-suspend CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
MentalFS committed Apr 10, 2024
1 parent 12c6437 commit 1b22e4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ if [ "`whoami`" = "boinc" ]; then
<run_gpu_if_user_active>1</run_gpu_if_user_active>
${MAX_NCPUS_PCT:+"<max_ncpus_pct>${MAX_NCPUS_PCT}</max_ncpus_pct>"}
${CPU_USAGE_LIMIT:+"<cpu_usage_limit>${CPU_USAGE_LIMIT}</cpu_usage_limit>"}
<suspend_cpu_usage>50</suspend_cpu_usage>
<suspend_cpu_usage>0.0</suspend_cpu_usage>
${RAM_MAX_USED_PCT:+"<ram_max_used_busy_pct>${RAM_MAX_USED_PCT}</ram_max_used_busy_pct>"}
${MAX_NCPUS_PCT:+"<niu_max_ncpus_pct>${MAX_NCPUS_PCT}</niu_max_ncpus_pct>"}
${CPU_USAGE_LIMIT:+"<niu_cpu_usage_limit>${CPU_USAGE_LIMIT}</niu_cpu_usage_limit>"}
<niu_suspend_cpu_usage>50</niu_suspend_cpu_usage>
<niu_suspend_cpu_usage>0.0</niu_suspend_cpu_usage>
${RAM_MAX_USED_PCT:+"<ram_max_used_idle_pct>${RAM_MAX_USED_PCT}</ram_max_used_idle_pct>"}
<suspend_if_no_recent_input>0</suspend_if_no_recent_input>
${CPU_SCHEDULING_PERIOD_MINUTES:+"<cpu_scheduling_period_minutes>${CPU_SCHEDULING_PERIOD_MINUTES}</cpu_scheduling_period_minutes>"}
Expand Down

0 comments on commit 1b22e4c

Please sign in to comment.