Skip to content

Commit 83953ea

Browse files
authored
Warn about memory issues during installation with Spack (#958)
1 parent 65ec8c6 commit 83953ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ Add and install DDC with default variants:
9393

9494
```bash
9595
spack --env ddc-env add ddc
96-
spack --env ddc-env install
96+
spack --env ddc-env install --jobs 1
9797
```
9898

99-
\note Installation may take some time, as Spack builds required dependencies from source.
99+
\note Installation can take a while since Spack builds dependencies from source. Use the `--jobs` option to run builds in parallel, but avoid setting it too high to prevent running out of memory.
100100

101101
### 4. Use DDC from Spack
102102

0 commit comments

Comments
 (0)