Skip to content
Snippets Groups Projects
Commit 8e2ba807 authored by tjc's avatar tjc
Browse files

changing memory on MacOSX

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@13148 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 740aac25
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ cd ~/artemis
<PARA>
<COMMAND>
java -classpath lib/biojava.jar:lib/jemAlign.jar:lib/j2ssh/j2ssh-core.jar:lib/ibatis/ibatis-2.3.0.677.jar:lib/ibatis/log4j-1.2.14.jar:lib/chado-14-interface.jar:. -Dartemis.environment=UNIX uk.ac.sanger.artemis.components.ArtemisMain
java -classpath lib/biojava.jar:lib/jemAlign.jar:lib/j2ssh/j2ssh-core.jar:lib/ibatis/ibatis-2.3.4.726.jar:lib/ibatis/log4j-1.2.14.jar:lib/chado-14-interface.jar:lib/postgresql-8.4-701.jdbc3.jar:lib/picard.jar:lib/picard/sam.jar:. -Dartemis.environment=UNIX uk.ac.sanger.artemis.components.ArtemisMain
</COMMAND>
</PARA>
</SECT1>
......@@ -71,13 +71,23 @@ java -classpath lib/biojava.jar:lib/jemAlign.jar:lib/j2ssh/j2ssh-core.jar:lib/ib
<SECT1 ID="RUNNINGMAC">
<TITLE>Running &prog; on Macintosh Systems</TITLE>
<PARA>
On Macintosh machines &prog; can be started by double clicking on the Artemis
On MacOSX machines &prog; can be started by double clicking on the Artemis
icon. The icon can be added to the dock by dragging it from a 'Finder' window
and dropping it onto the position in the dock you want it. In addition
sequence files (with gff, embl, EMBL, genbank, gbk, fasta, seq, art file name
extensions) can be dragged and dropped on to the Artemis application image to
open them up.
</PARA>
<PARA>
To change the memory allocated to &prog; on MacOSX, set the value in the file Info.plist
in the directory Artemis.app/Contents. Towards the bottom of the file there are a couple of
lines that look like this:
<SYNOPSIS>
&lt;key&gt;VMOptions&lt;/key&gt;
&lt;string&gt;-Xmx800m&lt;/string&gt;
</SYNOPSIS>
Changing the value after -Xmx will change the memory used by &prog;.
</PARA>
</SECT1>
<SECT1 ID="RUNNINGPC">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment