The document increases in size according to the accesses. #14322
Unanswered
echevarria
asked this question in
Help
Replies: 1 comment 2 replies
-
Sounds like you're leaking data between requests which increases the size with every new request (sort of like a memory leak). Potentially you have a global variable in the server environment. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
I deployed the application on server and run in production mode. When starts the document size is 16k but when users start to access it increases in size, in the figure it has 12MB.
What's happening? I need do a different configuration on the application?
It's just happens on production mode.
Beta Was this translation helpful? Give feedback.
All reactions