commit/galaxy-central: jmchilton: Add some documentation to job_conf.xml.sample_advanced about LWR caching.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/d6826c29e15a/ Changeset: d6826c29e15a User: jmchilton Date: 2014-05-08 16:14:24 Summary: Add some documentation to job_conf.xml.sample_advanced about LWR caching. Affected #: 1 file diff -r 56d4cb37d62700e5baa94cc63e56041556844c43 -r d6826c29e15a1f17553ae2fe2b149ef65ac4da9d job_conf.xml.sample_advanced --- a/job_conf.xml.sample_advanced +++ b/job_conf.xml.sample_advanced @@ -28,6 +28,14 @@ file actions are remote executable. --><!-- <param id="url">amqp://guest:guest@localhost:5672//</param> --><!-- <param id="manager">_default_</param> --> + <!-- *Experimental Caching*: Uncomment next parameters to enable + caching and specify the number of caching threads to enable on Galaxy + side. Likely will not work with newer features such as MQ support. + If this is enabled be sure to specify a `file_cache_dir` in the remote + LWR's main configuration file. + --> + <!-- <param id="cache">True</param> --> + <!-- <param id="transfer_threads">2</param> --></plugin><plugin id="cli" type="runner" load="galaxy.jobs.runners.cli:ShellJobRunner" /><plugin id="condor" type="runner" load="galaxy.jobs.runners.condor:CondorJobRunner" /> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org