hockeyprincess / google-api-dfp-php

Automatically exported from code.google.com/p/google-api-dfp-php
Apache License 2.0
0 stars 0 forks source link

Allowed memory size of 16777216 bytes exhausted on Orders and Line Items #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
=> Login into the DFP Sandbox playground with my account (dev@yieldbuild.com)

What is the expected output? What do you see instead?
=> I expect to see the 'Orders and line items' box properly filled.
=> Instead, after waiting several minutes I see this: Allowed memory size of 
16777216 bytes exhausted (tried to allocate 986511 bytes) in 
/srv/www/dfpsandbox.googlecodesamples.com/lib/Google/Api/Ads/Common/Util/XmlUtil
s.php

What browser and on what operating system?
Firefox 6 on Mac OS X Snow Leopard

Please provide any additional information below.
I know I have currently a lot of data loaded in my sandbox account

Original issue reported on code.google.com by d...@yieldbuild.com on 17 Sep 2011 at 12:45

GoogleCodeExporter commented 8 years ago
Any updates on this?

Original comment by d...@yieldbuild.com on 3 Oct 2011 at 7:42

GoogleCodeExporter commented 8 years ago
No updates yet, but I'll look into it soon.

Original comment by ekoleda+devrel@googlers.com on 5 Oct 2011 at 8:46

GoogleCodeExporter commented 8 years ago
Able to reproduce.  it happens when there's too much data to load.  One 
solution is to apply the filter on startup to limit results to 500.

Original comment by api.sham...@gmail.com on 31 Oct 2011 at 11:32

GoogleCodeExporter commented 8 years ago
Thanks.  Are you suggesting this filter as a permanent fix?  Or will you look 
for a server-side solution?

Original comment by d...@yieldbuild.com on 1 Nov 2011 at 3:20

GoogleCodeExporter commented 8 years ago
Well, the server-side solution is to use the filter statement that limits 
results to 500 by default.  Right now, when the webapp first loads, that filter 
statement does not apply and the webapp tries to load all entities and run out 
of memory for big accounts.

Original comment by api.sham...@gmail.com on 1 Nov 2011 at 5:46

GoogleCodeExporter commented 8 years ago
Fixed in r118.

Original comment by ekoleda+devrel@googlers.com on 30 Nov 2011 at 10:38