Skip to content

Instantly share code, notes, and snippets.

@sbruggmann
Created October 9, 2016 14:55
Show Gist options
  • Save sbruggmann/dff921c77acf763d407eb78f34eec1c4 to your computer and use it in GitHub Desktop.
Save sbruggmann/dff921c77acf763d407eb78f34eec1c4 to your computer and use it in GitHub Desktop.
Hostpoint PHP CLI memory_limit Workaround - Neos CMS
#!/bin/bash
/usr/local/php70/bin/php -d memory_limit=512M "$@"
TYPO3:
Flow:
core:
phpBinaryPathAndFilename: '/home/username/php70ml512'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment