Phil Frost

Results 45 comments of Phil Frost
trafficstars

> Do you think HA will merge a PR that bypasses their paid for method though? We'll see. It's not as if I'm giving away some secret sauce here. If...

Here are the corresponding changes to Haaska: https://github.com/auchter/haaska/pull/109 A bit rough around the edges: certainly some more cleanup and simplification can happen, but it works.

I guess "Geometry check performed on the model" means Part -> Check Geometry in FreeCAD? If so, did that. If not, please link instructions and I'll be glad to do.

A couple shortcomings I know of: - the geometry of the threads is not exactly right. I'm no mechanical engineer and researching exactly what the geometry should be seemed like...

@aris-kimi if you wouldn't mind reviewing this model also

See #874. I changed the RDS provider to store an SHA1 hash of the password. That said, I'm not sure I'd agree that it's Terraform's responsibility to protect data in...

I'd like to share some observations, though I can't say I have a good solution to offer yet, other than to set a memory limit equal to the memory request...

Kubernetes resource limits are implemented with cgroups. It is intended for cgroups to limit all RAM, including cache. If you want to use available RAM as cache, you must set...

@kinghrothgar [`LimitRSS` doesn't do anything on Linux](https://www.freedesktop.org/software/systemd/man/systemd.exec.html#Process%20Properties). I suggest making your pod's memory request and limit equal. This will prevent the pod from being evicted. Yes, this means if there's...

Assuming a process has data on disk that is too large to fit entirely in cache, there is no useful metric such as "max cache usage". Once a disk block...