12 2022 档案
摘要:参考:MySQL 案例:Delete 删数据后磁盘空间未释放 - 腾讯云开发者社区-腾讯云 (tencent.com) 1. 查看有多少为回收的空间 select * from information_schema.tables where TABLE_NAME ='ai_t_placedetect
阅读全文
摘要:1. MySQL查看剩余空间 select table_name, round(data_length/1024/1024) as data_length_mb, round(data_free/1024/1024) as data_free_mb from information_schema.t
阅读全文
摘要:jvm 参数 JAVA_OPTIONS="-Xmx30720m -Xms2048m -XX:+HeapDumpOnOutOfMemoryError " 内存溢出 参数 [C:\Users\linux\Downloads\CrashAnalysis-master]$ java -jar CrashAn
阅读全文