Skip to content

Commit

Permalink
update memory to 4G
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Oct 26, 2023
1 parent 89f008d commit 55dfc58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dicom_repack.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from chris_plugin import chris_plugin, PathMapper
import pydicom as dicom
import os
__version__ = '1.0.7'
__version__ = '1.0.8'

DISPLAY_TITLE = r"""
_ _ _ _
Expand Down Expand Up @@ -40,7 +40,7 @@
parser=parser,
title='A DICOM repack plugin',
category='', # ref. https://chrisstore.co/plugins
min_memory_limit='2Gi', # supported units: Mi, Gi
min_memory_limit='4Gi', # supported units: Mi, Gi
min_cpu_limit='20000m', # 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 55dfc58

Please sign in to comment.