Portal Home > Knowledgebase > Technical Questions > Can I add swap memory on Linux VPS?

Can I add swap memory on Linux VPS?

Swap files or partitions are not supported on our Linux VPS plans.

All of our plans come with fully dedicated memory and your application/software would not need any swap memory to perform.

Swap memory is an old workaround tactic which was invented back when computer memory was expensive.

The main idea behind it is to use a portion of disk space as memory when your computer is out of memory. Disks are hundred times slower than random access memory.

On Virtuozzo 7 (The virtualzation technology we utilize for Linux VPS product line), swap memory will slow down your applications without any good reason by taking a portion of your actual fast memory and make it slower artificially.

If you really need more memory for your applications, then you could simply upgrade to the next plan.

To upgrade, simply go to your Client Area -> Services -> Details and click Upgrade/Downgrade tab to list all of our eligable plans.

Upgrades and downgrades will be instant and completely transparent to you without any reboots or downtime.
Was this answer helpful?
Kubernetes support on VPSDime Services

Full-stack k8s Kubernetes is not supported on our Linux VPS plans, as with the OpenVZ 7...

How can I enable FUSE?

For Linux VPS line, FUSE / SSHFS is enabled by default. You don't need to run modprobe. This will...

How can I enable PPP?

PPP is enabled on our plans by default.

Can I run Docker on my VPS?

Docker is fully supported for our Linux VPS and Premium VPS plans.It has been enabled by default...

Docker requires br_netfilter. How can I load this module?

br_netfilter module is already enabled on your VPS.There's a couple of different things you can...