diff --git a/clever.wdl b/clever.wdl
index e451ecf44800c875a627befe03d8ee9ae89e5bd1..619b63641cc75f1a6720043b3d5bc718f6571b6e 100644
--- a/clever.wdl
+++ b/clever.wdl
@@ -8,7 +8,7 @@ task Prediction {
         BwaIndex bwaIndex
         String outputPath        
         Int threads = 10 
-        Int mem = 6
+        Int mem = 10
     }   
     
 
@@ -44,7 +44,7 @@ task Mateclever {
         File predictions
         String outputPath
         Int threads = 10 
-        Int mem = 6
+        Int mem = 10
         Int cleverMaxDelLength = 100000
         Int maxLengthDiff= 30
         Int maxOffset = 150