Ölümcül hata: tükenmiş 419430400 bayt İzin bellek boyutu hattında 1012 üzerinde / home / apartmen / php / HTTP / Request.php (251.268.854 bayt ayırmaya çalıştı)

0 Cevap php

Tamam, ben bu soruyu sordu ve tüm olmuştur biliyorum. Ama, bir şey iste.

  1. Zaten kullanarak ini_set('memory_limit', '400M'); ediyorum
  2. Ben (Amazon S3) aktarmak için çalışıyorum dosya 245MB olduğunu
  3. Hata msg garip, o 239MB ayırmaya çalışıyordu tükenmiş 400MB izin mem .. vermediğini belirten yuvarlak başka bir yol?

Ben kullanıyorum komut Amazon S3 ile iletişim kurmak için, orada bir kütüphane

Yardım edin lütfen!

EDIT
Ok heres the code, as you can see I'm not doing much, its all about the script I'm using.. That is here: http://belgo.org/backup_and_restore_to_amazo.html

ini_set('memory_limit', '400M');
require 'lib/s3backup.php';
$bucket = 'thebucketname';
$bucket_dir = 'apts';
$local_dir = "/home/apartmen/public_html/transfer/t/tr";
$s3_backup = new S3_Backup;
$s3_backup->upload_dir( $bucket, $bucket_dir, $local_dir );

0 Cevap