Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
tlrobinson
on Feb 1, 2017
|
parent
|
context
|
favorite
| on:
The JVM is not that heavy
Well, I sure wish I knew how to make our Clojure dev server (`lein ring server`) take less than 2 minutes to start up on a 4 core i7 16GB MacBook Pro.
Fortunately I typically only need to restart it when switching branches.
iLemming
on Feb 2, 2017
|
next
[–]
There's maybe just too much stuff required in user namespace? We were able to address many problems including this one when we switched to boot-clj
javajosh
on Feb 1, 2017
|
prev
[–]
Have you considered looking at it with a profiler? Some relevant tools: jconsole, YourKit, jmh...
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Fortunately I typically only need to restart it when switching branches.