Skip to Content.
Sympa Menu

comanage-dev - [comanage-dev] Re: scaling issue with REST queries

Subject: COmanage Developers List

List archive

[comanage-dev] Re: scaling issue with REST queries


Chronological Thread 
  • From: Scott Koranda <>
  • To: comanage-dev <>
  • Subject: [comanage-dev] Re: scaling issue with REST queries
  • Date: Sun, 3 Mar 2013 17:11:24 -0600
  • Authentication-results: sfpop-ironport04.merit.edu; dkim=pass (signature verified)

Hi,

After a while I also hit a memory limit:

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried
to allocate 71 bytes) in
/home/skoranda/COmanage/0.7/app/Controller/AppController.php on line
1214

I increased the configuration in php.ini from 128M to 1024M to work
around this for now.

This is, for the record, with debug = 2.

Thanks,

Scott

On Sun, Mar 3, 2013 at 12:59 PM, Scott Koranda
<>
wrote:
> Hi,
>
> When attempting to query for all email addresses or all
> identifiers I see this:
>
> Fatal error: Maximum execution time of 30 seconds exceeded in
> /home/skoranda/COmanage/0.7/lib/Cake/Model/Model.php on line
> 1274
>
> I will attempt to work around this for now but we will want to
> understand why this is happening. The server machine is more
> than powerful enough to deal with a few thousand rows in a
> database.
>
> By the way, I get that error with debug set to '2' in
> core.php. When I switch to '0' I get a 500 server error.
>
> Thanks,
>
> Scott



Archive powered by MHonArc 2.6.16.

Top of Page