mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
fix: removed unused spaces
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<cc_config>
|
<cc_config>
|
||||||
<options>
|
<options>
|
||||||
|
|
||||||
<!-- Set as one-shot run. -->
|
<!-- Set as one-shot run. -->
|
||||||
<abort_jobs_on_exit>1</abort_jobs_on_exit>
|
<abort_jobs_on_exit>1</abort_jobs_on_exit>
|
||||||
<exit_when_idle>1</exit_when_idle>
|
<exit_when_idle>1</exit_when_idle>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<!-- Run always. -->
|
<!-- Run always. -->
|
||||||
<run_if_user_active>1</run_if_user_active>
|
<run_if_user_active>1</run_if_user_active>
|
||||||
<run_gpu_if_user_active>1</run_gpu_if_user_active>
|
<run_gpu_if_user_active>1</run_gpu_if_user_active>
|
||||||
|
|
||||||
<!-- Keep 1 CPU free and some wiggle room for system use and management. -->
|
<!-- Keep 1 CPU free and some wiggle room for system use and management. -->
|
||||||
<max_cpus>3</max_cpus>
|
<max_cpus>3</max_cpus>
|
||||||
<suspend_cpu_usage>66.000000</suspend_cpu_usage>
|
<suspend_cpu_usage>66.000000</suspend_cpu_usage>
|
||||||
|
|||||||
Reference in New Issue
Block a user