diff --git a/src/nf_modules/kallisto/indexing.config b/src/nf_modules/kallisto/indexing.config
index ec17ee568244648e75f80a7252c67ef8ccea6fc0..43e3ced06bac6d2931249d8c6bc77bba42aa4fd6 100644
--- a/src/nf_modules/kallisto/indexing.config
+++ b/src/nf_modules/kallisto/indexing.config
@@ -43,8 +43,6 @@ profiles {
         executor = "sge"
         clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
         cpus = 1
-        memory = "10GB"
-        time = "24h"
         queue = 'huge'
       }
     }
@@ -59,11 +57,8 @@ profiles {
         stageOutMode = "rsync"
         executor = "sge"
         clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
-        cpus = 4
-        memory = "10GB"
-        time = "24h"
-        queue = 'mc_huge'
-        penv = 'multicores'
+        cpus = 1
+        queue = 'huge'
       }
     }
   }