Nuxt on Edge Function - Memory limit error

Hi!
I hosted the following site as an edge function: https://smartpricing.it (this is the subdomain: smartprcing-website.netlify.app). I use Nuxt 3 with nitro: { preset: ‘netlify_edge’ }. In the function log I encounter many of these errors:

An edge function has exceeded the memory limit.

I honestly don’t even know how to debug it. I do not use anything extremely heavy even though the site has many dynamic pages (about 150 per language with 3 languages available).
Could it have something to do with the fact that I use two other subdomains? Which, however, have very low traffic

Thank You!

Try unsetting netlify_edge. It will run on Lambda but that would help us check if its a memory leak somewhere in your application.

Thanks for the suggestion. I set the Lambda function usage and see that on average 180mb is used.