| View previous topic :: View next topic |
| Author |
Message |
barefootguru
Joined: 22 Jul 2007 Posts: 9
|
Posted: Sun Jul 22, 2007 5:03 pm Post subject: No resource management |
|
|
Can someone knowledgeable please confirm there's no resource management in Automize?
Something like: only run x tasks concurrently; or wait until CPU < 50% before starting this task.
I'm thinking I'll need to use the scheduler and/or chains to accomplish this.
Thanks. |
|
| Back to top |
|
 |
Robert Site Admin
Joined: 25 May 2006 Posts: 1140
|
Posted: Mon Jul 23, 2007 11:06 am Post subject: |
|
|
There is no resource management in regards to not running tasks if CPU usage > 50% or if current tasks running > 5 etc...
The options available are:
1) Engine Menu / Engine Settings / Thread priority - set a low
2) Engine Menu / Synchronization menu - create synchronization profile to prevent overlapping schedules of the same task title.
3) put tasks into chains so that they do not overlap. Then schedule the chain. |
|
| Back to top |
|
 |
barefootguru
Joined: 22 Jul 2007 Posts: 9
|
Posted: Mon Jul 23, 2007 12:58 pm Post subject: |
|
|
| OK, thanks for confirming. |
|
| Back to top |
|
 |
|