From 0cd8758c6d1eebae8988877df9b9f69e33dd1e15 Mon Sep 17 00:00:00 2001
From: Cedric Cabau <cedric.cabau@inra.fr>
Date: Thu, 20 Apr 2017 14:56:48 +0000
Subject: [PATCH] Set default memory reservation

---
 tags/drap-v1.91/bin/submitBlat.pl | 8 ++++----
 trunk/bin/submitBlat.pl           | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/tags/drap-v1.91/bin/submitBlat.pl b/tags/drap-v1.91/bin/submitBlat.pl
index d4d1aec..a7a2223 100755
--- a/tags/drap-v1.91/bin/submitBlat.pl
+++ b/tags/drap-v1.91/bin/submitBlat.pl
@@ -62,11 +62,11 @@ The max number of submissions.
 
 =item B<--mem>
 
-The maximum memory used by each command on a sub-file.
+The maximum memory used by each command on a sub-file (default: 4G).
 
 =item B<--vmem>
 
-The maximum virtual memory used by each command on a sub-file.
+The maximum virtual memory used by each command on a sub-file (default: 8G).
 
 =item B<--local>
 
@@ -253,8 +253,8 @@ MAIN:
 	my $best = undef ;
 	my $max_submission = undef ;
 	my $max_sequences = undef ;
-	my $vmem = "" ;
-	my $mem = "" ;
+	my $vmem = "8G" ;
+	my $mem = "4G" ;
 	my $local = undef ;
 	my $help = 0 ;
 	GetOptions(
diff --git a/trunk/bin/submitBlat.pl b/trunk/bin/submitBlat.pl
index d4d1aec..a7a2223 100755
--- a/trunk/bin/submitBlat.pl
+++ b/trunk/bin/submitBlat.pl
@@ -62,11 +62,11 @@ The max number of submissions.
 
 =item B<--mem>
 
-The maximum memory used by each command on a sub-file.
+The maximum memory used by each command on a sub-file (default: 4G).
 
 =item B<--vmem>
 
-The maximum virtual memory used by each command on a sub-file.
+The maximum virtual memory used by each command on a sub-file (default: 8G).
 
 =item B<--local>
 
@@ -253,8 +253,8 @@ MAIN:
 	my $best = undef ;
 	my $max_submission = undef ;
 	my $max_sequences = undef ;
-	my $vmem = "" ;
-	my $mem = "" ;
+	my $vmem = "8G" ;
+	my $mem = "4G" ;
 	my $local = undef ;
 	my $help = 0 ;
 	GetOptions(
-- 
GitLab