Skip to content

Commit b812031

Browse files
committed
set memory minimum to 0.25 GB
1 parent 92f6401 commit b812031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ def __init__(self, from_file=None, **inputs):
774774
self.__class__.__name__)
775775

776776
self.inputs = self.input_spec(**inputs)
777-
self.estimated_memory_gb = 0
777+
self.estimated_memory_gb = 0.25
778778
self.num_threads = 1
779779

780780
if from_file is not None:

0 commit comments

Comments
 (0)