Help documentation

System requirements

Client requirements

Go works on the following browsers:
  • Firefox 2, 3
  • Safari 3, 4, 5
  • Internet Explorer 7, 8

Go server requirements

Windows

Mac OSX

Linux

Solaris

Extra requirements for Go server

The host that runs your Go server should have a separate disk partition to store Go artifacts. The artifact repository can fill up quickly (especially if you are storing large binaries). If you don't create a separate partition for artifacts and your system disk fills up, Go and other applications on your system will behave unexpectedly. You are also likely to end up with corrupted data. Check the section on installing Go server for more information on configuring your artifact repository.

Client software for your source code control tool must be installed on both your Go server and all Go build agents.

Go agent requirements

Windows

Mac OSX

Linux

Solaris

Extra requirements for Go agent

Go agent on its own does not require much memory or CPU. However, you need to ensure computers deployed as build agents have adequate resources to build your projects -- including sufficient disk space to check source code out of source control.

Client software for your source code control tool needs to be installed on all build agents. As well as, any other software required to build your application (if not accessed directly from the project source checked out from source control).

While a 64-bit JVM is supported, we recommend you use a 32-bit JVM for optimal performance.