LD_PRELOAD=/usr/lib/libjemalloc.so.2 \
MALLOC_CONF='prof:true,prof_prefix:/tmp/jemalloc.7d2d,lg_prof_interval:24,lg_prof_sample:16' \
%command% -skipnewsscreen=true -skipintro -force-vulkan
jeprof --text /usr/lib/libjemalloc.so.2 /tmp/jemalloc.7d2d.* > jeprof.txt
PID=$(pgrep -n 7DaysToDie)
cat /proc/$PID/maps > maps_at_profile.txt
/etc/security/limits.conf
: https://pastebin.com/6ujePk3P/etc/security/limits.conf
file is pretty much useless and doesn't work./etc/systemd/user.conf
: https://pastebin.com/QCmV60jk/etc/systemd/system.conf
: https://pastebin.com/T9yAfa8EVulkan - Suboptimal memory type used for buffer because of low memory
Vulkan - Suboptimal memory type used for image because of low memory
uniq
to get rid of duplicate lines after which I was able to upload it.That's great! Thank youView attachment 37042
Just so yall aren't in the dark, some progress has been made in R/D for Vulkan issues. More work and R/D to be done though.
That sounds great! Good luck and thanks for all the effort!Just so yall aren't in the dark, some progress has been made in R/D for Vulkan issues. More work and R/D to be done though.