I'm having an issue while crawling the extendware ewcrawler.php file through command prompt like,
user@xxxx [/home/user/public_html/shell/extendware/ewcrawler]# php crawler.php -v
And getting an below error,
Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 1792 bytes) in /home/user/public_html/app/code/local/Extendware/EWCore/Model/Mage/Core/Abstract.php(45) : eval()'d code on line 45
Even the PHP_memory_limit is set to 512 MB on both config (php.ini and .htaccess) I have checked and tested after increasing the current memory_limit value also but still hitting to the same issue.
Can anyone please advise on the same.