| | 1 | = Aborting task: exceeded disk limit = |
| | 2 | Each task has a built-in size limit. If this limit is exceeded, then the task is aborted. This limit is usually much lower than the total disk size limit that you set in your [GlobalPrefs preferences]. |
| | 3 | |
| | 4 | == Example == |
| | 5 | |
| | 6 | {{{ |
| | 7 | 23-Mar-2008 22:22:31 [World Community Grid] Aborting task lp974_00005_17: exceeded disk limit: 95.45MB > 95.37MB |
| | 8 | 23-Mar-2008 22:22:37 [World Community Grid] Computation for task lp974_00005_17 finished |
| | 9 | }}} |
| | 10 | |
| | 11 | '''Note:''' The limit is specified in bytes. In this example, 100 000 000 bytes equal 95.3674316 megabytes. |
| | 12 | |
| | 13 | == Causes == |
| | 14 | |
| | 15 | One or more of these problems may cause this error: |
| | 16 | 1. The output file or an intermediate file grew larger than expected. |
| | 17 | 1. A problem with the work unit causes the error log to grow out of control. |
| | 18 | 1. The size limit was specified incorrectly. |
| | 19 | |
| | 20 | == Solution == |
| | 21 | |
| | 22 | Report this error to the project. Often a modification to the work unit is required so that it can complete properly. |
| | 23 | |