Skip to content

Commit 7748083

Browse files
author
Esther Quansah
authored
Update docs/features/runs/2_Analyzing Runs/3_artifacts.md
1 parent 0fd58c0 commit 7748083

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/features/runs/2_Analyzing Runs/3_artifacts.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,17 @@ Grid uploads your artifacts to long-term storage while your experiment is runnin
1515
:::note
1616
This may have two side effects, depending on how large and how many artifacts your code generates:
1717

18-
- Grid may need to use extra memory while your experiment is running to sync your artifacts to long term storage
18+
1. Extra Memory Usage
19+
20+
Grid may need to use extra memory while your experiment is running to sync your artifacts to long term storage.
1921
- Grid will only use extra memory to sync artifacts larger than 1 Gib
2022
- Grid will use 50 Mi of extra memory to sync artifacts larger than 1 Gib
2123
- Grid will not use more than 200 Mi of extra memory
2224
- If you are running memory intensive experiments *and* are generating artifacts over 1 Gib, it is recommended to use a larger instance type
23-
- Your experiment will not be marked `done` until Grid has finished syncing your artifacts to long-term storage
24-
- If you are generating lots of artifacts per experiment, this may increase your experiment run times
25+
26+
2. Increased run time
27+
28+
Your experiment will not be marked `done` until Grid has finished syncing your artifacts to long-term storage. If you are generating lots of artifacts per experiment, this may increase your experiment run times.
2529
:::
2630

2731
Try [hello.py](https://github.com/williamFalcon/hello/blob/main/hello.py) as an example, to see how artifacts are generated and saved.

0 commit comments

Comments
 (0)