Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在运行 Kubuntu 18.04.1 并将 Eclipse 作为 snap 包安装。我想更改 and 的值Xms,Xmx但我无法编辑/snap/eclipse/29/eclipse.ini,因为它是只读的。有解决方法吗?
Xms
Xmx
/snap/eclipse/29/eclipse.ini
如果您通过命令行运行 eclipse,则可以添加参数:
snap run eclipse -vmargs -Xmx15g