Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
8e6474d7
Commit
8e6474d7
authored
Sep 04, 2013
by
Leo Gordon
Browse files
the initial state of MemlimitTest pipeline for the workshop
parent
f1d7ecbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
11 deletions
+1
-11
modules/Bio/EnsEMBL/Hive/PipeConfig/MemlimitTest_conf.pm
modules/Bio/EnsEMBL/Hive/PipeConfig/MemlimitTest_conf.pm
+1
-11
No files found.
modules/Bio/EnsEMBL/Hive/PipeConfig/MemlimitTest_conf.pm
View file @
8e6474d7
...
...
@@ -48,6 +48,7 @@ sub resource_classes {
return
{
%
{
$self
->
SUPER::
resource_classes
},
# inherit 'default' from the parent class
'
default
'
=>
{'
LSF
'
=>
'
-C0 -M100 -R"select[mem>100] rusage[mem=100]"
'
},
# to make sure it fails similarly on both farms
'
200Mb_job
'
=>
{'
LSF
'
=>
'
-C0 -M200 -R"select[mem>200] rusage[mem=200]"
'
},
'
400Mb_job
'
=>
{'
LSF
'
=>
'
-C0 -M400 -R"select[mem>400] rusage[mem=400]"
'
},
'
1Gb_job
'
=>
{'
LSF
'
=>
'
-C0 -M1000 -R"select[mem>1000] rusage[mem=1000]"
'
},
...
...
@@ -78,17 +79,6 @@ sub pipeline_analyses {
-
parameters
=>
{
'
time_RUN
'
=>
30
,
},
-
flow_into
=>
{
-
1
=>
[
'
failure_test_himem
'
],
}
},
{
-
logic_name
=>
'
failure_test_himem
',
-
module
=>
'
Bio::EnsEMBL::Hive::RunnableDB::FailureTest
',
-
parameters
=>
{
'
time_RUN
'
=>
30
,
},
-
rc_name
=>
'
200Mb_job
',
},
];
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment