[issue26562] Large Involuntary context switches during oom-killer

Robert Collins report at bugs.python.org
Mon Mar 14 18:21:15 EDT 2016


Robert Collins added the comment:

So this test script is making a 65K entry dict, and each item is a new, separate 65K string. The strings are allocated in single chunks, so we should expect  couple hundred reference count writes total.

AIUI involuntary context switches occur when there is CPU contention. What else do you have running? 

Notable Python is taking 3.83 seconds of system time, much more than your other tests. You may get some insight from strace -c.

----------
nosy: +rbcollins

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26562>
_______________________________________


More information about the Python-bugs-list mailing list