Information about this module's container configuration.
The following table contains global module information.
| Name: | jDTAUS Core ⁑ RI Memory Manager |
|---|---|
| Description: | Runtime and MemoryManager reference implementation. |
| Version: | 1.15 |
The following table lists all implementations provided by the module.
| Identifier | Name | Version | Final | Implemented specifications |
|---|---|---|---|---|
| org.jdtaus.core.lang.ri.DefaultMemoryManager | jDTAUS Core SPI | 1.15 | true | org.jdtaus.core.lang.Runtime 1.0 org.jdtaus.core.lang.spi.MemoryManager 1.0 |
jDTAUS Core SPI MemoryManager reference implementation.
The following table lists all properties of the implementation.
| Name | Type | API | Value |
|---|---|---|---|
| defaultMaximumRetries Default number of retries when trying to free memory. | class java.lang.Integer | no | 1 |
| defaultMaximumPercent Default maximum percent of memory for use by the implementation. | class java.lang.Integer | no | 98 |
The following table lists all dependencies of the implementation.
| Name | Specification | Implementation | Required specification level |
|---|---|---|---|
| Logger | org.jdtaus.core.logging.spi.Logger | any available | 1.0 |
| Locale | java.util.Locale | default | 1.1 |
The following table lists all messages the implementation uses.
| Message | Templates |
|---|---|
| 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}). |