Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] jsp-impl Apache vs. Glassfish - BIG memory difference

Which version of Jetty 9?

Joakim Erdfelt / joakim@xxxxxxxxxxx

On Thu, Aug 27, 2015 at 1:02 AM, Otis Gospodnetić <otis.gospodnetic@xxxxxxxxx> wrote:
Hi,

After switching from Jetty 8 to Jetty 9 we saw an increase in memory usage.  We have not been able to find the source of this issue :(

In the process we we changed from

--module=jstl jsp-impl=apache

to:

--module=jstl jsp-impl=glassfish -Dorg.apache.jasper.compiler.disablejsr199=true

And the memory dropped significantly!

RAM:


Is this a known thing?

Thanks,
Otis
--
Monitoring * Alerting * Anomaly Detection * Centralized Log Management
Solr & Elasticsearch Support * http://sematext.com/


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top