I didn't wrote that every ECM requires 4 GB.
The memory consumption is estimated different for different ecm's.
So there are also ECM which require less.
ECM with 3GB memory requirement
Re: ECM with 3GB memory requirement
How do I target the ECM P2 applications in an app_config.xml? I am stuck in a situation where BOINC tried to run 12 of those WUs, filling up my 16 GB RAM completely and making my PC unusable. I'd like to limit <max_concurrent> to 6, but can't seem to find the correct syntax to tarket the applications.
- joe carnivore
- Projekt-Fetischist
- Beiträge: 627
- Registriert: 04.05.2013 06:01
- Wohnort: Goslar
Re: ECM with 3GB memory requirement
<app_config>Kaddaman hat geschrieben: ↑14.11.2021 18:06How do I target the ECM P2 applications in an app_config.xml? I am stuck in a situation where BOINC tried to run 12 of those WUs, filling up my 16 GB RAM completely and making my PC unusable. I'd like to limit <max_concurrent> to 6, but can't seem to find the correct syntax to tarket the applications.
<app>
<name>ecmP2</name>
<max_concurrent>1</max_concurrent>
<report_results_immediately/>
</app>
</app_config>
16 GB allows only 1 WU ,or max 2


Re: ECM with 3GB memory requirement
Thanks! I currently run 3 of those WUs perfectly fine. A 4th may be possible, too, but then the RAM would be quite full. This is when using the machine normally otherwise, with lots of browser tabs open and other programs running. With everything closed, even more WUs may be possible.