Skip to content
daniel@cosenza:~/blog

tag

#memory

7 posts

WSLDeep Dive August 10, 2026 2 min read

How WSL2 Actually Manages Memory (and Why vmmem Grows)

WSL2's lightweight VM claims memory dynamically as Linux processes need it — but historically gave that memory back to Windows only reluctantly. Here's what's actually happening, and what you control via .wslconfig.

#deep-dive#wsl2#memory
Read more
WSLFix August 5, 2026 3 min read

Fixing High vmmem Memory Usage in WSL2

Task Manager shows vmmem consuming several gigabytes of RAM, even when you're not actively using WSL. Here's how to actually diagnose what's holding that memory, and how to cap it properly.

#fix#wsl2#memory
Read more
FreeDOSHow-To July 11, 2026 2 min read

How to Set Up a RAM Disk on FreeDOS

A complete walkthrough configuring a RAM disk with the built-in RAM driver — a fast, volatile drive letter backed entirely by memory, useful for temporary files and speeding up disk-heavy tasks.

#howto#ramdisk#memory
Read more
FreeDOSHow-To July 10, 2026 2 min read

How to Build a TSR-Aware Batch Menu System on FreeDOS

A complete walkthrough building a batch-file boot menu that correctly manages memory-hungry TSRs — loading only what a chosen task actually needs, freeing conventional memory for everything else.

#howto#batch-files#tsr
Read more
SRE & DevOpsFix July 7, 2026 3 min read

Fixing OOMKilled Containers with Correct Resource Limits

A container gets killed repeatedly with reason OOMKilled, even though the application 'shouldn't' need that much memory. Here's how to find its actual peak usage and set limits that reflect reality instead of guesses.

#fix#kubernetes#memory
Read more