Michael J. Evans
Michael J. Evans
I'm still experimenting with memory, and quite a bit of other things, but at the moment It's possible to limit the memory usage, and also the memory used by lwjgl....
Imagine my surprise and horror upon realizing that a 20 hour render of the world finally finished... only for the very next layer it attempted to over-write the chunk cache...
The cache only works if the render settings are exactly the same. One map view, the exact same region limit size.
Is the ID file still necessary in 1.13+? It seems that block names rather than IDs already being looked up, but the blocks aren't rendering even with mods configured (and...
I just encountered this same issue while trying to dump biomes... It seems to crash even while trying to dump a simple list of tags-item-split that have ores. : (...
Additionally: ADDING this mod, doing nothing else with it at all, causes strange rendering issues for at least Tinker's Construct. I'm amazed there's any graphical component at all, and that...
I agree, it probably breaks some other classes loading and that's likely what causes the render breaks. Hopefully the issues are all resolved by a 1.18.2 version.
I am attempting to build this on Debian stable (11 Bullseye released in 2021), following the current Linux directions with some minor changes. # # language-pack-en is missing, $ sudo...
Rebased instructions based on the archlinux package build https://github.com/royshil/obs-backgroundremoval/issues/8#issuecomment-840460333 src-obs-backgroundremoval$ cmake -B build -DobsIncludePath=/usr/include/obs -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_RPATH="/usr/lib/obs-backgroundremoval" -DOnnxruntime_INCLUDE_DIRS=/usr/include/onnx/ -DOnnxruntime_INCLUDE_DIR=/usr/include/onnx/ -DOnnxruntime_LIBRARIES=/usr/lib/x86_64-linux-gnu/libonnx.so cd build ; make ... onnxruntime_cxx_api.h isn't included in any package...
Looking at the output from zpool events -v I can see why you say dumping these to dmesg would get very chatty. zpool status -v might mention the zpool events...