Opened 15 years ago
Closed 15 years ago
#11680 closed defect (bug) (invalid)
wp_load_image() out of memory
Reported by: | scribu | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.9 |
Component: | Media | Keywords: | |
Focuses: | Cc: |
Description
On a host with 128M, I get:
Fatal error: Out of memory (allocated 39321600) (tried to allocate 1232 bytes) in .../wp/wp-admin/includes/image.php on line 163
Change History (12)
#5
@
15 years ago
that's 32MB, btw. the host must be ignoring your 128MB value.
Hmm allocated 39321600
isnt that more like 37MiB? Is it possible the host server was literally, out of memory?
#8
@
15 years ago
Such a small image should not require 37 MB, nor 32 MB nor 128 MB. Is the error reproducible? Can you attach the file for us?
#9
@
15 years ago
I've tried with several images of similar sizes and they all fail on the live site.
On localhost it works fine, even with larger images. So I'm tempted to think the host is the source of the problem.
#10
@
15 years ago
Here's the image anyway: http://img204.imageshack.us/img204/9527/f1000002.jpg
that's 32MB, btw. the host must be ignoring your 128MB value.