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.
我在 heroku 上运行带有 jruby 的 rails 应用程序。我想配置分配给 JVM 的内存量。我该怎么做呢?
heroku config:add JRUBY_OPTS="--1.9 -J-Xmn128m -J-Xms768m -J-Xmx768m"