brennor

joined 2 years ago
[–] brennor@kbin.social 4 points 1 year ago (1 children)

I'm only just getting into flashlights recently. I'm currently using an fc11 as my edc and have been very happy with it. It is definitely my most used recent light.

[–] brennor@kbin.social 2 points 2 years ago

Awesome to see 2000 subscribers. I'm just a lurker, but great to see the growth.

[–] brennor@kbin.social 13 points 2 years ago (1 children)

I take the latter approach -- a single PostgreSQL database service for all other containers to use. That allows me to concentrate memory/CPU to a single service and optimize for that. I've found that a single database service uses less total resources (especially memory) than running separate DB stacks for each service.