I…I think you’re supposed to use uncooked rice for this. What you do with it afterwards is no-one’s business but you’re own.
notabot
- 0 Posts
- 12 Comments
Good grief! Please mark this NSFW. You can’t just go posting pictures like that without warning.
/insert train carriage copypasta here
I thought you were joking, but I had to check, and, no, there really is a character called Dogwelder.
Text it to both people. See who gets home first.
- notabot@piefed.socialtoLemmy Shitpost@lemmy.world•The line cook quietly handed me thisEnglish1·5 days ago
I don’t know what the average throughput of a human is, or how long people typically spend drinking at costco, but it still seems like that’s more liquid than you could get through them in a reasonable meal break.
- notabot@piefed.socialtoLemmy Shitpost@lemmy.world•The line cook quietly handed me thisEnglish3·5 days ago
That’s for a family, right?
Right?
How do you physically fit that much liquid in to a functioning human?
Oh go on, as a treat you can go to and fro, or back and forth, but not both, you understand? Well, ok, maybe just a little.
He’s none of those, he just tilts from side to side.
- notabot@piefed.socialtoSelfhosted@lemmy.world•Why is my home server using so much RAM for cache + buffer?English3·9 days ago
The cache usage being higher on a server than a laptop seems fairly likely as more disk accesses are occurring. When data is loaded from disk, the linux kernel will keep it in memory even after the original requester is done with it, on the principal that it might need it again. This is the cache you’re seeing. If the kernel detects high memory utilisation it will free cache pages before anything else, so you actually want to see near 100% memory utilisation all the time, as it means fewer accesses to disk.
The swap usage is harder to diagnose without more detailed diagnostic work, but you can see from the graph you posted that, even what swap is being used, you have a little free memory. This may well be the kernel preemptively moving little used memory pages to the swap cache so tgat they can be evicted from memory quickly if needed. You could investigate thus by adjusting the ‘swapiness’ value closer to 0, to see if that delays the swap usage and reduces the peak.
- notabot@piefed.socialtoLemmy Shitpost@lemmy.world•All aboard the Pythagorean ExpressEnglish3·9 days ago
That is an acute observation.
- notabot@piefed.socialtoSelfhosted@lemmy.world•Why is my home server using so much RAM for cache + buffer?English341·9 days ago
Seeing high cache and buffer numbers is usually a good sign, as it means the system is making full use of the memory you have. It’ll automatically deallocate it if something actually needs the memory, but until then it’s using it to store data you might need.
Swap’s a funny one, and whilst you can tune it to an astonishing degree, the decisions the kernel makes aren’t always what you’d want. With this little actual memory usage, compared to the installed RAM, you might be able to run without swap at all, unless you want something like hibernate. If you want to test that, you can run (as root)
swapoff -a, which should disable all swap devices, pushing needed pages back in to RAM, but only until you reboot. If it’s stable, you can consider removing the swap partition(s) later.
If it’s a c-section they don’t sedate the mother if at all possible, because it can sedate the baby too. It takes them a lot longer to recover from, and increases risk a fair bit.