[{"id":"10720435222","type":"PushEvent","actor":{"id":4699120,"login":"sdebionne","display_login":"sdebionne","gravatar_id":"","url":"https://api.github.com/users/sdebionne","avatar_url":"https://avatars.githubusercontent.com/u/4699120?"},"repo":{"id":957830107,"name":"sdebionne/multivisor","url":"https://api.github.com/repos/sdebionne/multivisor"},"payload":{"repository_id":957830107,"push_id":33012245007,"ref":"refs/heads/frontend-improve-ux","head":"b9808cf976b4b80400c2dfd80ae5d60444fcc37c","before":"a3b069189ec79722c86cbb27077672016b433cea"},"public":true,"created_at":"2026-04-17T18:50:15Z"},{"id":"10627480462","type":"PushEvent","actor":{"id":4699120,"login":"sdebionne","display_login":"sdebionne","gravatar_id":"","url":"https://api.github.com/users/sdebionne","avatar_url":"https://avatars.githubusercontent.com/u/4699120?"},"repo":{"id":957830107,"name":"sdebionne/multivisor","url":"https://api.github.com/repos/sdebionne/multivisor"},"payload":{"repository_id":957830107,"push_id":32919320496,"ref":"refs/heads/frontend-improve-ux","head":"a3b069189ec79722c86cbb27077672016b433cea","before":"46e956f632bbf3034a3a4e11a3554bc94b157157"},"public":true,"created_at":"2026-04-15T18:58:29Z"},{"id":"7899119879","type":"IssueCommentEvent","actor":{"id":4699120,"login":"sdebionne","display_login":"sdebionne","gravatar_id":"","url":"https://api.github.com/users/sdebionne","avatar_url":"https://avatars.githubusercontent.com/u/4699120?"},"repo":{"id":633817517,"name":"prefix-dev/pixi","url":"https://api.github.com/repos/prefix-dev/pixi"},"payload":{"action":"created","issue":{"url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789","repository_url":"https://api.github.com/repos/prefix-dev/pixi","labels_url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789/labels{/name}","comments_url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789/comments","events_url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789/events","html_url":"https://github.com/prefix-dev/pixi/issues/5789","id":4165199990,"node_id":"I_kwDOJcdJrc74Q-h2","number":5789,"title":"pixi: WSL1 install env returns out of memory (os error 12) with concurrent-solves=1","user":{"login":"sdebionne","id":4699120,"node_id":"MDQ6VXNlcjQ2OTkxMjA=","avatar_url":"https://avatars.githubusercontent.com/u/4699120?v=4","gravatar_id":"","url":"https://api.github.com/users/sdebionne","html_url":"https://github.com/sdebionne","followers_url":"https://api.github.com/users/sdebionne/followers","following_url":"https://api.github.com/users/sdebionne/following{/other_user}","gists_url":"https://api.github.com/users/sdebionne/gists{/gist_id}","starred_url":"https://api.github.com/users/sdebionne/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sdebionne/subscriptions","organizations_url":"https://api.github.com/users/sdebionne/orgs","repos_url":"https://api.github.com/users/sdebionne/repos","events_url":"https://api.github.com/users/sdebionne/events{/privacy}","received_events_url":"https://api.github.com/users/sdebionne/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":5442998868,"node_id":"LA_kwDOJcdJrc8AAAABRG2SVA","url":"https://api.github.com/repos/prefix-dev/pixi/labels/bug","name":"bug","color":"d73a4a","default":true,"description":"Something isn't working"}],"state":"closed","locked":false,"assignees":[],"milestone":null,"comments":7,"created_at":"2026-03-29T17:23:05Z","updated_at":"2026-04-10T09:32:53Z","closed_at":"2026-04-10T09:32:14Z","assignee":null,"type":null,"active_lock_reason":null,"sub_issues_summary":{"total":0,"completed":0,"percent_completed":0},"issue_dependencies_summary":{"blocked_by":0,"total_blocked_by":0,"blocking":0,"total_blocking":0},"body":"### Checks\n\n- [x] I have checked that this issue has not already been reported.\n\n- [x] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases/latest) of pixi, using `pixi --version`.\n\n\n### Reproducible example\n\nCommands I ran and their output:\n```shell\n$ pixi self-update \n✔ pixi is already up-to-date (version 0.66.0\n$ pixi shell -e frontend  --concurrent-solves 1\n```\n`pixi.toml`/`pyproject.toml` file that reproduces my issue:\n```toml\n[workspace]\nchannels = [\"conda-forge\"]\nname = \"multivisor\"\nplatforms = [\"linux-64\"]\nversion = \"0.1.0\"\n\n[dependencies]\nnodejs = \">=25.8.2,<25.9\"\n\n[feature.backend.dependencies]\nflask = \"*\"\nflask_cors = \"*\"\nwerkzeug = \"*\"\nblinker = \"*\"\nzerorpc-python = \"*\"\n\n[feature.frontend.dependencies]\nnodejs = \"*\"\n\n[feature.frontend.tasks]\nbuild-frontend = \"npm run build\"\n\n[environments]\nbackend = [\"backend\"]\nfrontend = [\"frontend\"]\n\n```\n`pixi info` output:\n```plaintext\n$ pixi run build-frontend\n✨ Pixi task (build-frontend in frontend): npm run build\nError:   × failed to link c-ares-1.34.6-hb03c661_0.conda\n  ├─▶ failed to link 'bin/adig'\n  ├─▶ failed to copy file to destination\n  ╰─▶ failed to copy file from /home/foo/.cache/rattler/cache/pkgs/c-ares-1.34.6-hb03c661_0/bin/adig to /mnt/c/\n      Users/foo/source/repos/multivisor/.pixi/envs/frontend/bin/adig: Out of memory (os error 12)\n```\n\n### Issue description\n\nInstalling `nodejs` with pixi gets me an out of memory error. It is the first package that I have this kind of issue with.\n\nIf I rerun the command it fails linking another dependency with an OOM error.\n\nI am running on Windows with WSL on a laptop with 16GB.\n\nThere are many related issues, https://github.com/prefix-dev/pixi/issues/2458 suggested the `--concurrent-solves 1`.\n\n### Expected behavior\n\nInstall just fine.","reactions":{"url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789/timeline","performed_via_github_app":null,"state_reason":"completed","pinned_comment":null},"comment":{"url":"https://api.github.com/repos/prefix-dev/pixi/issues/comments/4153265773","html_url":"https://github.com/prefix-dev/pixi/issues/5789#issuecomment-4153265773","issue_url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789","id":4153265773,"node_id":"IC_kwDOJcdJrc73jc5t","user":{"login":"sdebionne","id":4699120,"node_id":"MDQ6VXNlcjQ2OTkxMjA=","avatar_url":"https://avatars.githubusercontent.com/u/4699120?v=4","gravatar_id":"","url":"https://api.github.com/users/sdebionne","html_url":"https://github.com/sdebionne","followers_url":"https://api.github.com/users/sdebionne/followers","following_url":"https://api.github.com/users/sdebionne/following{/other_user}","gists_url":"https://api.github.com/users/sdebionne/gists{/gist_id}","starred_url":"https://api.github.com/users/sdebionne/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sdebionne/subscriptions","organizations_url":"https://api.github.com/users/sdebionne/orgs","repos_url":"https://api.github.com/users/sdebionne/repos","events_url":"https://api.github.com/users/sdebionne/events{/privacy}","received_events_url":"https://api.github.com/users/sdebionne/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2026-03-30T08:37:48Z","updated_at":"2026-03-30T08:37:48Z","body":"> Otherwise, can you update to WSL2?\n\nI just did and it works fine. So there is something fishy with the copy/link of files in WSL1. Maybe not something to worry about, a warning in the doc would be enough?  ","pin":null,"reactions":{"url":"https://api.github.com/repos/prefix-dev/pixi/issues/comments/4153265773/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}},"public":true,"created_at":"2026-03-30T08:37:48Z","org":{"id":111356225,"login":"prefix-dev","gravatar_id":"","url":"https://api.github.com/orgs/prefix-dev","avatar_url":"https://avatars.githubusercontent.com/u/111356225?"}},{"id":"7894693243","type":"IssueCommentEvent","actor":{"id":4699120,"login":"sdebionne","display_login":"sdebionne","gravatar_id":"","url":"https://api.github.com/users/sdebionne","avatar_url":"https://avatars.githubusercontent.com/u/4699120?"},"repo":{"id":633817517,"name":"prefix-dev/pixi","url":"https://api.github.com/repos/prefix-dev/pixi"},"payload":{"action":"created","issue":{"url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789","repository_url":"https://api.github.com/repos/prefix-dev/pixi","labels_url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789/labels{/name}","comments_url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789/comments","events_url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789/events","html_url":"https://github.com/prefix-dev/pixi/issues/5789","id":4165199990,"node_id":"I_kwDOJcdJrc74Q-h2","number":5789,"title":"pixi: WSL1 install env returns out of memory (os error 12) with concurrent-solves=1","user":{"login":"sdebionne","id":4699120,"node_id":"MDQ6VXNlcjQ2OTkxMjA=","avatar_url":"https://avatars.githubusercontent.com/u/4699120?v=4","gravatar_id":"","url":"https://api.github.com/users/sdebionne","html_url":"https://github.com/sdebionne","followers_url":"https://api.github.com/users/sdebionne/followers","following_url":"https://api.github.com/users/sdebionne/following{/other_user}","gists_url":"https://api.github.com/users/sdebionne/gists{/gist_id}","starred_url":"https://api.github.com/users/sdebionne/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sdebionne/subscriptions","organizations_url":"https://api.github.com/users/sdebionne/orgs","repos_url":"https://api.github.com/users/sdebionne/repos","events_url":"https://api.github.com/users/sdebionne/events{/privacy}","received_events_url":"https://api.github.com/users/sdebionne/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":5442998868,"node_id":"LA_kwDOJcdJrc8AAAABRG2SVA","url":"https://api.github.com/repos/prefix-dev/pixi/labels/bug","name":"bug","color":"d73a4a","default":true,"description":"Something isn't working"}],"state":"closed","locked":false,"assignees":[],"milestone":null,"comments":7,"created_at":"2026-03-29T17:23:05Z","updated_at":"2026-04-10T09:32:53Z","closed_at":"2026-04-10T09:32:14Z","assignee":null,"type":null,"active_lock_reason":null,"sub_issues_summary":{"total":0,"completed":0,"percent_completed":0},"issue_dependencies_summary":{"blocked_by":0,"total_blocked_by":0,"blocking":0,"total_blocking":0},"body":"### Checks\n\n- [x] I have checked that this issue has not already been reported.\n\n- [x] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases/latest) of pixi, using `pixi --version`.\n\n\n### Reproducible example\n\nCommands I ran and their output:\n```shell\n$ pixi self-update \n✔ pixi is already up-to-date (version 0.66.0\n$ pixi shell -e frontend  --concurrent-solves 1\n```\n`pixi.toml`/`pyproject.toml` file that reproduces my issue:\n```toml\n[workspace]\nchannels = [\"conda-forge\"]\nname = \"multivisor\"\nplatforms = [\"linux-64\"]\nversion = \"0.1.0\"\n\n[dependencies]\nnodejs = \">=25.8.2,<25.9\"\n\n[feature.backend.dependencies]\nflask = \"*\"\nflask_cors = \"*\"\nwerkzeug = \"*\"\nblinker = \"*\"\nzerorpc-python = \"*\"\n\n[feature.frontend.dependencies]\nnodejs = \"*\"\n\n[feature.frontend.tasks]\nbuild-frontend = \"npm run build\"\n\n[environments]\nbackend = [\"backend\"]\nfrontend = [\"frontend\"]\n\n```\n`pixi info` output:\n```plaintext\n$ pixi run build-frontend\n✨ Pixi task (build-frontend in frontend): npm run build\nError:   × failed to link c-ares-1.34.6-hb03c661_0.conda\n  ├─▶ failed to link 'bin/adig'\n  ├─▶ failed to copy file to destination\n  ╰─▶ failed to copy file from /home/foo/.cache/rattler/cache/pkgs/c-ares-1.34.6-hb03c661_0/bin/adig to /mnt/c/\n      Users/foo/source/repos/multivisor/.pixi/envs/frontend/bin/adig: Out of memory (os error 12)\n```\n\n### Issue description\n\nInstalling `nodejs` with pixi gets me an out of memory error. It is the first package that I have this kind of issue with.\n\nIf I rerun the command it fails linking another dependency with an OOM error.\n\nI am running on Windows with WSL on a laptop with 16GB.\n\nThere are many related issues, https://github.com/prefix-dev/pixi/issues/2458 suggested the `--concurrent-solves 1`.\n\n### Expected behavior\n\nInstall just fine.","reactions":{"url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789/timeline","performed_via_github_app":null,"state_reason":"completed","pinned_comment":null},"comment":{"url":"https://api.github.com/repos/prefix-dev/pixi/issues/comments/4152566099","html_url":"https://github.com/prefix-dev/pixi/issues/5789#issuecomment-4152566099","issue_url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789","id":4152566099,"node_id":"IC_kwDOJcdJrc73gyFT","user":{"login":"sdebionne","id":4699120,"node_id":"MDQ6VXNlcjQ2OTkxMjA=","avatar_url":"https://avatars.githubusercontent.com/u/4699120?v=4","gravatar_id":"","url":"https://api.github.com/users/sdebionne","html_url":"https://github.com/sdebionne","followers_url":"https://api.github.com/users/sdebionne/followers","following_url":"https://api.github.com/users/sdebionne/following{/other_user}","gists_url":"https://api.github.com/users/sdebionne/gists{/gist_id}","starred_url":"https://api.github.com/users/sdebionne/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sdebionne/subscriptions","organizations_url":"https://api.github.com/users/sdebionne/orgs","repos_url":"https://api.github.com/users/sdebionne/repos","events_url":"https://api.github.com/users/sdebionne/events{/privacy}","received_events_url":"https://api.github.com/users/sdebionne/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2026-03-30T06:23:03Z","updated_at":"2026-03-30T06:23:03Z","body":"I am running WSL1 (which AFAIU is not VM based and thus not limited in memory) and\n```\n$ lsb_release -a\nDistributor ID: Ubuntu\nDescription:    Ubuntu 20.04 LTS\n```","pin":null,"reactions":{"url":"https://api.github.com/repos/prefix-dev/pixi/issues/comments/4152566099/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}},"public":true,"created_at":"2026-03-30T06:23:03Z","org":{"id":111356225,"login":"prefix-dev","gravatar_id":"","url":"https://api.github.com/orgs/prefix-dev","avatar_url":"https://avatars.githubusercontent.com/u/111356225?"}},{"id":"7893531136","type":"IssueCommentEvent","actor":{"id":4699120,"login":"sdebionne","display_login":"sdebionne","gravatar_id":"","url":"https://api.github.com/users/sdebionne","avatar_url":"https://avatars.githubusercontent.com/u/4699120?"},"repo":{"id":633817517,"name":"prefix-dev/pixi","url":"https://api.github.com/repos/prefix-dev/pixi"},"payload":{"action":"created","issue":{"url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789","repository_url":"https://api.github.com/repos/prefix-dev/pixi","labels_url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789/labels{/name}","comments_url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789/comments","events_url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789/events","html_url":"https://github.com/prefix-dev/pixi/issues/5789","id":4165199990,"node_id":"I_kwDOJcdJrc74Q-h2","number":5789,"title":"pixi: WSL1 install env returns out of memory (os error 12) with concurrent-solves=1","user":{"login":"sdebionne","id":4699120,"node_id":"MDQ6VXNlcjQ2OTkxMjA=","avatar_url":"https://avatars.githubusercontent.com/u/4699120?v=4","gravatar_id":"","url":"https://api.github.com/users/sdebionne","html_url":"https://github.com/sdebionne","followers_url":"https://api.github.com/users/sdebionne/followers","following_url":"https://api.github.com/users/sdebionne/following{/other_user}","gists_url":"https://api.github.com/users/sdebionne/gists{/gist_id}","starred_url":"https://api.github.com/users/sdebionne/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sdebionne/subscriptions","organizations_url":"https://api.github.com/users/sdebionne/orgs","repos_url":"https://api.github.com/users/sdebionne/repos","events_url":"https://api.github.com/users/sdebionne/events{/privacy}","received_events_url":"https://api.github.com/users/sdebionne/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":5442998868,"node_id":"LA_kwDOJcdJrc8AAAABRG2SVA","url":"https://api.github.com/repos/prefix-dev/pixi/labels/bug","name":"bug","color":"d73a4a","default":true,"description":"Something isn't working"}],"state":"closed","locked":false,"assignees":[],"milestone":null,"comments":7,"created_at":"2026-03-29T17:23:05Z","updated_at":"2026-04-10T09:32:53Z","closed_at":"2026-04-10T09:32:14Z","assignee":null,"type":null,"active_lock_reason":null,"sub_issues_summary":{"total":0,"completed":0,"percent_completed":0},"issue_dependencies_summary":{"blocked_by":0,"total_blocked_by":0,"blocking":0,"total_blocking":0},"body":"### Checks\n\n- [x] I have checked that this issue has not already been reported.\n\n- [x] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases/latest) of pixi, using `pixi --version`.\n\n\n### Reproducible example\n\nCommands I ran and their output:\n```shell\n$ pixi self-update \n✔ pixi is already up-to-date (version 0.66.0\n$ pixi shell -e frontend  --concurrent-solves 1\n```\n`pixi.toml`/`pyproject.toml` file that reproduces my issue:\n```toml\n[workspace]\nchannels = [\"conda-forge\"]\nname = \"multivisor\"\nplatforms = [\"linux-64\"]\nversion = \"0.1.0\"\n\n[dependencies]\nnodejs = \">=25.8.2,<25.9\"\n\n[feature.backend.dependencies]\nflask = \"*\"\nflask_cors = \"*\"\nwerkzeug = \"*\"\nblinker = \"*\"\nzerorpc-python = \"*\"\n\n[feature.frontend.dependencies]\nnodejs = \"*\"\n\n[feature.frontend.tasks]\nbuild-frontend = \"npm run build\"\n\n[environments]\nbackend = [\"backend\"]\nfrontend = [\"frontend\"]\n\n```\n`pixi info` output:\n```plaintext\n$ pixi run build-frontend\n✨ Pixi task (build-frontend in frontend): npm run build\nError:   × failed to link c-ares-1.34.6-hb03c661_0.conda\n  ├─▶ failed to link 'bin/adig'\n  ├─▶ failed to copy file to destination\n  ╰─▶ failed to copy file from /home/foo/.cache/rattler/cache/pkgs/c-ares-1.34.6-hb03c661_0/bin/adig to /mnt/c/\n      Users/foo/source/repos/multivisor/.pixi/envs/frontend/bin/adig: Out of memory (os error 12)\n```\n\n### Issue description\n\nInstalling `nodejs` with pixi gets me an out of memory error. It is the first package that I have this kind of issue with.\n\nIf I rerun the command it fails linking another dependency with an OOM error.\n\nI am running on Windows with WSL on a laptop with 16GB.\n\nThere are many related issues, https://github.com/prefix-dev/pixi/issues/2458 suggested the `--concurrent-solves 1`.\n\n### Expected behavior\n\nInstall just fine.","reactions":{"url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789/timeline","performed_via_github_app":null,"state_reason":"completed","pinned_comment":null},"comment":{"url":"https://api.github.com/repos/prefix-dev/pixi/issues/comments/4152362313","html_url":"https://github.com/prefix-dev/pixi/issues/5789#issuecomment-4152362313","issue_url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789","id":4152362313,"node_id":"IC_kwDOJcdJrc73gAVJ","user":{"login":"sdebionne","id":4699120,"node_id":"MDQ6VXNlcjQ2OTkxMjA=","avatar_url":"https://avatars.githubusercontent.com/u/4699120?v=4","gravatar_id":"","url":"https://api.github.com/users/sdebionne","html_url":"https://github.com/sdebionne","followers_url":"https://api.github.com/users/sdebionne/followers","following_url":"https://api.github.com/users/sdebionne/following{/other_user}","gists_url":"https://api.github.com/users/sdebionne/gists{/gist_id}","starred_url":"https://api.github.com/users/sdebionne/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sdebionne/subscriptions","organizations_url":"https://api.github.com/users/sdebionne/orgs","repos_url":"https://api.github.com/users/sdebionne/repos","events_url":"https://api.github.com/users/sdebionne/events{/privacy}","received_events_url":"https://api.github.com/users/sdebionne/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2026-03-30T05:37:38Z","updated_at":"2026-03-30T05:37:38Z","body":"`pixi shell -e frontend  --concurrent-solves 1` just activates the environment and it fails while creating/instaling the environment.\n\nI copied the wrong output, but the issue is the same:\n\n```\n$ pixi shell -e frontend --concurrent-solves 1\nError:   × failed to link openssl-3.6.1-h35e630c_1.conda\n  ├─▶ failed to link 'include/openssl/aes.h'\n  ├─▶ failed to copy file to destination\n  ╰─▶ failed to copy file from /home/foo/.cache/rattler/cache/pkgs/openssl-3.6.1-h35e630c_1/include/openssl/aes.h\n      to /mnt/c/Users/foo/source/repos/multivisor/.pixi/envs/frontend/include/openssl/aes.h: Out of memory (os\n      error 12\n```\n","pin":null,"reactions":{"url":"https://api.github.com/repos/prefix-dev/pixi/issues/comments/4152362313/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}},"public":true,"created_at":"2026-03-30T05:37:38Z","org":{"id":111356225,"login":"prefix-dev","gravatar_id":"","url":"https://api.github.com/orgs/prefix-dev","avatar_url":"https://avatars.githubusercontent.com/u/111356225?"}},{"id":"7882789998","type":"IssuesEvent","actor":{"id":4699120,"login":"sdebionne","display_login":"sdebionne","gravatar_id":"","url":"https://api.github.com/users/sdebionne","avatar_url":"https://avatars.githubusercontent.com/u/4699120?"},"repo":{"id":633817517,"name":"prefix-dev/pixi","url":"https://api.github.com/repos/prefix-dev/pixi"},"payload":{"action":"labeled","issue":{"url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789","repository_url":"https://api.github.com/repos/prefix-dev/pixi","labels_url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789/labels{/name}","comments_url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789/comments","events_url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789/events","html_url":"https://github.com/prefix-dev/pixi/issues/5789","id":4165199990,"node_id":"I_kwDOJcdJrc74Q-h2","number":5789,"title":"pixi: WSL1 install env returns out of memory (os error 12) with concurrent-solves=1","user":{"login":"sdebionne","id":4699120,"node_id":"MDQ6VXNlcjQ2OTkxMjA=","avatar_url":"https://avatars.githubusercontent.com/u/4699120?v=4","gravatar_id":"","url":"https://api.github.com/users/sdebionne","html_url":"https://github.com/sdebionne","followers_url":"https://api.github.com/users/sdebionne/followers","following_url":"https://api.github.com/users/sdebionne/following{/other_user}","gists_url":"https://api.github.com/users/sdebionne/gists{/gist_id}","starred_url":"https://api.github.com/users/sdebionne/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sdebionne/subscriptions","organizations_url":"https://api.github.com/users/sdebionne/orgs","repos_url":"https://api.github.com/users/sdebionne/repos","events_url":"https://api.github.com/users/sdebionne/events{/privacy}","received_events_url":"https://api.github.com/users/sdebionne/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":5442998868,"node_id":"LA_kwDOJcdJrc8AAAABRG2SVA","url":"https://api.github.com/repos/prefix-dev/pixi/labels/bug","name":"bug","color":"d73a4a","default":true,"description":"Something isn't working"}],"state":"closed","locked":false,"assignees":[],"milestone":null,"comments":7,"created_at":"2026-03-29T17:23:05Z","updated_at":"2026-04-10T09:32:53Z","closed_at":"2026-04-10T09:32:14Z","assignee":null,"type":null,"active_lock_reason":null,"sub_issues_summary":{"total":0,"completed":0,"percent_completed":0},"issue_dependencies_summary":{"blocked_by":0,"total_blocked_by":0,"blocking":0,"total_blocking":0},"body":"### Checks\n\n- [x] I have checked that this issue has not already been reported.\n\n- [x] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases/latest) of pixi, using `pixi --version`.\n\n\n### Reproducible example\n\nCommands I ran and their output:\n```shell\n$ pixi self-update \n✔ pixi is already up-to-date (version 0.66.0\n$ pixi shell -e frontend  --concurrent-solves 1\n```\n`pixi.toml`/`pyproject.toml` file that reproduces my issue:\n```toml\n[workspace]\nchannels = [\"conda-forge\"]\nname = \"multivisor\"\nplatforms = [\"linux-64\"]\nversion = \"0.1.0\"\n\n[dependencies]\nnodejs = \">=25.8.2,<25.9\"\n\n[feature.backend.dependencies]\nflask = \"*\"\nflask_cors = \"*\"\nwerkzeug = \"*\"\nblinker = \"*\"\nzerorpc-python = \"*\"\n\n[feature.frontend.dependencies]\nnodejs = \"*\"\n\n[feature.frontend.tasks]\nbuild-frontend = \"npm run build\"\n\n[environments]\nbackend = [\"backend\"]\nfrontend = [\"frontend\"]\n\n```\n`pixi info` output:\n```plaintext\n$ pixi run build-frontend\n✨ Pixi task (build-frontend in frontend): npm run build\nError:   × failed to link c-ares-1.34.6-hb03c661_0.conda\n  ├─▶ failed to link 'bin/adig'\n  ├─▶ failed to copy file to destination\n  ╰─▶ failed to copy file from /home/foo/.cache/rattler/cache/pkgs/c-ares-1.34.6-hb03c661_0/bin/adig to /mnt/c/\n      Users/foo/source/repos/multivisor/.pixi/envs/frontend/bin/adig: Out of memory (os error 12)\n```\n\n### Issue description\n\nInstalling `nodejs` with pixi gets me an out of memory error. It is the first package that I have this kind of issue with.\n\nIf I rerun the command it fails linking another dependency with an OOM error.\n\nI am running on Windows with WSL on a laptop with 16GB.\n\nThere are many related issues, https://github.com/prefix-dev/pixi/issues/2458 suggested the `--concurrent-solves 1`.\n\n### Expected behavior\n\nInstall just fine.","reactions":{"url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789/timeline","performed_via_github_app":null,"state_reason":"completed","pinned_comment":null},"label":{"id":5442998868,"node_id":"LA_kwDOJcdJrc8AAAABRG2SVA","url":"https://api.github.com/repos/prefix-dev/pixi/labels/bug","name":"bug","color":"d73a4a","default":true,"description":"Something isn't working"},"labels":[{"id":5442998868,"node_id":"LA_kwDOJcdJrc8AAAABRG2SVA","url":"https://api.github.com/repos/prefix-dev/pixi/labels/bug","name":"bug","color":"d73a4a","default":true,"description":"Something isn't working"}]},"public":true,"created_at":"2026-03-29T17:23:06Z","org":{"id":111356225,"login":"prefix-dev","gravatar_id":"","url":"https://api.github.com/orgs/prefix-dev","avatar_url":"https://avatars.githubusercontent.com/u/111356225?"}},{"id":"7882789969","type":"IssuesEvent","actor":{"id":4699120,"login":"sdebionne","display_login":"sdebionne","gravatar_id":"","url":"https://api.github.com/users/sdebionne","avatar_url":"https://avatars.githubusercontent.com/u/4699120?"},"repo":{"id":633817517,"name":"prefix-dev/pixi","url":"https://api.github.com/repos/prefix-dev/pixi"},"payload":{"action":"opened","issue":{"url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789","repository_url":"https://api.github.com/repos/prefix-dev/pixi","labels_url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789/labels{/name}","comments_url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789/comments","events_url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789/events","html_url":"https://github.com/prefix-dev/pixi/issues/5789","id":4165199990,"node_id":"I_kwDOJcdJrc74Q-h2","number":5789,"title":"pixi: WSL1 install env returns out of memory (os error 12) with concurrent-solves=1","user":{"login":"sdebionne","id":4699120,"node_id":"MDQ6VXNlcjQ2OTkxMjA=","avatar_url":"https://avatars.githubusercontent.com/u/4699120?v=4","gravatar_id":"","url":"https://api.github.com/users/sdebionne","html_url":"https://github.com/sdebionne","followers_url":"https://api.github.com/users/sdebionne/followers","following_url":"https://api.github.com/users/sdebionne/following{/other_user}","gists_url":"https://api.github.com/users/sdebionne/gists{/gist_id}","starred_url":"https://api.github.com/users/sdebionne/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sdebionne/subscriptions","organizations_url":"https://api.github.com/users/sdebionne/orgs","repos_url":"https://api.github.com/users/sdebionne/repos","events_url":"https://api.github.com/users/sdebionne/events{/privacy}","received_events_url":"https://api.github.com/users/sdebionne/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":5442998868,"node_id":"LA_kwDOJcdJrc8AAAABRG2SVA","url":"https://api.github.com/repos/prefix-dev/pixi/labels/bug","name":"bug","color":"d73a4a","default":true,"description":"Something isn't working"}],"state":"closed","locked":false,"assignees":[],"milestone":null,"comments":7,"created_at":"2026-03-29T17:23:05Z","updated_at":"2026-04-10T09:32:53Z","closed_at":"2026-04-10T09:32:14Z","assignee":null,"type":null,"active_lock_reason":null,"sub_issues_summary":{"total":0,"completed":0,"percent_completed":0},"issue_dependencies_summary":{"blocked_by":0,"total_blocked_by":0,"blocking":0,"total_blocking":0},"body":"### Checks\n\n- [x] I have checked that this issue has not already been reported.\n\n- [x] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases/latest) of pixi, using `pixi --version`.\n\n\n### Reproducible example\n\nCommands I ran and their output:\n```shell\n$ pixi self-update \n✔ pixi is already up-to-date (version 0.66.0\n$ pixi shell -e frontend  --concurrent-solves 1\n```\n`pixi.toml`/`pyproject.toml` file that reproduces my issue:\n```toml\n[workspace]\nchannels = [\"conda-forge\"]\nname = \"multivisor\"\nplatforms = [\"linux-64\"]\nversion = \"0.1.0\"\n\n[dependencies]\nnodejs = \">=25.8.2,<25.9\"\n\n[feature.backend.dependencies]\nflask = \"*\"\nflask_cors = \"*\"\nwerkzeug = \"*\"\nblinker = \"*\"\nzerorpc-python = \"*\"\n\n[feature.frontend.dependencies]\nnodejs = \"*\"\n\n[feature.frontend.tasks]\nbuild-frontend = \"npm run build\"\n\n[environments]\nbackend = [\"backend\"]\nfrontend = [\"frontend\"]\n\n```\n`pixi info` output:\n```plaintext\n$ pixi run build-frontend\n✨ Pixi task (build-frontend in frontend): npm run build\nError:   × failed to link c-ares-1.34.6-hb03c661_0.conda\n  ├─▶ failed to link 'bin/adig'\n  ├─▶ failed to copy file to destination\n  ╰─▶ failed to copy file from /home/foo/.cache/rattler/cache/pkgs/c-ares-1.34.6-hb03c661_0/bin/adig to /mnt/c/\n      Users/foo/source/repos/multivisor/.pixi/envs/frontend/bin/adig: Out of memory (os error 12)\n```\n\n### Issue description\n\nInstalling `nodejs` with pixi gets me an out of memory error. It is the first package that I have this kind of issue with.\n\nIf I rerun the command it fails linking another dependency with an OOM error.\n\nI am running on Windows with WSL on a laptop with 16GB.\n\nThere are many related issues, https://github.com/prefix-dev/pixi/issues/2458 suggested the `--concurrent-solves 1`.\n\n### Expected behavior\n\nInstall just fine.","reactions":{"url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/prefix-dev/pixi/issues/5789/timeline","performed_via_github_app":null,"state_reason":"completed","pinned_comment":null}},"public":true,"created_at":"2026-03-29T17:23:06Z","org":{"id":111356225,"login":"prefix-dev","gravatar_id":"","url":"https://api.github.com/orgs/prefix-dev","avatar_url":"https://avatars.githubusercontent.com/u/111356225?"}},{"id":"9793384106","type":"PushEvent","actor":{"id":4699120,"login":"sdebionne","display_login":"sdebionne","gravatar_id":"","url":"https://api.github.com/users/sdebionne","avatar_url":"https://avatars.githubusercontent.com/u/4699120?"},"repo":{"id":44520519,"name":"esrf-bliss/Lima-tango-python","url":"https://api.github.com/repos/esrf-bliss/Lima-tango-python"},"payload":{"repository_id":44520519,"push_id":32086731847,"ref":"refs/heads/master","head":"7a44684ca8062dfc0acf3696676887b59b1a6c38","before":"29db583e1cc8e49e39517be838fbf1e66c744384"},"public":true,"created_at":"2026-03-25T10:19:52Z","org":{"id":2396042,"login":"esrf-bliss","gravatar_id":"","url":"https://api.github.com/orgs/esrf-bliss","avatar_url":"https://avatars.githubusercontent.com/u/2396042?"}},{"id":"9788020636","type":"PushEvent","actor":{"id":4699120,"login":"sdebionne","display_login":"sdebionne","gravatar_id":"","url":"https://api.github.com/users/sdebionne","avatar_url":"https://avatars.githubusercontent.com/u/4699120?"},"repo":{"id":5907174,"name":"esrf-bliss/Lima-camera-prosilica","url":"https://api.github.com/repos/esrf-bliss/Lima-camera-prosilica"},"payload":{"repository_id":5907174,"push_id":32081366229,"ref":"refs/heads/master","head":"05fc2ef0a3d8ba0c26b36d40b2632ffc0021ee31","before":"a57c31c308485bc34fc952a7d175e57419cc8894"},"public":true,"created_at":"2026-03-25T07:47:58Z","org":{"id":2396042,"login":"esrf-bliss","gravatar_id":"","url":"https://api.github.com/orgs/esrf-bliss","avatar_url":"https://avatars.githubusercontent.com/u/2396042?"}},{"id":"9762345326","type":"PushEvent","actor":{"id":4699120,"login":"sdebionne","display_login":"sdebionne","gravatar_id":"","url":"https://api.github.com/users/sdebionne","avatar_url":"https://avatars.githubusercontent.com/u/4699120?"},"repo":{"id":5907174,"name":"esrf-bliss/Lima-camera-prosilica","url":"https://api.github.com/repos/esrf-bliss/Lima-camera-prosilica"},"payload":{"repository_id":5907174,"push_id":32055740191,"ref":"refs/heads/master","head":"a57c31c308485bc34fc952a7d175e57419cc8894","before":"44b94eab00dc1078f3ff114953a2491344e98da5"},"public":true,"created_at":"2026-03-24T16:36:29Z","org":{"id":2396042,"login":"esrf-bliss","gravatar_id":"","url":"https://api.github.com/orgs/esrf-bliss","avatar_url":"https://avatars.githubusercontent.com/u/2396042?"}},{"id":"9712289725","type":"PushEvent","actor":{"id":4699120,"login":"sdebionne","display_login":"sdebionne","gravatar_id":"","url":"https://api.github.com/users/sdebionne","avatar_url":"https://avatars.githubusercontent.com/u/4699120?"},"repo":{"id":44520519,"name":"esrf-bliss/Lima-tango-python","url":"https://api.github.com/repos/esrf-bliss/Lima-tango-python"},"payload":{"repository_id":44520519,"push_id":32005701681,"ref":"refs/heads/master","head":"29db583e1cc8e49e39517be838fbf1e66c744384","before":"0b9ca01658420995d4eab54d6f194a41be7efbe2"},"public":true,"created_at":"2026-03-23T14:22:34Z","org":{"id":2396042,"login":"esrf-bliss","gravatar_id":"","url":"https://api.github.com/orgs/esrf-bliss","avatar_url":"https://avatars.githubusercontent.com/u/2396042?"}}]