12 result(s) for "Out of memory"
Your test suite crashes partway through execution with a JavaScript heap out of memory error or the Replit container is killed for exceeding memory limits. T...
Deployment build fails with 'killed' status or 'out of memory' error. The build process gets terminated by the system before completing. This happens when bu...
Docker build takes excessive time or fails with OOM errors after Cascade modified the Dockerfile. The multi-stage build was restructured inefficiently, causi...
When users try to export data as CSV from your Base44 app, the export hangs, times out, or produces an incomplete file with only some of the records. Small t...
Your app implements real-time updates by polling the database every few seconds from every connected client. Each client sends repeated API requests that que...
Users get errors when uploading files larger than limit. Upload fails even though file size seems reasonable. Errors: 'payload too large', '413', or upload h...
As your Base44 app has grown, certain operations have started timing out or causing the app to crash. Pages that display data take too long to load, exports ...
Your application has developed a memory leak after Cursor refactored cleanup code. Memory usage increases over time and never decreases, eventually causing c...
File uploads in your Windsurf-generated app crash with multer errors. The server either runs out of memory processing large files, throws LIMIT_UNEXPECTED_FI...
Memory usage continuously increases after Cascade generated new code. Application eventually runs out of memory and crashes. Heap analysis shows objects are ...
A background job that runs periodically starts consuming more memory with each execution. After hours of running, the application runs out of memory and cras...
Your app runs out of memory (OOM) and crashes on Replit Reserved VM. Even with memory limits increased, the app consumes all available RAM. Spring Boot and t...