Same code can not be re-build on spaces today due to CPUAllocator error

Hi, I have a space app named OFA-Visual_Question_Answering which is a gradio-based demo of visual QA using our OFA model (link GitHub - OFA-Sys/OFA: Official repository of OFA. Paper: Unifying Architectures, Tasks, and Modalities Through a Simple Sequence-to-Sequence Learning Framework). Before today, the demo could be successfully built and run on Spaces. However, when I re-built today (without any change to code, just edited the readme), I met a runtime error. The error information is “RuntimeError: [enforce fail at CPUAllocator.cpp:68] . DefaultCPUAllocator: can’t allocate memory: you tried to allocate 1891908608 bytes. Error code 12 (Cannot allocate memory)”. Is the hardware setting of the deployment worker been changed? Is there a solution to fix the problem? Thank you very much!