Advanced VPS Memory Extension Engine.
More RAM. Zero Cost. No Bullshit.
Proven Linux memory technologies combined into a single, intelligent system that adapts in real time.
Compressed block device inside RAM. ~2.5:1 compression ratio — a secret pocket dimension in your memory.
SSD-aware disk swap as overflow. Auto-detects SSD vs HDD. NVMe swap is fast enough for most workloads.
Optimizes swappiness, vfs_cache_pressure, overcommit, and dirty ratios for your specific workload.
Systemd daemon monitors memory pressure in real-time. Adjusts from relaxed → balanced → aggressive → critical.
Auto-detects hardware and configures itself. From 256MB micro instances to 128GB+ enterprise boxes.
| Your RAM | ZRAM | Swap | Effective |
|---|---|---|---|
| 512 MB | 768 MB | 1.5 GB | ~2.7 GB |
| 1 GB | 1.25 GB | 2 GB | ~4.2 GB |
| 2 GB | 2 GB | 3 GB | ~7 GB |
| 4 GB | 3 GB | 4 GB | ~11 GB |
| 8 GB | 4 GB | 6 GB | ~18 GB |
| 16 GB | 5.6 GB | 8 GB | ~30 GB |
| 32 GB | 8 GB | 11 GB | ~51 GB |
| 64 GB | 9.6 GB | 16 GB | ~90 GB |
Step-by-step guides for every major cloud and VPS provider. SSH in, paste, done.
ssh root@your-ip
curl -sL ramup.io/install | bash
ssh root@your-ip
curl -sL ramup.io/install | bash
ssh root@your-ip
curl -sL ramup.io/install | bash
ssh root@your-ip
curl -sL ramup.io/install | bash
ssh -i key.pem ec2-user@your-ip
sudo bash -c "$(curl -sL ramup.io/install)"
gcloud compute ssh instance
curl -sL ramup.io/install | bash
ssh -i key opc@your-ip
curl -sL ramup.io/install | bash
ssh root@your-ip
curl -sL ramup.io/install | bash
ssh root@your-ip
curl -sL ramup.io/install | bash
ssh azureuser@your-ip
sudo bash -c "$(curl -sL ramup.io/install)"
ssh root@your-ip
curl -sL ramup.io/install | bash
ssh root@your-ip
curl -sL ramup.io/install | bash
ssh root@your-ip
curl -sL ramup.io/install | bash
ssh root@your-ip
curl -sL ramup.io/install | bash
ssh root@your-ip
curl -sL ramup.io/install | bash
ssh root@your-ip
curl -sL ramup.io/install | bash
ssh root@your-ip
curl -sL ramup.io/install | bash
ssh root@your-ip
curl -sL ramup.io/install | bash
ssh root@your-ip
curl -sL ramup.io/install | bash
ssh root@your-ip
curl -sL ramup.io/install | bash
ssh root@your-ip
curl -sL ramup.io/install | bash
# Render runs containers, not raw SSH.
# Use ramup in a custom Docker image:
FROM ubuntu:22.04
RUN curl -sL ramup.io/install | bash
COPY . /app
CMD ["./start.sh"]
# Railway runs containers via Nixpacks.
# Use a custom Dockerfile with RAMUP:
FROM ubuntu:22.04
RUN curl -sL ramup.io/install | bash
COPY . /app
CMD ["./start.sh"]
# Fly uses Firecracker VMs.
# Add RAMUP to your Dockerfile:
FROM ubuntu:22.04
RUN curl -sL ramup.io/install | bash
COPY . /app
CMD ["./start.sh"]
# Koyeb runs containers.
# Include RAMUP in your build:
FROM ubuntu:22.04
RUN curl -sL ramup.io/install | bash
COPY . /app
CMD ["./start.sh"]
# Heroku uses dynos (containers).
# Custom buildpack or Dockerfile:
FROM ubuntu:22.04
RUN curl -sL ramup.io/install | bash
COPY . /app
CMD ["./start.sh"]
# App Platform runs containers.
# Build RAMUP into your image:
FROM ubuntu:22.04
RUN curl -sL ramup.io/install | bash
COPY . /app
CMD ["./start.sh"]
# Cloud Run runs containers.
# Include RAMUP in your build:
FROM ubuntu:22.04
RUN curl -sL ramup.io/install | bash
COPY . /app
CMD ["./start.sh"]
# App Runner uses containers.
# Build RAMUP into your image:
FROM ubuntu:22.04
RUN curl -sL ramup.io/install | bash
COPY . /app
CMD ["./start.sh"]
# ACI runs containers.
# Include RAMUP in your build:
FROM ubuntu:22.04
RUN curl -sL ramup.io/install | bash
COPY . /app
CMD ["./start.sh"]
# Modal runs serverless functions.
# Use RAMUP in your container image:
import modal
app = modal.App("my-app")
image = modal.Image.from_dockerfile("Dockerfile")
ssh -i key opc@your-ip
curl -sL ramup.io/install | bash
ssh -i key ec2-user@your-ip
sudo bash -c "$(curl -sL ramup.io/install)"
gcloud compute ssh instance
curl -sL ramup.io/install | bash
ssh azureuser@your-ip
sudo bash -c "$(curl -sL ramup.io/install)"
ssh root@your-ip
curl -sL ramup.io/install | bash
ssh root@your-ip
curl -sL ramup.io/install | bash
30+ commands for install, optimization, monitoring, Docker, health checks, and backups.
install — Install & activate
uninstall — Remove & restore
status — Memory status card
monitor — Live dashboard
on / off — Enable / disable
analyze — Memory analysis
predict — Exhaustion forecast
watch — Leak detection
top — Interactive viewer
tune — Auto-tune workload
docker-opt — Optimize memory
docker-limit — Container limits
docker-stats — Memory statistics
backup — Create backup
restore — Restore backup
rollback — Undo changes
health — 8-point check
logs — Activity logs
Any distro. Any virtualization. Any architecture.
Copy, paste, done. Your VPS memory is extended.
Requires root · Linux · Kernel 3.14+
Then: cd ramup/ramup && sudo bash install.sh