We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我试过修改/root/run文件 if $PRELOAD_LD;then LD_PRELOAD=/lib/libhook.so ./df_game_r siroco11 start & sleep 2 LD_PRELOAD=/lib/libhook.so ./df_game_r siroco52 start & else ./df_game_r siroco11 start & sleep 2 ./df_game_r siroco52 start & fi 。修改为 LD_PRELOAD=/data/ext/dp2.6/dp2/libdp2pre.so ./df_game_r siroco11 start & LD_PRELOAD=/data/ext/dp2.6/dp2/libdp2pre.so ./df_game_r siroco52 start & ,但是重启docker之后又恢复成上面的了
The text was updated successfully, but these errors were encountered:
修改容器内的 /home/template/root/run
Sorry, something went wrong.
建议替换libGeoIP.so.1,这样还是能使用libhook.so优化cpu占用;或者使用集成了DP的站库分离 https://github.com/XanderYe/dnf
No branches or pull requests
我试过修改/root/run文件
if $PRELOAD_LD;then
LD_PRELOAD=/lib/libhook.so ./df_game_r siroco11 start &
sleep 2
LD_PRELOAD=/lib/libhook.so ./df_game_r siroco52 start &
else
./df_game_r siroco11 start &
sleep 2
./df_game_r siroco52 start &
fi
。修改为
LD_PRELOAD=/data/ext/dp2.6/dp2/libdp2pre.so ./df_game_r siroco11 start &
LD_PRELOAD=/data/ext/dp2.6/dp2/libdp2pre.so ./df_game_r siroco52 start &
,但是重启docker之后又恢复成上面的了
The text was updated successfully, but these errors were encountered: