CPU Full without any reason

I am trying to run the code in the same way i did previously n times and it worked but now it is giving me the following error:

image

The screenshot is a bit hard to read (you can post code snippets by wrapping them into three backticks ```), but it seems you are trying to allocate 11714362584 / 1024**3 ~= 10.9GB of data while your RAM is already full.
Check the memory usage via e.g. htop and make sure you have enough free RAM.
Also, check the X dimensions and verify that ~10.9GB are indeed expected as it seems you are surprised by this allocation.

1 Like

Thanks for the tips.
I already figure out how to workaround this problem!
Thanks again for the help and sorry for the double post :pensive:
Regards,
André