richardm1
richardm1
Still an issue with vCenter 6.7U3f. Importing the OVA directly into an ESXi host seems to work OK.
> > > How did you get it working on ESXi? It's asking for a `NAT Network` which doesn't exist in ESXi. Then you get "Host did not have any...
From https://libvirt.org/formatstorage.html: _Some pools support optional features:_ ``` ``` _Valid features are: cow Controls whether the filesystem performs copy-on-write (COW) for images in the pool. This may only be set...
Have a look at `ExecStartPre` and `ExecStartPost` and `ExecStartCondition` [here](https://www.freedesktop.org/software/systemd/man/systemd.service.html). One might add these to the `/usr/lib/systemd/system/btrbk.service` unitfile. I've yet to try this but I might soon if I can't...
> Btrbk service file? As far as I know btrbk runs when you or your script executes "btrbk". Why would you install it as a service running in the background?...
I'm wondering if there's room for further optimization. During a safetensor checkpoint load I would expect my SATA SSD to be fully saturated (100% disk active time and disk queue...
I've tried A1111 both ways -- it fully saturates the disk with 520-540MB/s throughput regardless of memmap. Regarding Comfy I've just installed **comfyui-faster-loading** and it is indeed significantly faster. I...
Wondering if this [read access pattern](https://github.com/Acly/krita-ai-diffusion/issues/1110#issuecomment-2318391993) rings any bells.
So I got tired of managing my AI stuff spread across four drives. It now lives on a server at the other end of 10Gb Ethernet. I'm doing iSCSI from...
> Just as a note: Flux GGUF files have the same issues on some systems and unlike with the safetensors memmap (workaround here: https://github.com/nonnonstop/comfyui-faster-loading ), there is no current workaround...