Hello everyone: I have a questions confused me right now. today i try to publish my lift website by using mvn package, and got a war package sized more than 10M, the lib folder is the largest. i put this package in a jetty server found out it takes considerable memory cost. if there are lots lift web application in one jetty server, the cost maybe a disaster...
any idea for lower down the lift app memory cost? I thought a idea that put these lib files to the jetty lib folder, but only suitable for the libs like scala-library and H2 library. When put lift-webkit lib in jetty lib folder, there must be logic errors i think, because different apps shared one LiftRules obj... so any good idea ? thanks guys
-- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
