跳至主要内容

linux清空journals空间

journalctl --vacuum-size=200M 

设置 /etc/systemd/journald.conf
修改 SystemMaxUse=50M
然后 systemctl restart systemd-journald

评论

此博客中的热门博文

shadowsocks android编译

git clone https://github.com/shadowsocks/shadowsocks-android.git cd shadowsocks-android git submodule update --init --recursive chmod a+rwx ./ -R docker run --rm -v ${PWD}:/build -w /build shadowsocks/android-ndk-go ./gradlew assembleDebug