shy-refrigerator-15055
03/09/2023, 2:30 PM@batch(memory=40000)
, the step runs fine. With @batch(memory=10000, max_swap=40000, swappiness=50)
, we get an out of memory error. Is there anything else that needs to be set up for Batch actually allocating swap or is there a cap on the amount of swap that can be used regardless of the MF decorator?