@@ -65,6 +65,7 @@ class ImportCities extends Command
public function __construct()
{
parent::__construct();
+ ini_set('memory_limit', '256M');
}
/**