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
my application use pyzmq work with tornado, main work is just like a task center.
The memory will increase into 6G when task is busy, but when i stop task request and after all zmq task finished, the memory only reduce to 3.9g. i use gc.set_debug(DEBUG_LEAK) and find many objects can't be released.
<cell at 0x7fa3b33389f0: weakproxy object at 0x7fa3d88aafc8>,
<cell at 0x7fa3b3338ec0: function object at 0x7fa3d0ac52a8>,
<cell at 0x7fa3b33382f0: function object at 0x7fa3d0ac5aa0>
python:2.7.5
tornado:4.5.2
pyzmq:17.0.0
code as below:
my application use pyzmq work with tornado, main work is just like a task center.
The memory will increase into 6G when task is busy, but when i stop task request and after all zmq task finished, the memory only reduce to 3.9g. i use gc.set_debug(DEBUG_LEAK) and find many objects can't be released.
<cell at 0x7fa3b33389f0: weakproxy object at 0x7fa3d88aafc8>,
<cell at 0x7fa3b3338ec0: function object at 0x7fa3d0ac52a8>,
<cell at 0x7fa3b33382f0: function object at 0x7fa3d0ac5aa0>
python:2.7.5
tornado:4.5.2
pyzmq:17.0.0
code as below:
The text was updated successfully, but these errors were encountered: