Understanding your hosting plan's resource limits
What 'NVMe storage', 'inodes', 'concurrent processes', and 'CPU limits' actually mean, and when you'll hit them.
What 'NVMe storage', 'inodes', 'concurrent processes', and 'CPU limits' actually mean, and when you'll hit them.
Every hosting plan has limits. Some are obvious (disk space). Others are less obvious but matter more (concurrent processes, inodes). This article explains what each one means and when it actually matters.
The headline number. 3 GB on Starter, 6 GB on Standard, 7 GB on Business, scaling up from there. Two notes:
When you’re at 80% of quota, we email you. At 95%, things start to break — most commonly, MySQL can’t write to the database log, so dynamic pages fail.
An inode is, roughly, one filesystem entry — each file or folder counts as one. Why does anyone care? Because some sites accumulate huge numbers of small files (WordPress cache plugins are the worst offenders) without using much actual disk space.
Inode limits vary by plan but are generous. The two situations that cause problems:
If you’re getting “out of disk” errors but storage shows fine, open a ticket — we’ll check inode usage.
This is where shared hosting myths live. Specifically: shared plans don’t give you a fixed “CPU percentage” — they give you a slice of a shared pool with limits on:
In practice this means: a normal WordPress site serving 100 visitors an hour never hits these limits. A site getting a sudden traffic spike from a viral social media post might. WooCommerce on a cheap plan during a sale day definitely will.
Signs you’re hitting CPU/RAM limits:
The solution is usually: optimise (caching, fewer plugins) or upgrade. If you’re consistently hitting limits on Standard, Business is sized for that load.
We don’t publish a hard monthly bandwidth limit because for 99% of customers it’s a non-issue. We monitor for abuse — if your single account is doing 10 TB/month of outbound, we’ll have a conversation — but a normal small business website never gets near anything we’d flag.
This is different from some competitors who advertise “unlimited bandwidth” then throttle after a certain volume. We don’t throttle; if you’re using legitimately a lot, we’ll talk about whether you should be on a different tier or a VPS.
To prevent spam abuse, we cap outbound email at 30 messages per hour per account. This is way more than any normal small business sends manually — but it’s a hard ceiling for bulk mailers.
If you need to send newsletters, abandoned cart sequences, or transactional volume above this, don’t use your hosting account’s SMTP. Use a dedicated transactional service like Postmark, Mailgun, SendGrid, or AWS SES. They have proper IP reputation management and your deliverability will be much better anyway.
Honest signs you’ve outgrown your current plan:
The path is usually: Starter → Standard for growth → Business when traffic is sustained → E-commerce when you’re running a real store. We can move you between tiers without downtime — open a ticket.
Let us know — or open a ticket if you're still stuck.