Dave Cottlehuber
Dave Cottlehuber
any interest in this?
Perhaps it’s possible to have an erts single image binary and slap a gzip of beam files on the end of it?
@rockwotj that's neat but basically a self-extracting archive with some smart caching. I'd like to have erts itself be able to handle this case. Not really a topic for here,...
@lpil oh yeah I see what you meant now. I'd love fast-executing command line tools, for example. No need for NIFs initially.
dropping this from IRC, https://github.com/seaweedfs/fuse is a working fuse-on-FreeBSD implementation. I can't tell if the go code you're using is a drop-in replacement or not, but at least that one...
wrt zfs and deduplication, TLDR no. The tradeoff is a large RAM lookup table vs incremental loss of disk space. You could look at using aggressive zstd compression on datasets,...
not yet unless you build custom kernel + custom iso for installing into the vm. See https://reviews.freebsd.org/D10335 for some patches to help achieve this.
@ayushpandey8439 I'm going through this PR to see how we can most easily merge it. To do that I need to have a clear understanding of its test stability in...
same here. Needing to modify the shape compatbility & image type *again* after import is very annoying. ``` $ oci compute image import from-object \ --bucket-name images \ --compartment-id $OCI_CID...
FWIW I use ZT 6PLANE to link up our containers across servers and different providers. It's so so sweet to use. @janjaapbos it would be great to see some more...