dsilakov

Results 4 comments of dsilakov
trafficstars

... and it helps to turn off "Shortcuts toggle" for the kitty window.

To be more precise - in JVM, the magic you are referencing to happens inside the OSContainer class and JVM seems to have some trickier logic when detecting if it...

Heh, after a closer look, JVM also contains a set of hacks for treating cpu.shares equal to 1024: https://github.com/openjdk/jdk/blob/master/src/hotspot/os/linux/cgroupV1Subsystem_linux.cpp#L278 https://github.com/openjdk/jdk/blob/master/src/java.base/linux/classes/jdk/internal/platform/cgroupv1/CgroupV1Subsystem.java#L247 Honestly I don't know what should be a proper fix...

> We had a duplicate opened in #9537 and the op said pytest does things correctly. So here's how pytest-xdist does it: > > https://github.com/pytest-dev/pytest-xdist/blob/470bc83a253d6a05d2f282e981c61e438dbd0302/src/xdist/plugin.py#L14-L52 That solution is still not...