Thread '16e Lattice Sieve V5 1.11 using to much memory, Help Limiting concurrent WU's'
Message boards : Questions/Problems/Bugs : 16e Lattice Sieve V5 1.11 using to much memory, Help Limiting concurrent WU's
Message board moderation
| Author | Message |
|---|---|
PetrctaleSend message Joined: 20 Jul 20 Posts: 2 Credit: 1,023,638 RAC: 1 |
These WU's are using about 1GB each on my machine (16 threads 12gb ram) more than 4 causes it to lockup. I'm looking to limit concurrent running WU's to 4. I have created an app.comfig.xml file in the program date dir with <app_config> <project_max_concurrent>4</project_max_concurrent> <report_results_immediately>0</report_results_immediately> </app_config> This works great for SPT@Home but does nothing for NFS@Home. Not overly familiar with creating these files here, THANKS BOINCing since October 1999
|
Carlos PinhoSend message Joined: 26 Sep 09 Posts: 232 Credit: 27,645,213 RAC: 7 |
I recommend running both 16e Lattice Sieve (small lasievef_small and lasieve5f/V5) as a mean to manage your memory requirements. The small will use less than 1GB of memory. You can also go to the boinc client settings and force it to only use X % of the CPU cores. |
PetrctaleSend message Joined: 20 Jul 20 Posts: 2 Credit: 1,023,638 RAC: 1 |
Thanks gives me some direction to go BOINCing since October 1999
|
|
Send message Joined: 26 Apr 20 Posts: 1 Credit: 1,071,434 RAC: 84,046 |
In reply to Petrctale's message of 19 Dec 2024: These WU's are using about 1GB each on my machine (16 threads 12gb ram) more than 4 causes it to lockup. I just tried your app_config.xml file described above and it worded for me. It limited NFS@home to 4 WUs at a time. The contents are correct. In the post you misspelled the file name. You need to double check how and where you setup the app_config.xml file. PS I've been BOINCing since Dec 1999 :) |