yeah, that phrase grinds my gears. If you heard from a supposed professional that they only do the bare minimum to get a pass, you'd never hire their services. It's at best disrespectful with your colleagues who give a shit and have standards.
- Posts
- 11
- Comments
- 925
- Joined
- 3 yr. ago
- Posts
- 11
- Comments
- 925
- Joined
- 3 yr. ago
Selfhosted @lemmy.world Jellyfin to quadruple their prices following Plex's price increases
Selfhosted @lemmy.world 18-Year-Old NGINX Rewrite Module Flaw Enables Unauthenticated RCE
Selfhosted @lemmy.world Dirty Frag: Universal Linux LPE - CVE similar to Copy Fail
Programming @programming.dev "The Git Commands I Run Before Reading Any Code"
Selfhosted @lemmy.world Self-hosted voice assistant with mobile app
VS Code @programming.dev VS Code Release 1.100
VS Code @programming.dev VS Code January 2025 (version 1.97)
VS Code @programming.dev VS Code Release 1.94
VS Code @programming.dev VS Code | January 2024 Release | 1.86
Technology @lemmy.world SSH protects the world’s most sensitive networks. It just got a lot weaker
Technology @lemmy.world "Slack’s biggest redesign ever tries to tame the chaos of your workday"







No point in messing with swappiness settings, trust me. You want to address the reason this happens in the first place, not disable to reduce swap.
I've had a nearly identical scenario at work. The reason? A data verification process that went through 100s of thousands of files to run their checksums and check integrity. This was working as intended, but the system alerts were firing because of that high buffer/cache utilization. So check which processes have highest IO and you might find the answer. Swap is just a side effect.