VPS Resource Profiles
DanubeData VPS instances are available in multiple resource profiles built on AMD Zen4 CPUs, DDR5 memory, and local NVMe storage. Each profile is offered in two CPU allocation types: Shared and Dedicated.
CPU Allocation Types
Shared vCPU
Shared plans run on the same physical cores as other instances with a 4:1 overcommit ratio. You can always burst to your full allocated vCPUs, but sustained CPU-heavy workloads may see variable performance. Shared plans cost roughly half of the equivalent dedicated plan — ideal for websites, development environments, and workloads with bursty CPU patterns.
Dedicated vCPU
Dedicated plans give you exclusive, guaranteed CPU cores with no oversubscription — consistent performance for production databases, CI runners, and compute-heavy applications.
Shared Profiles
| Profile | vCPUs (shared) | RAM | NVMe Disk |
|---|---|---|---|
| Nano | 2 | 2 GB | 20 GB |
| Micro | 3 | 4 GB | 40 GB |
| Small | 4 | 8 GB | 80 GB |
| Medium | 8 | 16 GB | 160 GB |
| Large | 16 | 32 GB | 320 GB |
Dedicated Profiles
| Profile | vCPUs (dedicated) | RAM | NVMe Disk |
|---|---|---|---|
| Nano | 2 | 2 GB | 40 GB |
| Micro | 3 | 4 GB | 80 GB |
| Small | 4 | 8 GB | 160 GB |
| Medium | 8 | 16 GB | 320 GB |
| Large | 16 | 32 GB | 640 GB |
Current prices for every profile are shown on the pricing page and in the create form.
Windows Server: Windows Server 2025 (BYOL) requires at least 2 vCPUs, 4 GB RAM, and 40 GB disk.
Custom Sizing
You're not limited to the fixed profiles. Toggle Customize on the create form (or on the Edit page of an existing VPS) to dial in exactly what you need:
- vCPUs and RAM — choose within the range available for your CPU type (Shared or Dedicated); RAM scales with vCPU count at a fixed ratio
- NVMe disk — grow beyond the profile's included storage; additional storage is billed per extra GB per month
- A live price estimate updates in real time as you adjust, so there are no surprises
Custom sizing respects plan minimums (for example, Windows Server needs at least 2 vCPUs, 4 GB RAM, and 40 GB disk). When editing an existing VPS, disk can be grown but not shrunk.
All Profiles Include
- NVMe SSD Storage — local NVMe for low-latency I/O
- Dedicated IPv4 & IPv6 — public addresses included
- Full Root Access — complete administrative control
- Firewall — free, per-instance firewall rules
- Private Networking — connect instances over private networks
- Automatic Snapshots — scheduled daily snapshots with retention
- DDoS Protection — automatic, always-on detection and mitigation, plus network-layer threat blocking
- Monitoring & Alerts — real-time metrics with 7-day history and configurable metric alerts
- VNC Console — browser-based graphical console access
Network & Traffic
- Every VPS adds 20 TB of included egress traffic per month to your team's pooled quota
- The quota is pooled across all your instances; unused traffic does not roll over
- Overage beyond the pooled quota is billed at €1.00/TB
- Traffic between your own resources over the private network is free
Choosing a Profile
- Nano/Micro — development, testing, small personal projects
- Small/Medium — production web applications, APIs, small databases
- Large — high-traffic applications, larger databases, build infrastructure
- Prefer Dedicated when you need consistent CPU performance (databases, CI, latency-sensitive services); prefer Shared for bursty or cost-sensitive workloads
Resizing
You can resize a VPS to a different profile:
- Navigate to your VPS instance
- Click Resize
- Select the new profile
- Confirm the resize operation
The VPS is powered off, resources are updated, and it is powered back on — typically a few minutes of downtime. Downgrades are only possible when the smaller profile's disk still fits your current usage; contact support if you're unsure.
Billing
- Hourly billing: the hourly rate is the monthly price divided by 730 hours
- Monthly cap: you never pay more than the monthly price
- No commitment: delete instances anytime and pay only for the hours used
- Resizes take effect immediately and billing adjusts from that hour
Monitoring Resource Usage
Use the built-in monitoring dashboard to track CPU, RAM, disk, and network usage. From inside the VM:
top # CPU usage
free -h # memory usage
df -h # disk usage
iostat -x 1 # disk I/O
Upgrade when you consistently hit 70–80% utilization.
Frequently Asked Questions
Can I customize my VPS profile?
Yes. Toggle Customize on the create form to fine-tune vCPUs, RAM, and disk beyond the fixed profiles, with a live price estimate — see Custom Sizing above. You can also change size later by resizing.
What happens if I exceed my resources?
- CPU: you can use up to your allocated vCPUs at any time (on shared plans, sustained usage competes with neighbors)
- Memory: exceeding RAM triggers the Linux OOM killer inside your VM
- Disk: you cannot exceed your allocated disk; attach a Volume for extra space
- Traffic: overage beyond the pooled quota is billed at €1.00/TB
Can I have multiple VPS with different profiles?
Yes — mix profiles and allocation types freely. Your account limits apply to the total number of instances.