@blueyoung – Your memory limit may be actually set by your web host and your changes many not actually be used … have you confirmed with your web hosting service you are actually delegating that much memory to your site?
Thanks!
– Cais.
im not using shared hosting , its host on a vps
@blueyoung – Does this mean you confirmed with your web host you actually have access to that much memory?
Also, aside from some napkin math of 50,000 images at 500KB each … you are trying to upload 25GB of images onto your server which well exceeds the PHP Memory Limit.
If you truly need to upload that many images at a time, you might look at doing it via FTP then using the Scan folder for new images functionality under Manage Galleries (although with that many images in one folder I would suspect it will either time-out or hit the memory limit all the same).
– Cais.
its not upload , its import folder option , the file is already on my server.
@blueyoung – I would recommend creating folders of smaller amounts of images … you are currently trying to import 50,000 images into a single NextGEN Gallery. You might find it more manageable if you were working with smaller “chunks” going forward.
– Cais.
ok thank you , i think that would be nice if could add a piece of code in addgallery.php like sleep time 😀
@blueyoung – thanks! feel free to submit and vote for that in our feature request list – http://www.nextgen-gallery.com/feature-voting/
-Drew