Search found 2 matches
- 2013-06-10T01:19:03-07:00
- Forum: Users
- Topic: Memory limit not set - using the maximum available memory
- Replies: 0
- Views: 5279
Memory limit not set - using the maximum available memory
I'm trying to limit the memory used with the convert command. I've tried different limits, explained here: http://www.imagemagick.org/script/command-line-options.php#limit , for example -limit memory 32MiB -limit area 64MiB or similar. But in my hosting it always get the maximum available memory ...
- 2013-06-10T01:06:29-07:00
- Forum: Users
- Topic: Converting large number of tifs to pdf efficiently?
- Replies: 4
- Views: 6120
Re: Converting large number of tifs to pdf efficiently?
I've used the '-limit memory 0 -limit map 0' suggestion but I'm still getting memory errors. For you to know more details, I'm using imagemagick in a web app hosted in heroku, which only gives me 512MB in memory to use in my process. It always gives me a R14 error https://devcenter.heroku.com ...