Jump to content


Photo

Big boards: memory issue with re-conversion


When a big board is converter (let's take a 1,2m posts board) if you try to re-convert the posts the script tries to load 1,2m of rows from the "conv_link" table causing a memory exhausted error.

The issue lies in the function lib_master::prepare.

Status: Fixed
Version:
Fixed In:


1 Comments

Updating status to: Flagged For Future Version
Updating severity to: 2 - Fair

For now I have made a small optimization and changed the function to NOT load the IDs if we have chosen to empty the table (truncate query) because there is just no need to load the rows if we are going to run a truncate query.