Jeff Geerling

Results 1291 comments of Jeff Geerling

Just adding a note here that `:delegated` is about 2x slower than using an NFS-mounted volume (at least in my Drupal 8 testing), about the same (2x slower) than using...

> You don't necessarily need to do this. You just need to if you want more inotify watches than what you get by default. I guess I'm unclear on what...

True true, not everyone's PHP or other non-Drupal projects have zillions of dependencies with hundreds of files each :) FYI I made my private codebase public so I can share...

The PR is close, but you also have to add `volumes` in v3 with a named volume, and reference it in any of the containers that will _use_ it. For...

Ah, I should probably add some notes about my use of Cura. I did get it working with OctoLapse, after following these directions to add some Start G-Code: https://github.com/FormerLurker/Octolapse/wiki/V0.4---Automatic-Slicer-Configuration#if-you-are-using-cura-follow-these-steps

@mglaman - Haha I thought of you when I started writing this repo's README! I'm using that giant flap on the right side, I just peeled back a tiny bit...

I just created the following issue upstream, to see if anyone has further ideas to help figure out why the initial idea didn't work: https://github.com/kubernetes/kubernetes/issues/95492

I'm going to run another cluster and get a time series graph of how long it takes per Job: ``` watch -n5 "kubectl get jobs -l type=50k --field-selector status.successful=1 |...

I also asked Linode via support ticket here: https://cloud.linode.com/support/tickets/14647575 (have to be logged in as me to view ;).

@markrity - Don't worry, I'll keep things updated here :)