You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Paul Joseph Davis (JIRA)" <ji...@apache.org> on 2010/10/09 21:45:04 UTC

[jira] Updated: (COUCHDB-752) InternalError: script stack space quota is exhausted

     [ https://issues.apache.org/jira/browse/COUCHDB-752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Joseph Davis updated COUCHDB-752:
--------------------------------------

    Skill Level: Regular Contributors Level (Easy to Medium)

> InternalError: script stack space quota is exhausted
> ----------------------------------------------------
>
>                 Key: COUCHDB-752
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-752
>             Project: CouchDB
>          Issue Type: Bug
>          Components: JavaScript View Server
>    Affects Versions: 0.11
>            Reporter: Benoit Chesneau
>            Priority: Critical
>             Fix For: 0.11.3
>
>         Attachments: ddoc.patch
>
>
>  Couchdb freeze and use full CPU after accessing to  a 93MB designdoc:
> debug] [<0.91.0>] Spawning new group server for view group _design/aimpl in database aimpl.
> [debug] [<0.94.0>] request_group {Pid, Seq} {<0.116.0>,61}
> [debug] [<0.81.0>] New task status for aimpl _design/aimpl: Finishing.
> [debug] [<0.126.0>] OS Process Start :: #Port<0.2040>
> [debug] [<0.87.0>] Teach ddoc to new proc {proc,<0.126.0>,<<"javascript">>,[],
>                              {couch_os_process,prompt},
>                              {couch_os_process,set_timeout},
>                              {couch_os_process,stop}} with DDocKey: {<<"_design/aimpl">>,
>                                                                      <<"30-2ab623a62b83b0d9f2616ee209f62659">>}
> InternalError: script stack space quota is exhausted
> Most of data are in attachments :
> enlil:couchapp benoitc$ du -sh aimpl
>  93M	aimpl
> enlil:couchapp benoitc$ du -sh aimpl/_attachments/
>  93M	aimpl/_attachments/
> about 100k in views/shows/...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.