Kai Krakow
Kai Krakow
> Since the Ryzen design (guessing) is 4 cores per die for all CPUs I assume that an R5 gets 3 cores per die, with core 4 and 7 being...
I'm on the way to closing https://github.com/FeralInteractive/gamemode/issues/57 with some script improvements. But I still think this should stay open because it would be a nice addition to the features if...
I have been working on some Wine patches to add the ability for games to set affinity by themselves. I'm not sure if the implementation is correct or could help...
Changelog summaries of kernel 5.3 say that some info from `/sys` may now actually show the topology of CPUs. Anyone finding a difference to previous results?
The latency thing might actually be a quite good heuristic because it would work universally...
I think the reason behind this is unbundling the dependencies into separate packages how distributions should do it. That way, common dependencies could be shared and won't run into issues...
I wonder if adding 1-2 GB of swap would work around the issue? The Linux kernel memory manager does not really like to work completely without swap unless you carefully...
What's the resident and virtual size of the fossilize processes when the problem builds up? Is it really fossilize itself, or does it rather dominate the cache and dirty pages?
Did you manually increase the fossilize worker number? "to speed things up"? It should run two workers by default, and put workers into T state if something is running out...
Maybe related to #196 which reproduces it using the pipeline cache and running fossilize manually?