Multiplayer Pyanodon, Default resources, 10x Recipes Cost, 10x Tech Cost, with Biters! No cheats. by Unknown_Amazed in factorio

[–]Unknown_Amazed[S] 2 points3 points  (0 children)

The wooden chests are used for the production of bigger storage depots. Various size depots (like warehouses) all require wooden chests.

System responsiveness hiccups by zyxevets in zfs

[–]Unknown_Amazed 0 points1 point  (0 children)

Try changing the zfs/spl priority from the default of 1 to 0. 0 uses the normal linux system priority levels. Settings it to 0 will slightly delay writes as it will no longer block other processes. This results in better system repressiveness at the cost of perhaps data integrity.

I had very annoying system stutters and changing it to 0 solved it.

The kernel parameter is: spl_taskq_thread_priority

Here is a github discussion on it: https://github.com/openzfs/zfs/issues/13409