I'm running Magento on a DS with 4 Gb ram with 2 * Pentium(R) Dual-Core CPU E5400 @ 2.70GHz
I have tweaked the php memory-limit from 64M - 1GB but keep getting memory errors in the admin area example
`Fatal error: Out of memory (allocated 48496640) (tried to allocate 189475 bytes)
in /home/accountname/public_html/shoponline/magento/app/code/core/Mage/Core/Block/Abstract.php on line 888`
So there is something wrong as its only allocated 46M (if i have that right..?)
This line changes...
The site is still in testing so its not getting any heavy traffic so I'm confused to what the issue maybe...
I'm using APC and memcache
Any general ideas would be helpful