I think he means disk space. Although for some reason 256m didn't seem to be enough for my super-low-traffic webapp... but I don't want to derail this thread.
------------------------------------- David Pollak<[email protected]> wrote: On Wed, Jan 13, 2010 at 8:00 PM, XiaomingZheng <[email protected]>wrote: > 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 > I routinely run low-traffic Lift-based web sites in Jetty with a 32MB heap size on the JVM. I doubt you're going to get it smaller than that. What are your constraints? > > -- > 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]<liftweb%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/liftweb?hl=en. > > > > -- Lift, the simply functional web framework http://liftweb.net Beginning Scala http://www.apress.com/book/view/1430219890 Follow me: http://twitter.com/dpp Surf the harmonics -- 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.
-- 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.
