Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Run IGB from the command line

...

The following command runs IGB with 1 Gb of RAM.

Code Block

$ java -Xmx1g -jar igb_exe.jar [IGB options]

IGB command line options and arguments

-prefs [file|URL]

  • Load the preferences file referenced by file or URL.

-offline

  • Do not attempt to contact remote servers for data, only use cached data.

-href [URL]

  • Open a an IGB control bookmark.

-tile_width [pixels]

  • Horizontal resolution for IGB windows when using a multi-monitor instance of IGB. Default is 1024 pixels wide.

-tile_height [pixels]

  • Vertical resolution for IGB windows when using a multi-monitor instance of IGB. Default is 768 pixels high.

-tile_columns [num]

  • Number of columns of IGB windows to open when using a multi-monitor instance of IGB. Default is 4.

-tile_rows [num]

  • Number of rows of IGB windows to open when using a multi-monitor instance of IGB. Default is 2.

-port [port_number]

...