Title: Memory Size Error Please Help
Last modified: August 19, 2016

---

# Memory Size Error Please Help

 *  [Hastimal](https://wordpress.org/support/users/hastimal/)
 * (@hastimal)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/memory-size-error-please-help/)
 * Hello Everyone
 *  I got this error while activating plugin in bulk.
 * Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate
   77824 bytes) in /home/hastisha/public_html/wp-admin/includes/user.php on line
   123
 * Thanks in advance

Viewing 1 replies (of 1 total)

 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/memory-size-error-please-help/#post-1624213)
 * Here are four ways to increase PHP’s memory allocation:
 *     ```
       1. If you have access to your PHP.ini file, change the line in PHP.ini
       If your line shows 32M try 64M:
       memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)
   
       2. If you don't have access to PHP.ini try adding this to an .htaccess file:
       php_value memory_limit 64M
   
       3. Try adding this line to your wp-config.php file:
       Increasing memory allocated to PHP
       define('WP_MEMORY_LIMIT', '64M');
   
       4. Talk to your host.
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Memory Size Error Please Help’ is closed to new replies.

## Tags

 * [plugin activation](https://wordpress.org/support/topic-tag/plugin-activation/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [James Huff](https://wordpress.org/support/users/macmanx/)
 * Last activity: [15 years, 9 months ago](https://wordpress.org/support/topic/memory-size-error-please-help/#post-1624213)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
