Thomas 3 тижнів тому
батько
коміт
25bfac95c9
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      src/commands/longphase.rs

+ 2 - 2
src/commands/longphase.rs

@@ -647,7 +647,7 @@ impl crate::commands::SlurmRunner for LongphaseModcallSolo {
         crate::commands::SlurmParams {
             job_name: Some(format!("longphase_modcall_{}_{}", self.id, self.time)),
             cpus_per_task: Some(self.threads as u32),
-            mem: Some("60G".into()),
+            mem: Some("90G".into()),
             partition: Some("shortq".into()),
             gres: None,
         }
@@ -660,7 +660,7 @@ impl crate::commands::SbatchRunner for LongphaseModcallSolo {
         crate::commands::SlurmParams {
             job_name: Some(format!("longphase_modcall_{}_{}", self.id, self.time)),
             cpus_per_task: Some(self.threads as u32),
-            mem: Some("60G".into()),
+            mem: Some("90G".into()),
             partition: Some("shortq".into()),
             gres: None,
         }