Hi, I have drush installed on a shared hosting account, to manage Drupal via SSH, but getting an out of memory error: Fatal error: Out of memory (allocated 24379392) (tried to allocate 122880 bytes)
in /home/user/public_html/domain/modules/node/node.module on line 33
52
Drush command terminated abnormally due to an unrecoverable error. [error]
Error: Out of memory (allocated 24379392) (tried to allocate 122880
bytes) in
/home/user/public_html/domain/modules/node/node.module,
line 3352I guess this is due to the memory limit with PHP in CLI mode. How do I extend this on HawkHost, though?