Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #53918 All Revisions ] Back to Issue ]
Summary 0053918: BO utilization causes excessive JVM metaspace usage
Revision 2023-11-13 13:50 by alostale
Description When backoffice application is intensively used, the JVM metaspace consumption considerably increases.

Javascript code is compiled in the JVM for OBBindings (ie. for filter selectors), causing this pressure in the metaspace.

Ie.: this command shows the number of currently loaded scripts, which can be huege: jcmd Bootstrap VM.metaspace show-classes show-loaders | grep org.mozilla.javascript.gen | wc -l
Revision 2023-11-13 13:27 by alostale
Description When backoffice application is intensively used, the JVM metaspace consumption considerably increases.

Javascript code is compiled in the JVM for filter selectors and other means, causing this pressure in the metaspace.

Ie.: this command shows the number of currently loaded scripts, which can be huege: jcmd Bootstrap VM.metaspace show-classes show-loaders | grep org.mozilla.javascript.gen | wc -l
Revision 2023-11-13 13:22 by alostale
Description When backoffice application is intensively used, the JVM metaspace consumption considerably increases.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker