More RAM. Zero Cost. No Bullshit.
Advanced VPS Memory Extension Engine β Works with ANY RAM size. Any distro. Any VPS.
π Website Β· Commands Β· VPS Guides
RAMUP is a Linux memory extension engine that makes your cheap VPS behave like it has way more RAM β for free. It combines ZRAM, smart swap, kernel tuning, and a real-time auto-adjust daemon to squeeze maximum performance out of minimal hardware.
Your VPS (4GB RAM) β After RAMUP β ~11GB Effective RAM
Cost: $0
Time: 30 seconds
No kernel modifications. No proprietary software. Just proven Linux features, automated and optimized.
One-liner:
curl -sL ramup.io/install | bashOr clone and install:
git clone https://github.com/Atum246/ramup.git
cd ramup/ramup
sudo bash install.shVerify:
ramup statusssh root@your-ip
curl -sL ramup.io/install | bash- Best plan: $4/mo droplet (1GB β ~4.2GB effective)
- All plans use SSD. "Regular" CPU for best ZRAM compression.
ssh root@your-ip
curl -sL ramup.io/install | bash- Best plan: $2.50/mo (512MB β ~2.7GB effective)
- NVMe on all plans β swap is blazing fast. High Frequency instances get even better ZRAM.
ssh root@your-ip
curl -sL ramup.io/install | bash- Best plan: β¬3.29/mo CX22 (2GB β ~7GB effective)
- Best value in Europe. NVMe on all plans. ARM (CAX) plans work perfectly too.
ssh root@your-ip
curl -sL ramup.io/install | bash- Best plan: $5/mo Nanode (1GB β ~4.2GB effective)
- NVMe on newer plans. Enable Backups for extra safety.
ssh -i key.pem ec2-user@your-ip
sudo bash -c "$(curl -sL ramup.io/install)"- Best plan: t4g.micro (free tier eligible, 1GB β ~4.2GB)
- t2/t3/t4g all work. ARM Graviton (t4g) is great. Use gp3 EBS for swap speed.
gcloud compute ssh instance
curl -sL ramup.io/install | bash- Best plan: e2-micro (free tier, 1GB β ~4.2GB)
- e2-micro is free forever. Use SSD persistent disks for swap.
ssh -i key opc@your-ip
curl -sL ramup.io/install | bash- Best plan: Always Free ARM (4 cores, 24GB) or AMD (1 core, 1GB)
- Best free tier in cloud. AMD instance benefits most from RAMUP.
ssh azureuser@your-ip
sudo bash -c "$(curl -sL ramup.io/install)"- Best plan: B1s (free tier, 1GB β ~4.2GB)
- B-series burstable benefits most. Use Premium SSD β Standard HDD is too slow.
ssh root@your-ip
curl -sL ramup.io/install | bash- Best plan: VPS S β¬4.99/mo (4GB β ~11GB effective)
- Known for cheap RAM-heavy plans. RAMUP makes them unbeatable value.
ssh root@your-ip
curl -sL ramup.io/install | bash- Best plan: t6 burstable 1GB β ~4.2GB effective
- All ECS types work. Use Enhanced SSD (ESSD) for swap.
ssh root@your-ip
curl -sL ramup.io/install | bash- Best plan: DEV1-S β¬7.99/mo (4GB β ~11GB effective)
- French cloud. NVMe on all plans. Global data centers.
ssh root@your-ip
curl -sL ramup.io/install | bash- Best plan: β¬7/mo 2GB β ~7GB effective
- MaxIOPS storage is extremely fast β swap performance is excellent.
ssh root@your-ip
curl -sL ramup.io/install | bash- Best plan: β¬3.50/mo β ~4.2GB effective
- Huge European provider. NVMe on recent plans. Anti-DDoS included.
ssh root@your-ip
curl -sL ramup.io/install | bash- Best plan: $5.99/mo 1GB β ~4.2GB effective
- Budget-friendly. NVMe storage. KVM virtualization.
ssh root@your-ip
curl -sL ramup.io/install | bash- Best plan: $4/mo 1GB β ~4.2GB effective
- 13 global data centers. 30-day free trial.
ssh root@your-ip
curl -sL ramup.io/install | bash- Best plan: ~$10.50/mo 1GB β ~4.2GB
- Custom CPU/RAM/SSD sizing. Pay-per-use. Swiss-based.
ssh root@your-ip
curl -sL ramup.io/install | bash- Best plan: $6/mo 1GB β ~4.2GB
- Price lock guarantee β rate never increases. SSD storage.
ssh root@your-ip
curl -sL ramup.io/install | bash- Best plan: $10.98/year 1GB β ~4.2GB!
- Insanely cheap yearly plans. Great for hobby projects.
ssh root@your-ip
curl -sL ramup.io/install | bash- Best plan: $6.99/mo 1GB β ~4.2GB
- Turbo servers with NVMe. "Anytime" money-back guarantee.
ssh root@your-ip
curl -sL ramup.io/install | bash- Best plan: $10/mo 1GB β ~4.2GB
- Managed VPS. SSD storage. Unlimited bandwidth.
For PaaS providers without SSH access, build RAMUP into your Docker image:
FROM ubuntu:22.04
RUN curl -sL ramup.io/install | bash
COPY . /app
CMD ["./start.sh"]Works with: Render, Railway, Fly.io, Koyeb, Heroku, DigitalOcean App Platform, Google Cloud Run, AWS App Runner, Azure Container Instances, Modal.
| Provider | Free Offering | RAM | With RAMUP |
|---|---|---|---|
| Oracle Cloud | Always Free | 24GB ARM / 1GB AMD | 24GB / ~4.2GB |
| AWS | 12 months | 1GB (t2.micro) | ~4.2GB |
| GCP | Forever | 1GB (e2-micro) | ~4.2GB |
| Azure | 12 months | 1GB (B1s) | ~4.2GB |
| Vultr | $250 credit / 30 days | Any | Any |
| Hetzner | β¬20 credit | Any | Any |
Creates a compressed block device inside your RAM. Data gets compressed at ~2.5:1 ratio.
SSD-aware disk swap as overflow. Auto-detects SSD vs HDD. NVMe swap is fast enough for most workloads.
Optimizes vm.swappiness, vm.vfs_cache_pressure, vm.overcommit_memory, and dirty ratios.
Systemd daemon monitors memory pressure in real-time: Low β Medium β High β Critical.
| Your RAM | ZRAM | Swap | Effective |
|---|---|---|---|
| 512MB | 768MB | 1.5GB | ~2.7GB |
| 1GB | 1.25GB | 2GB | ~4.2GB |
| 2GB | 2GB | 3GB | ~7GB |
| 4GB | 3GB | 4GB | ~11GB |
| 8GB | 4GB | 6GB | ~18GB |
| 16GB | 5.6GB | 8GB | ~30GB |
| 32GB | 8GB | 11GB | ~51GB |
| 64GB | 9.6GB | 16GB | ~90GB |
β οΈ "Effective" includes ZRAM + swap. ZRAM β real RAM; swap on disk is slower.
ramup install # Install and activate
ramup uninstall # Remove and restore
ramup status # Memory status card
ramup monitor # Live dashboard
ramup on / off # Enable / disableramup tune # Auto-tune for workload
ramup optimize # Deep optimization
ramup profile <name> # Profile by process
ramup fix # Auto-fix issues
ramup boost # Instant boostramup analyze # Memory analysis
ramup predict # Exhaustion forecast
ramup watch <process> # Leak detection
ramup top # Interactive viewerramup docker-opt # Optimize Docker
ramup docker-limit # Container limits
ramup docker-stats # Container statsramup health # 8-point check
ramup benchmark # Performance test
ramup sysinfo # System info
ramup services # Services by memoryramup backup # Create backup
ramup restore # Restore backup
ramup rollback # Undo changes
ramup logs # Activity logs| Flag | Description |
|---|---|
--force |
Skip confirmations |
--quiet |
Minimal output |
--verbose |
Extra logging |
--dry-run |
Preview changes |
--aggressive |
Max performance |
--safe |
Conservative mode |
--json |
JSON output |
| Category | Support |
|---|---|
| Distros | Ubuntu, Debian, CentOS, RHEL, Fedora, Arch, Alpine |
| Kernels | Linux 3.14+ |
| Virtualization | KVM, OpenVZ, VMware, Hyper-V, Xen, bare-metal |
| Storage | SSD, NVMe, HDD |
| Architectures | x86_64, ARM (aarch64) |
| RAM Range | 256MB to 128GB+ |
- πΈ Backup First β Full backup before changes
- π§± Proven Tech β Standard Linux features only
- βͺ One-Command Rollback β
ramup offorramup restore - π‘οΈ Safe OOM β Never kills apps unexpectedly
- π Full Logging β Every action logged
- π Upgrade-Safe β Clean upgrades over existing installs
- "Effective" RAM β "Real" RAM β ZRAM β real RAM; swap on disk is slower
- Swap on HDD is slow β Use SSD/NVMe for swap
- Overcommit risks β
vm.overcommit_memory=1may trigger OOM killer - Not a replacement for real RAM β Helps survive spikes, not sustained pressure
MIT License β see LICENSE for details.
π’ RAMUP β More RAM. Zero Cost. No Bullshit.
Website Β· GitHub Β· Issues