Skip to content

Commit

Permalink
updated memory req
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Apr 23, 2024
1 parent 40bb019 commit 9bded25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dicom_unpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from pftag import pftag
import sys, traceback
import pudb
__version__ = '1.1.8'
__version__ = '1.1.9'

DISPLAY_TITLE = r"""
_ _ _ _
Expand Down Expand Up @@ -47,7 +47,7 @@
parser=parser,
title='A ChRIS plugin to unpack multi-frame dicom file to individual slices',
category='', # ref. https://chrisstore.co/plugins
min_memory_limit='2Gi', # supported units: Mi, Gi
min_memory_limit='8Gi', # supported units: Mi, Gi
min_cpu_limit='2000m', # 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 9bded25

Please sign in to comment.