Skip to content

Instantly share code, notes, and snippets.

@nickgs
Created April 2, 2015 03:19
Show Gist options
  • Save nickgs/617cca556cf531ba150e to your computer and use it in GitHub Desktop.
Save nickgs/617cca556cf531ba150e to your computer and use it in GitHub Desktop.
//let drush have some memory.
if (drupal_is_cli()) {
ini_set('memory_limit', '2048M');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment