Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zuhairkareem/9c62122c7313a0666d87ec975ff5453e to your computer and use it in GitHub Desktop.
Save zuhairkareem/9c62122c7313a0666d87ec975ff5453e to your computer and use it in GitHub Desktop.
Devel memory exhausted error in Drupal 8
1) install latest dev version of devel
2) change the no. of levels to show in devel config in the following file : -
devel/kint/kint/config.default.php - $_kintSettings['maxLevels'] = 4; reduce it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment