Stephen Sill II
Stephen Sill II
The bottom bulge on this is not particular to the any printer as I understand it. The issue is documented heavily here: https://forum.prusaprinters.org/forum/original-prusa-i3-mk3s-mk3-how-do-i-print-this-printing-help/buldge-when-print-reaches-solid-layers/paged/1/ I'm really hoping this gets some attention.
I'm seeing a similar issue in 2.0.24. I'm currently running a test with 2.0.25.1 to see if the problem still exists. We also upgraded to python 3.12 at the same...
> @dcere How did you figure out it was the **greenlet** that was causing the memory leak? > > in my case, only a certain pod is getting restarted due...
in my case, I believe my python brethren switched to uwsgi from gunicorn because gunicorn didn't support chunked-encoding. I'm that's the extent of my familiarity with using uwsgi, but it...
they're using django, is the thread manager something implemented at the django level. Sorry, I'm a java EE guy lol so I don't generally have these problems, but I'm trying...
or do you mean https://pypi.org/project/threadmanager/
I'm not 100% convinced that the problem I'm seeing is a uwsgi thing either.
I just ran a test with the latest uwsgi version, 2.0.25.1 and I still see the issue. the mem usage in the pod definitely climbed when I added a specific...
I have a pretty busy week this week. I'll try to tackle this over the weekend. In which document am I adding this? I have one remaining issue with my...
I finally got my last problem solved. it's now fully java17 yay. the version of resteasy in wildfly 26, v4.7.4, doesn't deal with the jakarta classes fully yet, that' not...