diff --git a/docs/src/introduction/index.md b/docs/src/introduction/index.md index 2d941ffe2b..a386963923 100644 --- a/docs/src/introduction/index.md +++ b/docs/src/introduction/index.md @@ -85,8 +85,7 @@ end If you **don't** use `GC.gc()` here, this may cause an OOM: -
- View Outputs + ```bash [ Info: gc... 1 @@ -157,12 +156,10 @@ Stacktrace: Some type information was truncated. Use `show(err)` to see complete types. ``` -
After using Julia's built-in `GC.gc()`: -
- View Outputs + ```bash [ Info: gc... 1 @@ -176,7 +173,7 @@ After using Julia's built-in `GC.gc()`: [ Info: gc... 9 [ Info: gc... 10 ``` -
+