ErrorException [ Fatal Error ]: Allowed memory size of 201326592 bytes exhausted (tried to allocate 20480 bytes)

MODPATH/kohana/database/classes/kohana/database/pdo.php [ 199 ]

194 			else
195 			{
196 				$result->setFetchMode(PDO::FETCH_CLASS, 'stdClass');
197 			}
198 
199 			$result = $result->fetchAll();
200 
201 			// Return an iterator of results
202 			return new Database_Result_Cached($result, $sql, $as_object, $params);
203 		}
204 		elseif ($type === Database::INSERT)
  1. {PHP internal call} » Kohana_Core::shutdown_handler()

Environment