Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter mamishev

    (@mamishev)

    783-785 lines are:

    if ( (int) $memory_limit < (int) $new_memory_limit ) {
    				@ini_set( 'memory_limit', $new_memory_limit );
    			}

    @mamishev

    According to the 5.2.0 Changelog:

    Enhancement: Updated the File Change Detection feature to attempt a max memory limit of 256M rather than 128M as some users experience out of memory issues which could be fixed with the higher memory limit.

    Enhancement: Updated the Database Backup feature to attempt a max memory limit of 256M rather than 128M as some users experience out of memory issues which could be fixed with the higher memory limit.

    If the info provided above answers your question please mark this topic as ‘resolved’.

    dwinden

    @mamishev

    If you require no further assistance please mark this topic as ‘resolved’.

    dwinden

    @mamishev

    If you require no further assistance please mark this topic as ‘resolved’.

    dwinden

    Thread Starter mamishev

    (@mamishev)

    Thank you very much for your help! The problem was in hoster php memory limits.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘script tried to increase memory_limit’ is closed to new replies.