DSB2017
DSB2017 copied to clipboard
MemoryError
Traceback (most recent call last):
File "prepare.py", line 374, in
That't maybe because the lack of memory. reduce the cpu thread used for preprocessing
See the README file, which says: "if you have bug about short of memory, set the 'n_worker_preprocessing' in config_submit.py to a int that is smaller than your core number."
Alternatively, you can add memory.
For reference, the preprocessing of the stage2 data completed successfully for me on AWS on a r4.2xlarge instance (8 CPU, 61GB RAM), but got the out of memory failure on a t2.2xlarge (8 CPU, 32 GB RAM)... i.e., looks like you need more than 4GB/CPU.