[Swift-commit] r7885 - in trunk: bin docs/userguide
davidk at ci.uchicago.edu
davidk at ci.uchicago.edu
Thu May 29 11:41:17 CDT 2014
Author: davidk
Date: 2014-05-29 11:41:17 -0500 (Thu, 29 May 2014)
New Revision: 7885
Modified:
trunk/bin/swiftrun
trunk/docs/userguide/configuration
Log:
Document and allow property file.gc.enabled
Modified: trunk/bin/swiftrun
===================================================================
--- trunk/bin/swiftrun 2014-05-29 09:21:53 UTC (rev 7884)
+++ trunk/bin/swiftrun 2014-05-29 16:41:17 UTC (rev 7885)
@@ -71,6 +71,7 @@
'clustering.queue.delay' => 'clustering.queue.delay',
'config.rundirs' => 'config.rundirs',
'execution.retries' => 'execution.retries',
+ 'file.gc.enabled' => 'file.gc.enabled',
'foreach.max.threads' => 'foreach.max.threads',
'kickstart.enabled' => 'kickstart.enabled',
'kickstart.always.transfer' => 'kickstart.always.transfer',
Modified: trunk/docs/userguide/configuration
===================================================================
--- trunk/docs/userguide/configuration 2014-05-29 09:21:53 UTC (rev 7884)
+++ trunk/docs/userguide/configuration 2014-05-29 16:41:17 UTC (rev 7885)
@@ -343,6 +343,14 @@
|The number of time a job will be retried if it fails (giving a
maximum of 1 + execution.retries attempts at execution)
+|file.gc.enabled
+|true, false
+|true
+|Files mapped by the concurrent mapper (i.e. when you don't
+ explicitly specify a mapper) are deleted when they are not
+ in use any more. This property can be used to prevent
+ files mapped by the concurrent mapper from being deleted.
+
|foreach.max.threads
|Positive integer
|1024
More information about the Swift-commit
mailing list