Download requests for large areas crash python

If you request large areas near the possible maximum it uses a lot of RAM and crashes the python session at some point.

2. Area Hawaii

-> large extend (almost maximum of the allowed extent of 500 x 500 km), overlaps two UTM zones, overlaps many S2-tiles

-> Download starts, but after a while python crashes totally without any warning or error message. I looked at the resources of my laptop and it appears the crash is due to too less memory. My machine has 8 cores with 16 threads @ 2.80GHz and 32 GB of RAM. Tested in PyCharm and pure command line started python in s2downloader environment.

How to reproduce:

config["user_settings"]["aoi_settings"]["bounding_box"] = [-158.31309207513542, 18.815881579824378,
                                                           -154.63261462051634, 21.732211770339262]
config["user_settings"]["aoi_settings"]["date_range"] = ["2022-12-31"]
config["user_settings"]["aoi_settings"]["aoi_min_coverage"] = 63