Skip to content

Commit 9bf632f

Browse files
authored
memory limits
1 parent 6843c29 commit 9bf632f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/hyperloop/userdocumentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ When a wagon test finishes in warning, this means that the wagon will not be inc
284284
<img src="../images/warnignMemory.png" width="40%">
285285
</div>
286286

287-
* The memory consumption is larger than the allowed memory on the current target queue (e.g. Grid - Single core).
288-
* For Grid - Single core and 2 core: If the average PSS memory is not significantly larger ( <= 3.2 GB ), then operators will compose your train on request on Grid - Single core. Otherwise, if it is > 3.2 GB and <= 5 GB, the operators will compose the train on request on Grid - 2 core. If larger than 5 GB, then the train cannot be composed. The user should check for ways of improving memory consumption.
287+
* The memory consumption is larger than the allowed memory on the current target queue (e.g. Grid - Single core). The usual limit fora user wagon is 2 GB.
288+
* For Grid - Single core and 2 core: If the average PSS memory is not significantly larger ( <= 3.2 GB ), then operators will compose your train on request on Grid - Single core. Otherwise, if it is > 3.2 GB and <= 4 GB, the operators will compose the train on request on Grid - 2 core. If larger than 4 GB, then the train cannot be composed. The user should check for ways of improving memory consumption.
289289
* For the other target queues, trains can only be composed if the memory consumption is within the target limits.
290290
* For the cases when the train cannot be composed due to high memory consumption, the user can review the test. One can check the logs and look for any possible improvements that can be done for a lower memory consumption.
291291

0 commit comments

Comments
 (0)