Last active
September 21, 2021 15:55
-
-
Save curtis/eb097af4c9d1853269ecedda29854dde to your computer and use it in GitHub Desktop.
Imagemagick limits after setting Heroku config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ heroku config:set MAGICK_MAP_LIMIT=32MiB | |
Setting MAGICK_MAP_LIMIT and restarting ⬢ radiant-waters-37422... done, v46 | |
MAGICK_MAP_LIMIT: 32MiB | |
$ heroku config:set MAGICK_MEMORY_LIMIT=16MiB | |
Setting MAGICK_MEMORY_LIMIT and restarting ⬢ radiant-waters-37422... done, v47 | |
MAGICK_MEMORY_LIMIT: 16MiB | |
$ heroku run identify -list resource | |
Running identify -list resource on ⬢ radiant-waters-37422... up, run.5905 (Hobby) | |
File Area Memory Map Disk Thread Throttle Time | |
-------------------------------------------------------------------------------- | |
7500 128.85GB 16MiB 32MiB unlimited 8 0 unlimited | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment