Title: TablePress: Fatal Error &#8211; Memory Size
Last modified: January 19, 2017

---

# TablePress: Fatal Error – Memory Size

 *  Resolved [morts81](https://wordpress.org/support/users/morts81/)
 * (@morts81)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/tablepress-fatal-error-memory-size/)
 * I’m trying to upload a large csv file, it is approximately 13500 rows by 16 columns
   and it’s only going to get larger by the day as more data is added. I expect 
   that at the end it will likely be double the length.
 * However, I can’t manage to get tablepress to present this as a table at the current
   csv size, maybe the csv file is too large?
 * I get the following error code when I try preview the page:
 * **Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate
   72 bytes) in /home/content/p3pnexwpnas15_data03/15/3817715/html/wp-includes/formatting.
   php on line 2818**
 * Maybe I have passed the physical limit of what tablepress can handle? Any help
   would be appreciated.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/tablepress-fatal-error-memory-size/#post-8673487)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * You might indeed have reached the limit of memory that the PHP process on your
   server can handle.
    You have two options here: Please try increasing that PHP
   memory limit on the server, by increasing the value of the `WP_MEMORY_LIMIT` 
   constant in the wp-config.php file, e.g. to `512M`, via the instructions from
   [https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP](https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP)
   A better solution might be to switch to a newer version of PHP on the server.
   For example, PHP 5.6 or even PHP 7 require much less memory, so that the current
   limit might be sufficient. Please check your server’s config menu on whether 
   you can use a newer version of PHP. If not, please ask you webhost company to
   update it for you.
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘TablePress: Fatal Error – Memory Size’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/tablepress-fatal-error-memory-size/#post-8673487)
 * Status: resolved