Skip to content

Commit 8ac78d6

Browse files
committed
Increase memory requirements for create-ome-zarr tasks (close #362)
1 parent 1b4f1b1 commit 8ac78d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fractal_tasks_core/__FRACTAL_MANIFEST__.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"meta": {
1616
"executor": "cpu-low",
1717
"cpus_per_task": 1,
18-
"mem": 1000
18+
"mem": 4000
1919
}
2020
},
2121
{
@@ -118,7 +118,7 @@
118118
"meta": {
119119
"executor": "cpu-low",
120120
"cpus_per_task": 1,
121-
"mem": 1000
121+
"mem": 4000
122122
}
123123
}
124124
]

0 commit comments

Comments
 (0)