The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • I'm new to virtualization and intending using a Hyper-V server setup. My question is what is the best way of implementing a scenario with 2 Jira instances using MYSQL on Ubuntu server?

I'm new to virtualization and intending using a Hyper-V server setup. My question is what is the best way of implementing a scenario with 2 Jira instances using MYSQL on Ubuntu server?

Mark Lock
November 1, 2014

I'm new to virtualization and intending using a Hyper-V server setup. My question is what is the best way of implementing a scenario with 2 Jira instances using MYSQL on Ubuntu server? 

Do I create two totally separate virtual machines each with a JIRA instance and Mysql server instance, or one Virtual Machine with the two JIRA instances sharing one MYSQL server instance.

I suspect the 2nd option of one MYSQL install would be less intensive on hardware resourses???

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Stephen Gurnick
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
November 2, 2014

Since JIRA is a java application, it is best to run it on a system with plenty of memory - how much memory is something you'll have to experiment with, but I'd say at least 2GB for the heap.  Depending on the number of users you have, it can also be CPU intensive. You can run both JIRA instances on a single host if you are able to dedicate enough memory and CPU to each. The down side to this is it can make it more difficult to troubleshoot issues.  In this case though, I would put MySQL on a different host that the JIRA instances can share.

Based on my experience, I would recommend putting both JIRA instances on separate VMs. Since you are in a virtual environment, is there a reason why you are considering putting them on the same host?