FUTURE POSTS
- Partial writes, IO_Uring and safety - about one day from now
- Configuration values & Escape hatches - 4 days from now
- What happens when a sparse file allocation fails? - 6 days from now
- NTFS has an emergency stash of disk space - 8 days from now
- Challenge: Giving file system developer ulcer - 11 days from now
And 4 more posts are pending...
There are posts all the way to Feb 17, 2025
Comments
I love the concept of working in VMs, whereby not having to "muck" with your core "host" OS.
However, I always end up finding the performance too slow (I have used VMWare Workstation so far). I usually have 4GB of RAM in a high end laptop and dedicate about 2GB to the guest OS. Forget about having more than one VM running at a time - impossible performance...
I am genuinely interested in finding out whether you can actually effectively work in VMs to do serious development. If so, I wonder what I could be doing differently or better to get acceptable performance... Are there any "gotcha" pointers?
Thanks
Tolga,
I did development on a 512MB VM in a 1GB second hand laptop. It works, not fun, but it works.
I tend to do most of my dev on the host machine, with the VM serving as servers, integration and CI
Comment preview