Closed antlionguard closed 11 months ago
Would you see if you can reproduce with just nitro and, if so, open an issue on https://github.com/unjs/nitro instead? š
Would you see if you can reproduce with just nitro and, if so, open an issue on https://github.com/unjs/nitro instead? š
I'm not using nitro in this project. Nitro is set false in bridge config. But i'm gonna try with nitro and vite. I hope i can make it. There's lots of error occurs when i set nitro and vite set true.
Oh, if you're not using nitro then the memory leak will probably still reproduce if you enable it.
What makes you think this is an issue with bridge? Does it reproduce outside AWS ECS?
(I would recommend trying with meta: false
btw.)
Oh, if you're not using nitro then the memory leak will probably still reproduce if you enable it.
What makes you think this is an issue with bridge? Does it reproduce outside AWS ECS?
(I would recommend trying with
meta: false
btw.)
Project runs into docker container in ecs. But i cannot reproduce in my local docker enviroment. This makes things quite interesting. When i watching memory usage in node inspect everything is normal. Garbage collector works fine in my local. I'm gonna try with meta: false
and I will inform you what will happen next. Thanks for quick replies <3
Maybe the reason why I cannot reproduce it in Local env is that this process takes too long. Because when I look at the chart, the process of resetting the container takes approximately 15-20 hours.
meta: false
seems work. I will continue to monitor for 1-2 more days and share the results.
probably meta: false
solved the problem. What can I provide that might help you resolve the issue caused by meta:true
? @danielroe
There's no memory leak witn latest nuxt-bridge
and node
20.10.0
.
Environment
Darwin
v16.20.0
2.16.0-27717142.54e852f
0.4.24
yarn@1.22.19
webpack
srcDir
,alias
,server
,bridge
,sourcemap
,head
,css
,styleResources
,plugins
,buildModules
,gtm
,modules
,sitemap
,postcss
,tailwindcss
,typescript
,sentry
,buefy
,image
,axios
,proxy
,render
,i18n
,router
,build
,serverHandlers
,devServerHandlers
@nuxt/image@0.6.2
,@nuxtjs/sentry@7.5.0
,nuxt-buefy@0.3.31
,@nuxtjs/axios@5.13.6
,@nuxtjs/proxy@2.1.0
,cookie-universal-nuxt@2.2.2
,@nuxtjs/i18n@7.3.0
,nuxt-sweetalert2@1.0.0
,@pinia/nuxt@0.4.2
,@nuxtjs/sitemap@2.4.0
Build Modules:
()
,@nuxtjs/eslint-module@3.1.0
,@nuxtjs/style-resources@1.2.1
,@nuxtjs/gtm@2.4.0
,@nuxtjs/tailwindcss@4.2.1
,@nuxtjs/dotenv@1.4.1
,nuxt-leaflet@0.0.27
,@nuxt/bridge@3.0.0-27672061.a645f7f
Reproduction
I cannot reporduce because that's very huge project. I just wanna trace where memory leak happens.
Describe the bug
Here's the memory utilization on AWS ECS Monitoring section. The parts where the decrease occurs are when the container is restarted due to out of memory.
Additional context
And how can i trace where memory leaks come from? Any tips for tracing?
Logs