qui@quitaxd.online to linuxmemes@lemmy.worldEnglish · 1年前32GB Ram and Linuxquitaxd.onlineimagemessage-square152fedilinkarrow-up11.44Karrow-down112
arrow-up11.43Karrow-down1image32GB Ram and Linuxquitaxd.onlinequi@quitaxd.online to linuxmemes@lemmy.worldEnglish · 1年前message-square152fedilink
minus-squaremiss phant@lemmy.blahaj.zonelinkfedilinkarrow-up8·1年前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·1年前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·1年前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.