Opened 17 years ago
Closed 15 years ago
#732 closed Defect (wontfix)
client does not respect <ram_max_used_busy_pct> setting
| Reported by: | fthomas | Owned by: | davea |
|---|---|---|---|
| Priority: | Major | Milestone: | Undetermined |
| Component: | Client - Documentation | Version: | 6.2.18 |
| Keywords: | Cc: | fthomas, sandro.tosi |
Description
It seems that in some situations the resident set size of all BOINC processes (client + applications) exceeds the client's <ram_max_used_busy_pct> setting because processes are left in memory although <leave_apps_in_memory> is set to "0".
More details can be found here:
FYI: I wasn't able to reproduce both bugs.
Change History (2)
comment:1 Changed 15 years ago by
| Cc: | sandro.tosi added |
|---|
comment:2 Changed 15 years ago by
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

If an application is suspended, its working set doesn't count towards the total; its physical pages can be freely reused by the OS.