摘要: 1. 照片双栏格式插入 \begin{figure} \includegraphics[width=\linewidth]{qian.jpg} \caption{Example of a figure caption.} \label{qian.jpg} \end{figure} 2. 照片单栏格式 阅读全文
posted @ 2023-04-17 15:26 juneyiiii 阅读(3304) 评论(0) 推荐(0)
摘要: 1、查看信息: 输入以下命令: dmesg | egrep -i -B100 'killed process' 可以输出最近killed的信息。 2、设定kill优先度: 1)完全关掉OOM(不建议): sysctl vm.overcommit_memory=2 echo “vm.overcommi 阅读全文
posted @ 2023-04-17 10:09 juneyiiii 阅读(885) 评论(0) 推荐(0)