Search found 5 matches

by k6pski
2018-05-28T23:55:36-07:00
Forum: Users
Topic: Resizing really high res images hangs Drupal
Replies: 9
Views: 8862

Re: Resizing really high res images hangs Drupal

Thank you!
I think I also found the problem. When we increased the ram to 4GB the problematic image was resized within 12 seconds instead of 3-5 minutes. Will do more tests.
by k6pski
2018-05-28T22:45:21-07:00
Forum: Users
Topic: Resizing really high res images hangs Drupal
Replies: 9
Views: 8862

Re: Resizing really high res images hangs Drupal

fmw42 wrote: 2018-05-28T13:20:42-07:00 Check your tmp directory to be sure it is not filling up or filled up with left over imagemagick files.
Thre's one tmp file

Code: Select all

ls -lah /tmp/magick-*
-rw------- 1 root root 95M May 29 05:33 /tmp/magick-hZidmMde
by k6pski
2018-05-28T22:36:45-07:00
Forum: Users
Topic: Resizing really high res images hangs Drupal
Replies: 9
Views: 8862

Re: Resizing really high res images hangs Drupal

I just killed the instance with this 12 000 x 12 000 image https://wallportal.com/uploads/posts/earth-wallpaper-high-resolution/earth_wallpaper_high_resolution_026.jpg With this 12858x6534 image it took only 12 seconds to resize http://hanedanrpg.com/photos/hanedanrpg/12/55931.jpg And my problematic...
by k6pski
2018-05-28T12:53:07-07:00
Forum: Users
Topic: Resizing really high res images hangs Drupal
Replies: 9
Views: 8862

Re: Resizing really high res images hangs Drupal

I can change the settings but shouldn't it just die with timeout error then? I'll check tomorrow.
Also the image convert takes longer as I didn't run the convert on the network mount as it should. It takes 5 minutes to convert that image.
by k6pski
2018-05-28T12:24:10-07:00
Forum: Users
Topic: Resizing really high res images hangs Drupal
Replies: 9
Views: 8862

Resizing really high res images hangs Drupal

Hi! I'm co-maintaining this Drupal module https://www.drupal.org/project/batch_resize_image and I'm having trouble getting all of our 10 000+ images resized. In the background it's using the ImageMagic module https://www.drupal.org/project/imagemagick At some point the script will just hang. I think...