Hello, it's me again, with a new Ubuntu 24.04 issue
I followed this guide https://ploi.io/documentation/server/change-swap-size-in-ubuntu to increase the size of my swap file. I used the following commands:
Then I opened System Monitor to verify the changes: all good. I thought that's it. But unfortunately when I restart my PC the changes are reset to default. What could I do to change swap file size permanently?
In case you are wondering why I need this: when I render a video in Kdenlive a huge amount of RAM & Swap memory is being used. This didn't happen in Ubuntu 22.04, I don't know what's going on.
I followed this guide https://ploi.io/documentation/server/change-swap-size-in-ubuntu to increase the size of my swap file. I used the following commands:
Code:
sudo swapoff -a
sudo fallocate -l 10G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
Then I opened System Monitor to verify the changes: all good. I thought that's it. But unfortunately when I restart my PC the changes are reset to default. What could I do to change swap file size permanently?
In case you are wondering why I need this: when I render a video in Kdenlive a huge amount of RAM & Swap memory is being used. This didn't happen in Ubuntu 22.04, I don't know what's going on.
Last edited: