You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used nuxt-schema-org in production, which caused my server to crash every 6 hours. After debugging (running stress tests on my computer), I found that just adding nuxt-schema-org to nuxt.config.ts would cause memory to keep increasing, even if I didn't call any APIs.
I tried downgrading to version 3.2.3 and the problem was fixed, but 3.2.3 doesn't have the default configurations defineWebSite and defineWebPage.
I've now deployed 3.2.3 to the production server. It's been over 6 hours and memory has been very stable, whereas before it kept increasing.
I'm not sure how to reproduce this. I built locally and then used pm2 to run locally before running stress tests:
Describe the bug
I used
nuxt-schema-org
in production, which caused my server to crash every 6 hours. After debugging (running stress tests on my computer), I found that just addingnuxt-schema-org
tonuxt.config.ts
would cause memory to keep increasing, even if I didn't call any APIs.I tried downgrading to version 3.2.3 and the problem was fixed, but 3.2.3 doesn't have the default configurations defineWebSite and defineWebPage.
I've now deployed 3.2.3 to the production server. It's been over 6 hours and memory has been very stable, whereas before it kept increasing.
I'm not sure how to reproduce this. I built locally and then used pm2 to run locally before running stress tests:
Reproduction
No response
System / Nuxt Info
The text was updated successfully, but these errors were encountered: