You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Damien Katz (JIRA)" <ji...@apache.org> on 2009/05/30 20:08:07 UTC

[jira] Created: (COUCHDB-371) Need a way to limit memory used by a subprocess

Need a way to limit memory used by a subprocess
-----------------------------------------------

                 Key: COUCHDB-371
                 URL: https://issues.apache.org/jira/browse/COUCHDB-371
             Project: CouchDB
          Issue Type: Improvement
          Components: JavaScript View Server
    Affects Versions: 0.9
            Reporter: Damien Katz
            Assignee: Damien Katz
            Priority: Minor


We need a way to limit the total memory used by sub processes, such as a view process, so they can not use up all the available memory due to coding error or malicious attack. We can probably do this by setting ulimit in the couchspawnkillable script.

-Damien

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


[jira] Updated: (COUCHDB-371) Need a way to limit memory used by a subprocess

Posted by "Paul Joseph Davis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Joseph Davis updated COUCHDB-371:
--------------------------------------

    Skill Level: Regular Contributors Level (Easy to Medium)

> Need a way to limit memory used by a subprocess
> -----------------------------------------------
>
>                 Key: COUCHDB-371
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-371
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: JavaScript View Server
>    Affects Versions: 0.9
>            Reporter: Damien Katz
>            Assignee: Damien Katz
>            Priority: Minor
>
> We need a way to limit the total memory used by sub processes, such as a view process, so they can not use up all the available memory due to coding error or malicious attack. We can probably do this by setting ulimit in the couchspawnkillable script.
> -Damien

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