---
title: "Recommended Server Resources"
source: "https://docs.nexcess.com/software/kadence/recommended-server-resources/"
description: "When working with WordPress, ensuring that your server's settings meet the minimum requirements is essential for a seamless experience on both the front end and…"
vertical: "Software"
area: "Kadence"
date: "2025-01-13"
last_modified: "2026-07-02"
---

# Recommended Server Resources

When working with WordPress, ensuring that your server’s settings meet the minimum requirements is essential for a seamless experience on both the front end and back end of your website. Common errors, such as those related to WP memory limits, upload sizes, or maximum execution times, often stem from insufficient server resources allocated to your site.

Recommended Server Settings

Here you’ll find a chart detailing the recommended **minimum** resource values. When troubleshooting Kadence, it’s crucial to confirm that your server meets or exceeds these minimum requirements. For larger websites such as e-commerce sites, you may need to adjust these values beyond these recommendations to accommodate increased demands.

You should ensure you are using the recommended server resources for WordPress. These values can often times be modified by editing your `php.ini` file.   
  
You can either modify these manually or contact your hosting provider to ensure these requirements are met.

| **Server Setting** | **Value** |
|---|---|
| PHP Memory Limit | 512MB |
| Max Post Size | 50MB |
| WP Memory Limit | 256MB |
| WP Max Memory Limit | 512MB |
| Max Upload Size | 50MB |
| Max Input Vars | 5000 |
| Max Execution Time | around 300 |

Checking Your Server Settings

One way to check your current server settings is to use the **WordPress Site Health** tool. To access this tool, click on **Tools** → **Site Health**. Then click on the **Info** tab. Here you’ll have access to several areas of information.

The settings you’ll need to check can be found under two separate sections:

![Site Health - Info tab](https://docs.nexcess.com/wp-content/uploads/2026/06/site-health-info-tab.png)

Server Section

In this section, you’ll find settings such as:

- PHP max input variables *(Max Input Vars)*
- PHP time limit *(Max Execution Time*)
- PHP memory limit
- Upload max filesize *(Max Upload Size)*
- PHP post max size *(Max Post Size)*

![WordPress Health Check - Server Settings](https://docs.nexcess.com/wp-content/uploads/2026/06/Screenshot-2025-09-02-at-10.11.23-AM.png)

WordPress Constants Section

In this section, you’ll find settings such as:

- WP\_MEMORY LIMIT
- WP\_MAX\_MEMORY\_LIMIT

![Site Health - Info tab - WordPress section](https://docs.nexcess.com/wp-content/uploads/2026/06/Screenshot-2025-04-23-at-3.31.40-PM.png)

For more information regarding WordPress memory limits, please see: [Editing wp-config.php](https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#increasing-memory-allocated-to-php) in the WordPress Advanced Administration Handbook.
