diff options
author | jgart | 2022-01-27 19:12:17 -0500 |
---|---|---|
committer | jgart | 2022-01-27 19:12:17 -0500 |
commit | d077523eade63fecbee2388b3d6f9cd9e6db6b81 (patch) | |
tree | 1673ba4206ca4f21a2f59d3c6e1a52c8ae337ce1 /issues/binderlite | |
parent | 7b14b2e9363b66be333f4fb4c652ba3abdcbd71a (diff) | |
download | gn-gemtext-d077523eade63fecbee2388b3d6f9cd9e6db6b81.tar.gz |
issues: binderlite: test --root=FILE to register garbage collector roots
Diffstat (limited to 'issues/binderlite')
-rw-r--r-- | issues/binderlite/use-root-file.gmi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/issues/binderlite/use-root-file.gmi b/issues/binderlite/use-root-file.gmi new file mode 100644 index 0000000..21a7ac5 --- /dev/null +++ b/issues/binderlite/use-root-file.gmi @@ -0,0 +1,16 @@ + # guix shell --root + + Let's benchmark and test these options to see if it helps the speed/times + with building a new container. + +``` +-r, --root=FILE make FILE a symlink to the result, and register it + as a garbage collector root +``` + +``` +01/27/2022 | 06:47:42 PM lfam: jgart: I would use the --root argument of `guix shell` to make sure the results aren't garbage collected +01/27/2022 | 06:47:51 PM jgart: ah ok cool +01/27/2022 | 06:47:55 PM lfam: You might also run the guix-daemon with the various --keep-[...] options +01/27/2022 | 06:48:17 PM lfam: I mean the --gc-keep-[...] options +``` |