Is 2 GB Ram enough for JIRA,Confluence,BitBucket & Bamboo?
I tried to install those 4 apps in my virtual machine with 2GB of data.
However I can't manage to get all the 4 apps running together.
Only 3 apps can run together but perform very slow.
Is there anyway to reduce the memory consumption for each app so it can run concurrently in 2GB ram?
IMO 2gb is not enough to run any of these standalone with decent performance, let alone all on one server.
Completely agree. The absolute minimum I'd give each application is 512Mb, and Confluence now counts twice if you enable collaborative editing. You absolutely must give the operating system space to work as well, and 512Mb is pretty much the bottom end of the scale for a couple of them.
I wouldn't try to run that combination on a machine with less than 12Gb.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
By default JIRA uses 768m and Confluence needs 1G for the core functionality and another 1G for collaborative editing. There needs to be some memory left for the operating system, as well, as Nic points out.
I found some documents that should help you provision the server:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes you can set the memory for each app by setting the maximum memory in setenv.sh of tomcat
CATALINA_OPTS='-Xmx512m'
So you can have each one set to that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.