diff --git a/public/biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/CommandLineResources.scala b/public/biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/CommandLineResources.scala index 1d9d6396235164d611f10291657cff7ffe72be60..2eb25691a6d30746ed81ae54f7a79d718d513499 100644 --- a/public/biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/CommandLineResources.scala +++ b/public/biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/CommandLineResources.scala @@ -21,7 +21,7 @@ trait CommandLineResources extends CommandLineFunction with Configurable { } var vmem: Option[String] = config("vmem") - def defaultCoreMemory: Double = 1.0 + def defaultCoreMemory: Double = 2.0 def defaultVmemFactor: Double = 1.4 var vmemFactor: Double = config("vmem_factor", default = defaultVmemFactor)