Skip to content

Commit

Permalink
Increase min_memory_limit=6Gi
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Jun 6, 2024
1 parent 13aab89 commit 0d4fe92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion emerald/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.3.0'
__version__ = '0.3.1'

DISPLAY_TITLE = r"""
_ _ _
Expand Down
2 changes: 1 addition & 1 deletion emerald/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
parser=parser,
title='Fetal brain masking',
category='MRI',
min_memory_limit='2Gi', # supported units: Mi, Gi
min_memory_limit='6Gi', # supported units: Mi, Gi
min_cpu_limit='1000m', # millicores, e.g. "1000m" = 1 CPU core
min_gpu_limit=1,
max_gpu_limit=1
Expand Down

0 comments on commit 0d4fe92

Please sign in to comment.