You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stratos.apache.org by "Isuru Perera (JIRA)" <ji...@apache.org> on 2014/10/01 09:18:34 UTC

[jira] [Created] (STRATOS-856) Need a wiki page for Performance Tuning

Isuru Perera created STRATOS-856:
------------------------------------

             Summary: Need a wiki page for Performance Tuning
                 Key: STRATOS-856
                 URL: https://issues.apache.org/jira/browse/STRATOS-856
             Project: Stratos
          Issue Type: Task
          Components: Documentation
    Affects Versions: 4.0.0
            Reporter: Isuru Perera
            Assignee: Mariangela Hills
             Fix For: 4.1.0 M2


Create a wiki page to mention recommended configurations.

Currently we need to mention following things.

1. Increase open file count
Edit /etc/security/limits.conf and add following two lines.

* soft nofile 4096
* hard nofile 65535

2. At least 2 GB memory for production instances.

Edit stratos.sh and set -Xmx parameter. For example:  -Xmx2048m



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)