You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/features/runs/2_Analyzing Runs/3_artifacts.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,17 @@ Grid uploads your artifacts to long-term storage while your experiment is runnin
15
15
:::note
16
16
This may have two side effects, depending on how large and how many artifacts your code generates:
17
17
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.
19
21
- Grid will only use extra memory to sync artifacts larger than 1 Gib
20
22
- Grid will use 50 Mi of extra memory to sync artifacts larger than 1 Gib
21
23
- Grid will not use more than 200 Mi of extra memory
22
24
- 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.
25
29
:::
26
30
27
31
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