[Swift-commit] r5456 - branches/release-0.93/docs/siteguide

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Wed Dec 21 09:49:36 CST 2011


Author: ketan
Date: 2011-12-21 09:49:36 -0600 (Wed, 21 Dec 2011)
New Revision: 5456

Modified:
   branches/release-0.93/docs/siteguide/beagle
Log:
typo

Modified: branches/release-0.93/docs/siteguide/beagle
===================================================================
--- branches/release-0.93/docs/siteguide/beagle	2011-12-20 23:00:46 UTC (rev 5455)
+++ branches/release-0.93/docs/siteguide/beagle	2011-12-21 15:49:36 UTC (rev 5456)
@@ -222,7 +222,7 @@
 A simple solution to this problem is to increase the java heap space. This can be solved by increasing the heap space Swift gets by the following environment variable:
 
 -----
-WIFT_HEAP_MAX=5000M swift -config cf -tc.file tc -sites.file sites.xml catsn.swift -n=10000
+SWIFT_HEAP_MAX=5000M swift -config cf -tc.file tc -sites.file sites.xml catsn.swift -n=10000
 -----
 
 * Application invocation fails. An application invocation might fail for a variety of reasons. Some of the common reasons include a faulty command line, out-of-memory, non-availability of data, library dependencies unmet, among others. In another set of failures, the application invocation might fail for a partial number of datasets. In these conditions, one might want to to continue for the rest of application invocations. In most cases, these conditions could be handled by catching various exitcodes and logging the erroneous invocations for later inspection. In the rest of this section, we provide some such examples.




More information about the Swift-commit mailing list