This is the documentation for FishEye 3.5. View the latest version of

Unknown macro: {spacejump}

or visit the latest FishEye documentation home page.

FishEye and Crucible use a number of Java Virtual Machine system properties. Most of these are properties set by the virtual machine itself or the FishEye/Crucible launch script. Administrators can configure these system properties to control low level aspects of FishEye and Crucible's operation. For example:

Setting a Larger Header Buffer Size

jetty.http.headerbuffersize - This controls the size (in bytes) of the largest HTTP header that FishEye (version 1.6.5 onwards) will allow through its embedded servlet engine, Jetty. Some authentication systems require larger header values.

 

Properties can be set by passing them with the -D parameter to the JVM using the FISHEYE_OPTS environment variable. However, the recommended approach is to add the property to FISHEYE_INST/system.propertiesThis file can be created as a plain text file (using the Java .properties format) if it doesn't already exist.

例:
 

#System Properties file for FishEye/Crucible
jetty.http.headerbuffersize=8192

Verify the setting by using the command-line tool jinfo <pid> after the application starts up.

(info) Users integrating FishEye with Single Sign On applications may require an adjustment to the JVM properties, specifically the HTTP header size. This may also be useful in other circumstances where FishEye's default HTTP header is too small (at 4096 bytes).

 

Changing JVM properties when the Windows installer is used

If you used the FishEye or Crucible installer for Windows, you can edit JVM properties as follows.

For FishEye/Crucible 3.4.4 and later:

Edit JVM properties using the tool included with the installer. Launch the tool by going to one of:

  • Start > All Programs > FishEye > Configure FishEye
  • Start > All Programs > Crucible > Configure Crucible

Ensure that you restart the FishEye or Crucible service after changing the JVM properties.

For FishEye/Crucible 3.4.3 and earlier:

Edit JVM properties using this tool:

http://www.apache.org/dist/commons/daemon/binaries/windows/commons-daemon-1.0.15-bin-windows.zip

To use it, you need to rename prunmgr.exe from the zip file to Atlassian FishEye.exe or Atlassian Crucible.exe depending on which installer you used. Then JVM properties such as Xmx and XX:MaxPermSize can be edited on the Java tab.

Do not reference any environment variables in the settings (e.g. %FISHEYE_INST%). Instead, set the actual path.

詳細を確認

 

  • ラベルなし