Welcome Guest, Not a member yet? Register   Sign In
Memory Limit Help!
#5

[eluser]CroNiX[/eluser]
Also, are you using
Code:
$this->image_lib->clear();
in your loop after it converts an image?

Like

Code:
//your individual image_lib config.
$config = array(
  'image_library' => 'GD2',
  //...other settings
);

foreach($images as $image)
{
  $this->image_lib->initialize($config);  //initialize

  //... blah blah do your manipulation

  $this->image_lib->clear();  //destroy the instance, free the memory
}


Messages In This Thread
Memory Limit Help! - by El Forum - 12-11-2013, 04:57 AM
Memory Limit Help! - by El Forum - 12-11-2013, 11:19 AM
Memory Limit Help! - by El Forum - 12-11-2013, 12:54 PM
Memory Limit Help! - by El Forum - 12-11-2013, 01:05 PM
Memory Limit Help! - by El Forum - 12-11-2013, 01:08 PM
Memory Limit Help! - by El Forum - 12-11-2013, 01:27 PM
Memory Limit Help! - by El Forum - 12-11-2013, 01:53 PM
Memory Limit Help! - by El Forum - 12-11-2013, 02:24 PM
Memory Limit Help! - by El Forum - 12-11-2013, 02:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB