【发布时间】:2013-11-02 05:09:55
【问题描述】:
我有一个来自其他人的 git 存储库的 project.clj 文件。有一行写着
:jvm-opts ^:replace []
我知道:jvm-opts 允许添加java 命令行选项。 ^:replace 是做什么的? Leiningen 的profile.md 有一些介绍,Leiningen 的示例项目文件sample.project.clj 中也有提到,但我还是不明白。我想将"-Xmx1G" 添加到 jvm-opts。
【问题讨论】: