Skip to content

jetty.max_metaspace_size

Specify the metaspace memory size the Jetty web server service should be generated with.

Key: jetty.max_metaspace_size
Type: String
Can be set in: global.cfg

Description

Specify the amount of metaspace memory the Jetty web server service should be generated with next time it is regenerated by the start_funnelback_on_boot.pl script. This effectively sets the JVM -XX:MaxMetaspaceSize= option on the jetty process.

The format of the value is as for the JVM's -XX:MaxMetaspaceSize= option, i.e. a number followed by a unit, generally m for megabytes or g for gigabytes.

Note that changing this value will have no impact until the service is regenerated, it's just specified here to avoid custom values being overwritten within the service config on upgrade etc.

Default Value

jetty.max_heap_size=512m

See Also

top

Funnelback logo
v15.24.0