Zen Cart Logo
Forums / General Questions / Allowed Memory Size Exhausted

Allowed Memory Size Exhausted

Locked

Views: 1,602

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
20 Mar 2010, 4:19 AM
#1
sfashop avatar

sfashop

New Zenner

Join Date:
Dec 2006
Posts:
10
Plugin Contributions:
0

Allowed Memory Size Exhausted

Hoping someone here can help as I am not strong in PHP. I am trying to do some spring cleaning on inventory so I am trying to download a Full Easy Populate file locally on my laptop, but every time I attempt to create the .txt file I get the below error on my php log file and I get 0 byte text file.

Can someone tell me how I can correct this?

19-Mar-2010 23:43:08] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32928572 bytes) in Unknown on line 0

Thanks

20 Mar 2010, 9:25 PM
#2
mprough avatar

mprough

Totally Zenned

Join Date:
Nov 2007
Location:
Woodbine, Georgia, United States
Posts:
4,284
Plugin Contributions:
39

Re: Allowed Memory Size Exhausted

You hosting configuration hasn't the memory to handle your request. Create the file in smaller chunks or contact your webhost.

~Melanie

20 Mar 2010, 9:28 PM
#3
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Allowed Memory Size Exhausted

I am trying to do some spring cleaning on inventory so I am trying to download a Full Easy Populate file locally on my laptop,...

Can someone tell me how I can correct this?
Is this a local test environment on your laptop like XAMP OR WAMP?