Shared Hosting Resource Limits
Each Shared Hosting account includes resource limits to prevent a single user from impacting others. Here’s what each limit means:
- CPU: The percentage shown maps to one full CPU core reserved for your account.
- Memory: Maximum physical RAM you can consume before processes are terminated.
- Entry Processes (EP): Number of concurrent processes handling web requests (PHP, MySQL, etc.). This does not limit how many visitors can view your site—it only limits simultaneous backend processes.
- NPROC: Maximum number of total processes you can spawn.
- IOPS: Read/write operations allowed per second.
- Inodes: Total count of files you may store. Hitting this cap means you must delete files before creating more.