FUNCTIONS_MEMORY_LIMIT_EXCEEDED
Error Cause
Cloud function runtime memory limit exceeded, function memory usage exceeds the configured maximum memory limit.
Solutions
- Increase function memory configuration in the CloudBase console
- Optimize code to reduce memory usage
- Release unnecessary variables and objects promptly
- Avoid loading large amounts of data in memory
- Use streaming processing instead of loading all at once
- Check for memory leak issues