qui@quitaxd.online to linuxmemes@lemmy.worldEnglish · 22 天前32GB Ram and Linuxquitaxd.onlineexternal-linkmessage-square156fedilinkarrow-up11.42Karrow-down112
arrow-up11.4Karrow-down1external-link32GB Ram and Linuxquitaxd.onlinequi@quitaxd.online to linuxmemes@lemmy.worldEnglish · 22 天前message-square156fedilink
minus-squaremiss phant@lemmy.blahaj.zonelinkfedilinkarrow-up8·22 天前When I started hitting OOMs I just downloaded free ram. (Modifying my zram-generator config to use 1.5x my ram size instead of the measly 4GB – uncompressed – default. Seriously it’s worth looking into, though default depends on your distro)
minus-squareGrian@lemmy.worldlinkfedilinkarrow-up1·6 天前Can’t you just add swap? I think you can run some apps purely on swap and keep your ram for vscode only
minus-squaremiss phant@lemmy.blahaj.zonelinkfedilinkarrow-up2·6 天前zram is swap on ram, it works by compressing parts of the ram when you run low and it’s much faster than traditional disk-based swap.
When I started hitting OOMs I just downloaded free ram.
(Modifying my zram-generator config to use 1.5x my ram size instead of the measly 4GB – uncompressed – default. Seriously it’s worth looking into, though default depends on your distro)
Can’t you just add swap?
I think you can run some apps purely on swap and keep your ram for vscode only
zram is swap on ram, it works by compressing parts of the ram when you run low and it’s much faster than traditional disk-based swap.