Replies: 2 comments 6 replies
-
Hi, Without a code snipped or at least some more details of what you are doing all I can say is that it's not a common issue, and not something does by its own. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@CaselIT Sorry for the delay, below is the related class
|
Beta Was this translation helpful? Give feedback.
6 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.
-
Hi
I have written a POST api which involves some multiprocessing, when monitoring the docker container running this falcon app I notice a memory build up is happening and NOT relieved over the time. Falcon route attaching to a single class instance may be reason behind this ? this is common scenario so everyone should see their memory building up or I am doing something basically wrong in setting up the falcon app.
Note: I m a beginner in the world of python.
TIA !
Beta Was this translation helpful? Give feedback.
All reactions