Supported platforms
This page lists the supported platforms for Crucible 4.6 and its minor releases. We cannot ensure the stability of Crucible used with a platform or a versions that is not mentioned in this page
Key: = Supported = Deprecated = Not Supported
Java | ||
---|---|---|
Oracle JRE / JDK | 1.8 | Crucible requires the Java Runtime (JDK or JRE), version as noted. Pre-release/Early access versions of Java are not supported. We highly recommend that you use the Oracle JVM (or OpenJDK for Linux only). Other Java implementations have not been tested. You can download an Oracle Java Runtime. For the OpenJDK, download and install instructions for Linux flavors are at http://openjdk.java.net/install/. Please note:
|
OpenJDK | 1.8 (Linux only) | |
Operating Systems | ||
Microsoft Windows |
Although Crucible can be run in virtualized environments, Atlassian is not yet able to provide technical support for performance-related problems in a virtualized environment. If you do choose to run Crucible in a VM, please ensure that you choose a VM with good IO throughput. | |
Linux | ||
Apple Mac OS X | ||
Databases | ||
HSQLDB | Bundled; for evaluation use only | The Crucible built-in database, running HSQLDB, is somewhat susceptible to data loss during system crashes. We recommend that you do not use HSQLDB for production systems. External databases are generally more resistant to data loss during a system crash and are more suited for production use. See the Crucible Database documentation for further details. |
MySQL | MySQL Enterprise Server 5.5+ Maria, Percona | |
PostgreSQL | 9.2, 9.3, 9.4, 9.5, 9.6 | |
Oracle | 12c 11g | |
SQL Server | 2014 2012 | |
Web browsers | ||
Microsoft Internet Explorer | 11.0 | Minimum screen resolution of 1024x768. Recommended screen resolution of 1280x768 or above. |
Mozilla Firefox | Latest stable version supported | |
Safari | Latest stable version supported | |
Chrome | Latest stable version supported | |
Version Control Systems | ||
Subversion (SVN) | Server: Client: | |
CVS | All versions | |
Perforce | Client version 2007.3 or later | |
Git | 2.18.3 2.17.4 2.16.6 2.15.4 2.14.6 2.13.7 2.12.5 2.11.4 2.10.5 2.9.5 2.8.6 2.7.6 2.6.7 2.5.6 2.4.12 2.3.10 2.2.3 2.1.4 2.0.5 1.9.5 1.8.0.3, 1.8.1.5, 1.8.2.3, 1.8.3.4, 1.8.4.5, 1.8.5.6 1.7.1.1, 1.7.2.5, 1.7.3.5, 1.7.4.5, 1.7.5.4, 1.7.6.6, 1.7.7.7, 1.7.8.6, 1.7.9.7, 1.7.10.5, 1.7.11.7, 1.7.12.4 | Git for Windows is the only supported distribution when running Crucible on Windows. Cygwin Git is not supported. |
Mercurial | 4.5.3 4.4.2 4.3.3 4.2.3 4.1.3 4.0.2 3.0.2, 3.1.2, 3.2.4, 3.3.3, 3.4.2, 3.5.2, 3.6.3, 3.7.3, 3.8.4, 3.9.2 2.0.2, 2.1.2, 2.2.3, 2.3.2, 2.4, 2.5.2, 2.6.3, 2.7.2, 2.8.2, 2.9.1 1.9.3 | These are the versions of Mercurial that we currently test Crucible against. You should restart Crucible after upgrading Mercurial. |
Atlassian applications | ||
Crowd | Crowd 2.4.x+ Crowd client library: 2.4.1 | |
Jira | Jira Fisheye Plugin 6.1.0+ Jira 6.4+ | The Jira Fisheye Plugin is bundled with Jira. If you are using earlier versions of Jira you can upgrade the plugin in Jira to get support for Crucible. |
Hardware requirements
Crucible should ideally run on a dedicated server. The most important aspect for a large-repository deployment will be I/O speed. You definitely want a fast local HDD for Crucible's cache. Note that NFS and SAN are not supported.
Component | Specifications |
---|---|
CPU | 1.8GHz or higher, a single core is sufficient. More cores or higher GHz will result in better load-handling ability. |
RAM | 1GB minimum, 2GB will provide performance "headroom". Your Java heap should be sized at 512MB. |
I/O | Crucible's input/output is an important element of its overall performance. If Crucible accesses your repository remotely, make sure that the throughput is maximum and the latency minimum (ideally the servers are located in the same LAN, running at 100Mbps or faster). |
Monitor | Minimum screen resolution of 1024x768. Recommended screen resolution of 1280x768 or above. |
While some of our customers run Crucible on SPARC-based hardware, Atlassian only officially supports Crucible running on x86 hardware and 64-bit derivatives of x86 hardware.
Disk space requirement estimates
Disk space requirements for Crucible may vary due to a number of variables such as the repository implementation, file sizes, content types, the size of diffs and comments being stored. The following table contains some real-world examples of Crucible disk space consumption.
Repository technology | Commits | Codebase size (HEAD of trunk) | Fisheye index size |
---|---|---|---|
Subversion | 14386 | 466 MB in 12151 files | 647 MB |
CVS | 8210 | 115 MB in 11433 files | 220 MB |
These disk space estimates are to be used as a guideline only. We recommend you monitor the disk space that your Crucible instance uses over time, as needs for your specific environment may vary. It may be necessary to allocate more space than indicated here.
Deployment Notes for Source Code Repositories
Crucible can also store uploaded files in its own database, removing the need for any kind of repository. A number of external databases are supported when Crucible is used with Fisheye. See the Fisheye Supported Platforms.
WAR deployment
Fisheye/Crucible is a standalone Java program. It cannot be deployed to web application servers such as WebSphere, Weblogic or Tomcat.