P0061 Memory Panics
Memory
mem.arena() size %lld bytes exceeds the maximum allowed size of 1 GB
When this occurs
This error is triggered when: mem.arena() size %lld bytes exceeds the maximum allowed size of 1 gb
Example error message
error[P0061]:
mem.arena() size %lld bytes exceeds the maximum allowed size of 1 GB
How to fix
Review the error message and check your code at the indicated location. The message describes what went wrong — fix the underlying issue it identifies.
Related errors
No related errors.