Jump to content

Maximum number of products


John v

Recommended Posts

Hi all,

Does anyone know if there is a limit on how many products I can hold in my inventory? Everything was fine up until around the 400,000 mark - now I’m getting HTTP ERROR 500 messages when trying to access my site.

Regards,

John

Link to comment
Share on other sites

Let's see if there are any clues in PHP's error_log.

Technically, the MySQL database server is robust enough to hold millions of items.

PHP is also robust enough to do an amazing amount of work.

What may be limiting you is the amount of memory that has been allocated to running PHP scripts, and the amount of time that PHP is allowed to do work before timing out (on the assumption there could be an infinite loop).

 

Link to comment
Share on other sites

Thanks - looks like it's a memory issue - this is what I've got :-

[27-May-2018 18:33:46 Europe/London] PHP Fatal error:  Allowed memory size of 268435456 bytes exhausted (tried to allocate 14036426 bytes) in /home/XXXXXX/public_html/classes/cache/file.class.php on line 226
 

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...