Account setup: resource share
You can control how your resources
(computer time and disk space) are divided
among ".PROJECT." and the other BOINC-based projects
in which you participate.
You do this by assigning a resource share to each project.
The resources allocated to a project are proportional to its resource share.
The default resource share is 100.
";
$prefs = prefs_parse($user->project_prefs);
prefs_form_resource($prefs, "account_setup_nonfirst_email.php");
page_tail();
?>