how can i decrease ram amount used by jira
i installed jira 4.4.1 on ubuntu 11.04 with external db (mysql)
jira uses 1.3 gb ram, isn't it high
You can always control how much heap your JVM is allocating by using the -Xmx flag.
High? It really depends on the job at hand. How many users ? How many issues ? How many plugins? How many customfields? etc.
From this point of view, Jira is a typical Java server application.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.