Message boards :
Number crunching :
app_config.xml to limit I\O
Message board moderation
Author | Message |
---|---|
Send message Joined: 26 Mar 15 Posts: 3 Credit: 233,833 RAC: 0 |
I'm running my Ubuntu OS on a USB Flash drive for a 48 core server. The I\O seem to be too much for a flash drive running 48 WUs. I'd like to use a app_config.xml file to limit the WU concurrently running. What ProjectName do I use for these WUs? <app_config> <app> <name>ProjectName</name> <max_concurrent>24</max_concurrent> </app> </app_config> SMP: 4x AMD 61xx@3.0Ghz - 4x AMD 6176SE@2.71Ghz - 4x AMD 6172@2.41Ghz - 2x AMD 62xx@3.3Ghz "Unless someone like you cares a whole awful lot, nothing is going to get better. It's not." Dr. Seuss, The Lorax |
Send message Joined: 15 Mar 15 Posts: 3 Credit: 3,549,717 RAC: 0 |
<name>universe-xray_sources_v2</name> |
Send message Joined: 26 Mar 15 Posts: 3 Credit: 233,833 RAC: 0 |
Thanks. It's going to be a few days before i can report back. SMP: 4x AMD 61xx@3.0Ghz - 4x AMD 6176SE@2.71Ghz - 4x AMD 6172@2.41Ghz - 2x AMD 62xx@3.3Ghz "Unless someone like you cares a whole awful lot, nothing is going to get better. It's not." Dr. Seuss, The Lorax |
Send message Joined: 26 Mar 15 Posts: 3 Credit: 233,833 RAC: 0 |
What's the CLI command to get the service to read the app_config.xml file? SMP: 4x AMD 61xx@3.0Ghz - 4x AMD 6176SE@2.71Ghz - 4x AMD 6172@2.41Ghz - 2x AMD 62xx@3.3Ghz "Unless someone like you cares a whole awful lot, nothing is going to get better. It's not." Dr. Seuss, The Lorax |
Send message Joined: 21 Feb 15 Posts: 46 Credit: 926,538,317 RAC: 0 |
IWhat ProjectName do I use for these WUs?You can find all that in the client_state.xml file What's the CLI command to get the service to read the app_config.xml file? boinccmd --read_cc_config |