Skip to content

Instantly share code, notes, and snippets.

@rufo
Created September 17, 2009 18:36
Show Gist options
  • Save rufo/188634 to your computer and use it in GitHub Desktop.
Save rufo/188634 to your computer and use it in GitHub Desktop.
# memory limits for ImageMagick
ENV["MAGICK_AREA_LIMIT"] = '64mb'
ENV["MAGICK_MAP_LIMIT"] = '32mb'
ENV["MAGICK_MEMORY_LIMIT"] = '32mb'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment