Skip to content

update-pipeline.max_heap_size

Set Java heap size used for update pipelines.

Key: update-pipeline.max_heap_size
Type: Integer
Can be set in: collection.cfg

Description

This option sets the Java heap size in megabytes using the Java command-line options: -Xmx. This will be used when running the update pipeline.

The minimum value is 32.

Default Value

update-pipeline.max_heap_size=192

Examples

Change the heap size to 256MB for a large web collection.

update-pipeline.max_heap_size=256

Notes

The heap size should never exceed the amount of available memory physical memory. When setting the heap size you will need to take into account the amount of memory being used by the OS, Funnelback Web Server (Jetty), Funnelback daemon server, Funnelback redis server as well as other running processes.

See Also

top

Funnelback logo
v15.24.0