Changes between Version 6 and Version 7 of PrefsOverride
- Timestamp:
- Sep 22, 2007, 9:59:34 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PrefsOverride
v6 v7 11 11 <run_on_batteries>0</run_on_batteries> 12 12 <run_if_user_active>0</run_if_user_active> 13 <start_hour>0 </start_hour>14 <end_hour>0 </end_hour>15 <net_start_hour>0 </net_start_hour>16 <net_end_hour>0 </net_end_hour>13 <start_hour>0.000000</start_hour> 14 <end_hour>0.000000</end_hour> 15 <net_start_hour>0.000000</net_start_hour> 16 <net_end_hour>0.000000</net_end_hour> 17 17 <leave_apps_in_memory>0</leave_apps_in_memory> 18 18 <confirm_before_connecting>0</confirm_before_connecting> … … 20 20 <work_buf_min_days>0.1</work_buf_min_days> 21 21 <max_cpus>2</max_cpus> 22 <cpu_scheduling_period_minutes>60 </cpu_scheduling_period_minutes>23 <disk_interval>60 </disk_interval>24 <disk_max_used_gb>100 </disk_max_used_gb>25 <disk_max_used_pct>50 </disk_max_used_pct>26 <disk_min_free_gb>0.1 </disk_min_free_gb>27 <vm_max_used_pct>75 </vm_max_used_pct>28 <ram_max_used_busy_pct>50 </ram_max_used_busy_pct>29 <ram_max_used_idle_pct>90 </ram_max_used_idle_pct>30 <idle_time_to_run>3 </idle_time_to_run>31 <max_bytes_sec_down>0 </max_bytes_sec_down>32 <max_bytes_sec_up>0 </max_bytes_sec_up>33 <cpu_usage_limit>100 </cpu_usage_limit>22 <cpu_scheduling_period_minutes>60.000000</cpu_scheduling_period_minutes> 23 <disk_interval>60.000000</disk_interval> 24 <disk_max_used_gb>100.000000</disk_max_used_gb> 25 <disk_max_used_pct>50.000000</disk_max_used_pct> 26 <disk_min_free_gb>0.100000</disk_min_free_gb> 27 <vm_max_used_pct>75.000000</vm_max_used_pct> 28 <ram_max_used_busy_pct>50.000000</ram_max_used_busy_pct> 29 <ram_max_used_idle_pct>90.000000</ram_max_used_idle_pct> 30 <idle_time_to_run>3.000000</idle_time_to_run> 31 <max_bytes_sec_down>0.000000</max_bytes_sec_down> 32 <max_bytes_sec_up>0.000000</max_bytes_sec_up> 33 <cpu_usage_limit>100.000000</cpu_usage_limit> 34 34 </global_preferences> 35 35 [ <host_venue>venue</host_venue> ] 36 36 }}} 37 37 38 NOTE: the above is out of date; see [source:trunk/boinc/lib/prefs.C lib/prefs.C] and [source:trunk/boinc/lib/prefs.h lib/prefs.h] for the current set of preferences.38 NOTE: the above is updated for BOINC 5.10+; see [source:trunk/boinc/lib/prefs.C lib/prefs.C] and [source:trunk/boinc/lib/prefs.h lib/prefs.h] for more information. 39 39 40 40 If you write a program for editing preferences locally, you'll want to be able to tell a running core client to reread the preferences override file. You can do this using the [GuiRpc#function-read_global_prefs_override read_global_prefs_override()] GUI RPC, or run [BoincCmd boinc_cmd] with the `--read_global_prefs_override` option.