stenvin.br
stenvin.br8mo ago

Memory Limit

Hello guys, in some situations i'am receiving one of the following error message dd-hard-memory-limit:deno or dd-soft-memory-limit:deno, what are those limits, and how can i track them?
3 Replies
Deno AI Helper
Deno AI Helper8mo ago
I wasn't able to find the answer to your question in the official Deno documentation. The error messages dd-hard-memory-limit:deno and dd-soft-memory-limit:deno you're encountering are not standard Deno errors to my knowledge, and they do not appear to be part of the documented Deno runtime behavior. However, based on the error messages, it seems like you might be encountering some sort of memory limit issue. In general, Deno does not impose a hard memory limit by default, but it's possible that the environment in which you're running Deno has certain constraints, or that these messages are coming from an external monitoring tool or a custom wrapper around Deno. Without more context, it's difficult to provide a precise solution. If these errors are coming from a specific library or tool you're using, I would recommend checking the documentation or support resources for that tool. Please note that this advice is not based on the Deno documentation, and I advise you to double-check the accuracy of the advice given. If you continue to experience issues, you might want to reach out to the community or the maintainers of any third-party tools you're using for further assistance.
stenvin.br
stenvin.br8mo ago
The error is coming directly from deno deploy
stenvin.br
stenvin.br8mo ago
No description