Overview

Information about this module's container configuration.

Module

The following table contains global module information.

Name:jDTAUS Core ⁑ RI Memory Manager
Description:Runtime and MemoryManager reference implementation.
Version:1.15

Specifications

This module does not define any specification.

Implementations

The following table lists all implementations provided by the module.

IdentifierNameVersionFinalImplemented specifications
org.jdtaus.core.lang.ri.DefaultMemoryManagerjDTAUS Core SPI1.15trueorg.jdtaus.core.lang.Runtime 1.0
org.jdtaus.core.lang.spi.MemoryManager 1.0

Dependencies

The following table lists all dependencies to provide when assembling an application.

SpecificationModuleRequired specification level
org.jdtaus.core.logging.spi.Logger

Logs events for a specific component.

jDTAUS Core ⁑ SPI1.0

Details

Implementation org.jdtaus.core.lang.ri.DefaultMemoryManager

jDTAUS Core SPI MemoryManager reference implementation.

The following table lists all properties of the implementation.

NameTypeAPIValue
defaultMaximumRetries

Default number of retries when trying to free memory.

class java.lang.Integerno1
defaultMaximumPercent

Default maximum percent of memory for use by the implementation.

class java.lang.Integerno98

The following table lists all dependencies of the implementation.

NameSpecificationImplementationRequired specification level
Loggerorg.jdtaus.core.logging.spi.Loggerany available1.0
Localejava.util.Localedefault1.1

The following table lists all messages the implementation uses.

MessageTemplates
outOfMemoryWarning

Out of memory warning.

Deutsch:

Wenig Hauptspeicher (verfügbar: {1,number}, benötigt {0,number}).

English:

Memory low (needed {0,number}, available {1,number}).
forcingGarbageCollection

Information about a forced garbage collection.

Deutsch:

Speicherbereinigung erzwungen ({0,number}).

English:

Forcing garbage collection ({0,number}).

See the javadoc documentation for further information.