LibreOffice 已停止在 Ubuntu 18 上运行

LibreOffice 已停止在 Ubuntu 18 上运行

自从我升级到 Ubuntu 18 后,LibreOffice 就停止工作了。
启动时它会抱怨“内存不足”错误。我的电脑有 24GB RAM,所以我不明白它为什么需要更多内存才能运行……

命令行:

$ soffice 
Error occurred during initialization of VM
java.lang.OutOfMemoryError: unable to create new native thread
JavaVM: JNI_CreateJavaVM called os::abort(), caught by abort_handler 
in javavm.cxx
[Java framework] sunjavaplugin.soCan not create JavaVirtualMachine, 
abort handler was called.

$ free
          total       utilisé      libre     partagé tamp/cache   disponible
Mem:       24113928     9915852     2726308     1619792    11471768    
12208684
Partition d'échange:    34576376       75516    34500860

答案1

更新我的 Ubuntu 18.04.1 后,LibreOffice 无法启动。我尝试了建议的解决方案,例如从 .config 中删除 libreoffice、卸载并安装 LibreOffice 等。但都不起作用。然后我尝试了 Terrance 的重新安装 ( sudo apt install --reinstall libreoffice),成功了。

相关内容