Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions docs/src/introduction/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ end

If you **don't** use `GC.gc()` here, this may cause an OOM:

<details>
<summary>View Outputs</summary>


```bash
[ Info: gc... 1
Expand Down Expand Up @@ -157,12 +156,10 @@ Stacktrace:
Some type information was truncated. Use `show(err)` to see complete types.
```

</details>

After using Julia's built-in `GC.gc()`:

<details>
<summary>View Outputs</summary>


```bash
[ Info: gc... 1
Expand All @@ -176,7 +173,7 @@ After using Julia's built-in `GC.gc()`:
[ Info: gc... 9
[ Info: gc... 10
```
</details>




Expand Down
Loading