Hello.
I am newbie in webdev using lift and scala.
I set up the Windows dev environment as described in this excellent
tutorial video
http://vimeo.com/27162278 (the project is here:
https://github.com/pkufashuo400/liftweb-skeleton) with one exception -
I did not install JRebel.
Just ran "sbt ~jetty-run" allowing Jetty be restarted each time the
code is changed.
After 4-5 changes I get OutOfMemory error.
Windows task manager shows increasing of the memory consumption by
150Mb on each Jetty restart.
So, initially, java.exe uses about 150M, then 300Mb after the first
restart, 450Mb after the second restart, etc, then crashes on the 4th
or the 5th restart.
Did anybody encounter the same problem?
Is there a way to set up a daemon which will be watching the sources
and restart Jetty big number of times?
4..5 times is too small for my needs, because I am learning the
framework, make the changes, see what happens, etc.
Thank you!