Search found 2 matches
- 2016-01-11T18:11:27-07:00
- Forum: Bugs
- Topic: ImageMagick doesn't work on PHP when get 700K rows
- Replies: 3
- Views: 3706
Re: ImageMagick doesn't work on PHP when get 700K rows
Thanks. The memory_limit had set to be -1 as unlimited. It doesn't solve this issue.
- 2016-01-11T16:33:27-07:00
- Forum: Bugs
- Topic: ImageMagick doesn't work on PHP when get 700K rows
- Replies: 3
- Views: 3706
ImageMagick doesn't work on PHP when get 700K rows
PHP exec(convert) doesn't work if the mysql query got over 700K database rows, but it works on 400K rows. I run it on a 1GB RMA machine. If the total of rows over 700K, convert would not export any images to disk, and returns error -1. If the total of rows around 400K, everything would be fine. I ...