Title: Memory problem
Last modified: August 24, 2016

---

# Memory problem

 *  [Irenef](https://wordpress.org/support/users/irenef/)
 * (@irenef)
 * [11 years ago](https://wordpress.org/support/topic/memory-problem-3/)
 * I’m using ACF + Repeater Field.
    In several pages of [http://www.sidepro-sa.com.ar/](http://www.sidepro-sa.com.ar/)
   without problem. But in the backend of [http://www.sidepro-sa.com.ar/presentaciones-y-documentos/ricardo-gutierrez/](http://www.sidepro-sa.com.ar/presentaciones-y-documentos/ricardo-gutierrez/)
   I have this error: Fatal error: Allowed memory size of 134217728 bytes exhausted(
   tried to allocate 106 bytes) in /home4/ricae1c/public_html/wp-includes/meta.php
   on line 816
 * I tried increasing memory in wp-settings or wp-config to 64, but the error says
   need 128 mb, I think it’s too much. The other pages works just fine.
 * Can you help me?
 * [https://wordpress.org/plugins/advanced-custom-fields/](https://wordpress.org/plugins/advanced-custom-fields/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [matiyin](https://wordpress.org/support/users/matiyin/)
 * (@matiyin)
 * [11 years ago](https://wordpress.org/support/topic/memory-problem-3/#post-6176846)
 * Hi,
 * I’ve just solved an issue similar to yours.
 * I had a big repeater inside a repeater and when the client was filling it we 
   came to a point where we couldn’t save the page anymore. The server would hang
   on a resource time out, it would try to save for a few minutes and then the server
   gave an error.
    I tried many things but found out just now that when I turn off
   Post Revisions that saving works fine!
 * Set this in your wp-config.php:
 * define(‘WP_POST_REVISIONS’, false);
 * Maybe it helps in your case too.
 * **To the developer**: I’ve found an issue where a big repeater in repeater will
   hang the server due to not enough resources on save. This is because Post Revisions
   were enabled. Without revisions saving became possible again, because it’s 10
   times faster.
 *  Thread Starter [Irenef](https://wordpress.org/support/users/irenef/)
 * (@irenef)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/memory-problem-3/#post-6177019)
 * Thanks Maitiyin.
 * I tried this solution, but didn’t work.
 * I hope the developer can help me.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Memory problem’ is closed to new replies.

 * ![](https://ps.w.org/advanced-custom-fields/assets/icon.svg?rev=3207824)
 * [Advanced Custom Fields (ACF®)](https://wordpress.org/plugins/advanced-custom-fields/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-custom-fields/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-custom-fields/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-custom-fields/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-custom-fields/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-custom-fields/reviews/)

## Tags

 * [ACF](https://wordpress.org/support/topic-tag/acf/)
 * [repeater field](https://wordpress.org/support/topic-tag/repeater-field/)

 * 2 replies
 * 2 participants
 * Last reply from: [Irenef](https://wordpress.org/support/users/irenef/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/memory-problem-3/#post-6177019)
 * Status: not resolved