diff --git a/clever.wdl b/clever.wdl
index 8e90be8e662b57b807b418955ab25a507854aa91..6863e6f864d9113e26b18ff1de974f6d35a01268 100644
--- a/clever.wdl
+++ b/clever.wdl
@@ -8,7 +8,7 @@ task Prediction {
         BwaIndex bwaIndex
         String outputPath        
         Int threads = 10 
-        Int mem = 11
+        Int mem = 15
     }   
     
 
@@ -45,7 +45,7 @@ task Mateclever {
         File predictions
         String outputPath
         Int threads = 10 
-        Int mem = 11
+        Int mem = 15
         Int cleverMaxDelLength = 100000
         Int maxLengthDiff= 30
         Int maxOffset = 150 
diff --git a/delly.wdl b/delly.wdl
index 794f78eb7f195230a0f87fd8954ff8d339d5124d..f30e6f48c5a2bc2fe49b3a163f0dfbce33e7bbdc 100644
--- a/delly.wdl
+++ b/delly.wdl
@@ -7,7 +7,7 @@ task CallSV {
         IndexedBamFile bamFile
         Reference reference
         String outputPath        
-        Int mem = 11
+        Int mem = 15
     }