You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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) ...
The text was updated successfully, but these errors were encountered:
Encountering out of memory error attempting to install newest version of k
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:The text was updated successfully, but these errors were encountered: