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

Otis,

I haven't heard of anything particular regarding increased memory usage with apache jsp.  The way you have configured the glassfish impl it will use the eclipse ecj compiler, which is exactly what the apache impl does.

Do you have any heap dumps to show what the main memory hog is?

BTW I would always recommend for a production system to precompile jsps ...

cheers,
Jan

On 27 August 2015 at 18:02, 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



--
Jan Bartel <janb@xxxxxxxxxxx>
www.webtide.com
Expert assistance from the creators of Jetty and CometD


Back to the top