rich-agent-87730
03/24/2023, 2:43 PMvictorious-lawyer-58417
03/24/2023, 3:42 PMrich-agent-87730
03/24/2023, 3:57 PMvictorious-lawyer-58417
03/24/2023, 3:59 PMrich-agent-87730
03/24/2023, 3:59 PMvictorious-lawyer-58417
03/24/2023, 4:00 PMrich-agent-87730
03/24/2023, 4:30 PMbrave-lion-15961
03/24/2023, 4:36 PMrich-agent-87730
03/24/2023, 4:36 PMbrave-lion-15961
03/24/2023, 4:38 PMrich-agent-87730
03/24/2023, 4:38 PMrich-agent-87730
03/24/2023, 4:40 PMbrave-lion-15961
03/24/2023, 4:42 PMrich-agent-87730
03/24/2023, 4:42 PMrich-agent-87730
03/24/2023, 4:43 PMbrave-lion-15961
03/24/2023, 4:45 PMstderr logs of the tasks that precede that missing join ?rich-agent-87730
03/24/2023, 4:48 PMbrave-lion-15961
03/24/2023, 4:51 PMrich-agent-87730
03/24/2023, 4:51 PMrich-agent-87730
03/24/2023, 4:53 PMbrave-lion-15961
03/24/2023, 4:53 PMvictorious-lawyer-58417
03/24/2023, 4:54 PMrich-agent-87730
03/24/2023, 4:54 PMrich-agent-87730
03/24/2023, 4:56 PMbrave-lion-15961
03/24/2023, 4:56 PMrich-agent-87730
03/24/2023, 4:58 PMNameError: name 'variable' is not definedrich-agent-87730
03/24/2023, 5:00 PMbrave-lion-15961
03/24/2023, 5:05 PMrich-agent-87730
03/24/2023, 5:11 PMrich-agent-87730
03/24/2023, 8:07 PMvictorious-lawyer-58417
03/24/2023, 8:08 PMrich-agent-87730
03/24/2023, 8:08 PMvictorious-lawyer-58417
03/24/2023, 8:17 PMvictorious-lawyer-58417
03/24/2023, 8:17 PMrich-agent-87730
03/24/2023, 8:18 PMvictorious-lawyer-58417
03/24/2023, 8:20 PMrun (or resume) with --max-workers 4. This reduces the number of parallel tasks that are executed on your workstation/laptop, hence reducing the overall load on the system.victorious-lawyer-58417
03/24/2023, 8:20 PM--max-workers 1)rich-agent-87730
03/24/2023, 8:21 PM--max-workers 800victorious-lawyer-58417
03/24/2023, 8:21 PMrich-agent-87730
03/24/2023, 8:21 PMvictorious-lawyer-58417
03/24/2023, 8:21 PMrich-agent-87730
03/24/2023, 8:22 PMvictorious-lawyer-58417
03/24/2023, 8:22 PMrich-agent-87730
03/24/2023, 8:22 PMvictorious-lawyer-58417
03/24/2023, 8:26 PMtop, and keep an eye on the "Mem: Free" column at the top. If it gets very low, that's a problem
2. Use CloudWatch to monitor memory consumption on the instance. In the EC2 console you can enable "high resolution monitoring", so you get more accurate real-time data.rich-agent-87730
03/24/2023, 8:28 PMvictorious-lawyer-58417
03/24/2023, 8:31 PM--max-workers and see if it succeeds. If it does, it is clearly a resource exhaustion issue. If it doesn't, then we can dig elsewhere
In general if you want to increase parallelism very high, you should consider using @batch or @kubernetes that give you more resources. It is unlikely that --max-workers 800 makes things much faster on a single instancerich-agent-87730
03/24/2023, 8:32 PMvictorious-lawyer-58417
03/24/2023, 8:32 PM800 is a high number. Besides memory, there are other resources that it may exhaustrich-agent-87730
03/24/2023, 8:33 PMvictorious-lawyer-58417
03/24/2023, 8:34 PM--max-workers, if that's the issue