0

I've got online store based on PrestaShop with huge amount of product attributes. About 10-20k... There is memory problem. On the product page, where Presta builds this big JS-array with all attributes-combinations, the 256MB of memory is too little, but 512 is OK. I want to know how many memory I am using at now (near to 256 or 512), because I want to create more attribute-combination. How can I do this?

4

1 に答える 1

0

この場合、アップロードする前に画像のサイズを手動で縮小するか、php.ini で memory_limit 設定を検索して変更するか、存在しない場合は追加して、メモリ制限を増やすことができます。

; Set memory limit in megabytes
memory_limit = 128M
于 2012-12-18T20:04:18.983 に答える