Changes between Initial Version and Version 1 of Ticket #305


Ignore:
Timestamp:
Jul 2, 2007, 5:49:37 PM (17 years ago)
Author:
Nicolas
Comment:

Fixed list on description.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #305

    • Property Keywords keep-in-memory waiting-for-memory removed
  • Ticket #305 – Description

    initial v1  
    99Could I therefore make a few suggestions:
    1010
    11 * When Boinc reaches a 'waiting for memory' state on one task, it shouldn't start another high-memory task.
     11 * When Boinc reaches a 'waiting for memory' state on one task, it shouldn't start another high-memory task.
    1212
    13 * If one of the tasks has been recently checkpointed, and boinc is in a 'waiting for memory' state, it should remove it from memory even if the 'keep in memory' flag has been set to Yes.
     13 * If one of the tasks has been recently checkpointed, and boinc is in a 'waiting for memory' state, it should remove it from memory even if the 'keep in memory' flag has been set to Yes.
    1414
    15 * The scheduler should be reluctant to load new tasks into memory if there is a task already in memory which can be run instead.  Perhaps if STD is less than the timestep interval for a project, and it already has a task running, the scheduler  should continue running an in-memory task from another project instead.
     15 * The scheduler should be reluctant to load new tasks into memory if there is a task already in memory which can be run instead.  Perhaps if STD is less than the timestep interval for a project, and it already has a task running, the scheduler  should continue running an in-memory task from another project instead.
    1616
    1717The memory deadlock issue was with version 5.8.16 of the Boinc manager, and the two-tasks-for-each-project issue was with version 5.10.6.  If these have already been resolved in the current head version then please feel free to close this Trac item.