Need help resolving a memory allocation issue on this site we are building. I have 395 products (not that many), each product has up to at least 7 characteristics that I have created, some of the characteristics have up to 20 or more values. Thus, I am running into a memory allocation fatal error... To no avail, I have attempted to mitigate the issue by upping my memory_limit setting to a whopping 1024M.
Should I (would I) be better off making each of these characteristics "custom fields" instead? Not all products have the same attributes (characteristics) though.