Skip to content

Commit b30ffbd

Browse files
Coderamblinghoxbro
andauthored
Update Developer Guide index.md to add a Note regarding current pixi … (#7814)
* Update Developer Guide index.md to add a Note regarding current pixi OOM issues while installing As per the current discussion on this in Discord. Note: I wanted to capture this issue while it is fresh. Please provide guidance / iteration / improvements on the workaround as proposed in this PR. https://discord.com/channels/1075331058024861767/1088157184489164831/1354779107472314428 * Update doc/developer_guide/index.md with additional suggestions on pixi OOM issues Thanks @hoxbro . Co-authored-by: Simon Høxbro Hansen <simon.hansen@me.com> --------- Co-authored-by: Simon Høxbro Hansen <simon.hansen@me.com>
1 parent df354ea commit b30ffbd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/developer_guide/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,16 @@ The first time you run it, it will create a `pixi.lock` file with information fo
8484

8585
All available tasks can be found by running `pixi task list`, the following sections will give a brief introduction to the most common tasks.
8686

87+
:::{admonition} Note
88+
:class: info
89+
90+
If a pixi command fails to lock or install an environment, you can try to limit the number of [concurrent solves](https://pixi.sh/latest/reference/cli/pixi/install/#arg---concurrent-solves) and/or [concurrent downloads](https://pixi.sh/latest/reference/cli/pixi/install/#arg---concurrent-downloads), An example of this is:
91+
92+
```bash
93+
pixi install --concurrent-solves 4 --concurrent-downloads 4
94+
```
95+
:::
96+
8797
### Editable install
8898

8999
It can be advantageous to install Panel in [editable mode](https://pip.pypa.io/en/stable/topics/local-project-installs/#editable-installs):

0 commit comments

Comments
 (0)