Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Cannot install new version of K (v6.1.1). Out of memory error. #89

Closed
dkcumming opened this issue Nov 9, 2023 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@dkcumming
Copy link

dkcumming commented Nov 9, 2023

Encountering out of memory error attempting to install newest version of k

$ kup install k
 ⌛ Fetching cached version of 'k' ...
error: out of memory
Command '['nix', 'profile', 'install', '/nix/store/xgd8gwx2xsc2lprxvwy97r5wj4ras20w-k-6.1.1-1d8b5cad4dba8e660ff20121be28251c10349af4', '--extra-experimental-features', 'nix-command flakes']' returned non-zero exit status 1.

❗ The operation could not be completed.
   See the error output above (try re-running this command with '--verbose' for 
more detailed logs) ...

I tried collecting garbage in case that would help with nix-store --gc, and updated kup which was not the latest version, now the error doesn't report out of memory, but ends with sigseiv 11:

$ kup install k
 ⌛ Fetching cached version of 'k' ...
Command '['nix', 'profile', 'install', '/nix/store/xgd8gwx2xsc2lprxvwy97r5wj4ras20w-k-6.1.1-1d8b5cad4dba8e660ff20121be28251c10349af4', '--extra-experimental-features', 'nix-command flakes']' died with <Signals.SIGSEGV: 11>.

❗ The operation could not be completed.
   See the error output above (try re-running this command with '--verbose' for 
more detailed logs) ...

@goodlyrottenapple
Copy link
Contributor

Resolved, the underlying issue tracked in #90

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants