Skip to content

Commit 14d9232

Browse files
committed
README update
1 parent 5a70e50 commit 14d9232

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Diff for: README.txt

+9-1
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,18 @@ tool that you have chosen.
177177
choosing 2 should decrease the running time of SATe because subproblem
178178
alignment will be conducted in parallel.
179179

180+
* "Maximum MB" lets you specify the size of the Java Virtual Machine (JVM)
181+
heap to be allocated when running Java tools such as Opal. This should
182+
be as large as possible. If you get errors when running Java tools, one
183+
possible reason might be that you have allocated insufficient memory to
184+
the JVM given the size of your dataset. By default, the memory defaults
185+
to 1024 MB (versions of SATe prior to 2.0.3 had a default of 2048 MB,
186+
and did not allow the option of changing this).
187+
180188
* "Job Name" allows you to specify an identifier for the output files created by
181189
running SATe. Files tagged with this name will appear in the output directory
182190
when the run completes.
183-
191+
184192

185193

186194
####################

0 commit comments

Comments
 (0)