Support

Account

Home Forums Feature Requests What happen with post object when they are too big? Reply To: What happen with post object when they are too big?

  • Hi @cmatos

    ACF Does not have any limit on the number of posts/object that you can add but php does.

    You will have to add a limit to the number variable and memory in you php.ini file.

    I hope this helps.