JAVA_NAMESPACE_SIZE option

Function

Limits the memory used by Java applications for a database.

Allowed values

Integer

Default

4000000

Description

This option sets the maximum size (in bytes) of that part of the memory that is allocated to Java applications on a per-database basis.

Per-database memory allocations include Java class definitions. As class definitions are effectively read-only, they are shared between connections. Consequently, their allocations come directly from the fixed cache, and JAVA_NAMESPACE sets a limit on the size of these allocations.