| 1 | = Prefs pre-sets = |
| 2 | |
| 3 | A proposal for simplifying the prefs interface by providing a few "pre-sets" - |
| 4 | named preference sets - as the default interface. |
| 5 | |
| 6 | Note: [PrefsRemodel another design doc] proposes more sweeping changes. |
| 7 | This doc doesn't propose changing the preferences, just the interface. |
| 8 | |
| 9 | == Proposed pre-sets == |
| 10 | |
| 11 | === Max computing === |
| 12 | |
| 13 | Allow computing on all CPUs and GPUs, all the time. |
| 14 | Memory limits: 90% while idle, 50% while busy |
| 15 | |
| 16 | === Standard === |
| 17 | |
| 18 | Busy: 50% CPUs, no GPU |
| 19 | Idle: 100% of both |
| 20 | |
| 21 | === Energy-saver === |
| 22 | |
| 23 | Busy: 25% CPUs, GPU |
| 24 | Idle: none (let the computer go into low-power mode or turn off) |