|
@@ -458,7 +458,7 @@ impl crate::commands::SlurmRunner for LongphasePhase {
|
|
|
crate::commands::SlurmParams {
|
|
crate::commands::SlurmParams {
|
|
|
job_name: Some(format!("longphase_phase_{}", self.id)),
|
|
job_name: Some(format!("longphase_phase_{}", self.id)),
|
|
|
cpus_per_task: Some(self.config.longphase_threads as u32),
|
|
cpus_per_task: Some(self.config.longphase_threads as u32),
|
|
|
- mem: Some("60G".into()),
|
|
|
|
|
|
|
+ mem: Some("80G".into()),
|
|
|
partition: Some("shortq".into()),
|
|
partition: Some("shortq".into()),
|
|
|
gres: None,
|
|
gres: None,
|
|
|
}
|
|
}
|