ErrorException [ Fatal Error ]: Out of memory (allocated 1835008) (tried to allocate 12023425 bytes)

APPPATH/vendor/Sypex-Geo/SxGeo.php [ 84 ]

79 			unset ($this->b_idx_str);
80 			$this->m_idx_arr = str_split($this->m_idx_str, 4); // Быстрее в 5 раз чем с циклом
81 			unset ($this->m_idx_str);
82 		}
83 		if ($this->memory_mode) {
84 			$this->db  = fread($this->fh, $this->db_items * $this->block_len);
85 			$this->regions_db = fread($this->fh, $info['region_size']);
86 			$this->cities_db  = fread($this->fh, $info['city_size']);
87 		}
88 		$this->info['regions_begin'] = $this->db_begin + $this->db_items * $this->block_len;
89 		$this->info['cities_begin']  = $this->info['regions_begin'] + $info['region_size'];
  1. {PHP internal call} » Kohana_Core::shutdown_handler()

Environment