[racktables-users] Re: max object locations

It could be memory_limit. I'm not sure what would cause that to come into
play with this case, but worth checking as well.

http://us2.php.net/manual/en/ini.core.php#ini.memory-limit

On Tue, Apr 3, 2012 at 2:17 PM, Loot Fist <lootfist@xxxxxxxxx> wrote:

> ; Maximum size of POST data that PHP will accept.
> ; http://php.net/post-max-size
> post_max_size = 8M
>
>
>
> On Tue, Apr 3, 2012 at 12:18 AM, Denis Ovsienko <infrastation@xxxxxxxxx>wrote:
>
>> > Is there a hard limit somewhere that dictates how many unique places an
>> object can live?
>>
>> No, it's not the limit of RackTables. It is likely PHP's POST size limit
>> (post_max_size) which is hit.
>>
>> --
>>  Denis Ovsienko
>>
>>
>

Other related posts: