Skip to content

Commit

Permalink
updated memory req
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed May 3, 2024
1 parent fb399a8 commit fab360a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dicommake.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@



__version__ = '2.3.0'
__version__ = '2.3.2'

DISPLAY_TITLE = r"""
_ _ _ _
Expand Down Expand Up @@ -362,7 +362,7 @@ def imagePaths_process(*args) -> None:
parser = parser,
title = 'DICOM image make',
category = '', # ref. https://chrisstore.co/plugins
min_memory_limit= '4Gi', # supported units: Mi, Gi
min_memory_limit= '8Gi', # supported units: Mi, Gi
min_cpu_limit = '4000m', # millicores, e.g. "1000m" = 1 CPU core
min_gpu_limit = 0 # set min_gpu_limit=1 to enable GPU
)
Expand Down

0 comments on commit fab360a

Please sign in to comment.