Changes between Version 6 and Version 7 of PrefsOverride


Ignore:
Timestamp:
Sep 22, 2007, 9:59:34 AM (17 years ago)
Author:
Ageless
Comment:

Updated for 5.10+

Legend:

Unmodified
Added
Removed
Modified
  • PrefsOverride

    v6 v7  
    1111    <run_on_batteries>0</run_on_batteries>
    1212    <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>
    1717    <leave_apps_in_memory>0</leave_apps_in_memory>
    1818    <confirm_before_connecting>0</confirm_before_connecting>
     
    2020    <work_buf_min_days>0.1</work_buf_min_days>
    2121    <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>
    3434</global_preferences>
    3535[ <host_venue>venue</host_venue> ]
    3636}}}
    3737
    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.
     38NOTE: 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.
    3939
    4040If 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.