
Alle relevanten Memory-Management-Parameter sind mit einem optimalen Standardwert vorbelegt, so dass alle manuellen Konfigurationen unnötig sind.
Die folgende Tabelle gibt eine Übersicht über diese Werte.
|
Profilparameter |
Standardwert |
Einheit |
|---|---|---|
|
abap/heap_area_dia |
2000000000 |
Byte |
|
abap/heap_area_nondia |
0 |
Byte |
|
abap/heap_area_total |
[PM] * 1048576 |
Byte |
|
em/initial_size_MB |
[PM] |
Megabyte |
|
em/max_size_MB |
[PM] * 1,5 |
Megabyte |
|
em/address_space_MB |
4096 |
Megabyte |
|
rdisp/ROLL_MAXFS |
[BE] * 100 |
8 KB-Block |
|
rdisp/ROLL_SHM |
[BE] * 100 |
8 KB-Block |
|
rdisp/PG_MAXFS |
32768 |
8 KB-Block |
|
rdisp/PG_SHM |
[BE] * 50 |
8 KB-Block |
|
ztta/roll_area |
6500000 |
Byte |
|
ztta/roll_extension |
2000000000 |
Byte |
Dabei gilt:
[HS] = Größe des physikalischen Hauptspeichers
[PM] = Wert des Profilparameters PHYS_MEMSIZE (Standardwert=[HS])
[BE] = maximal mögliche Benutzeranzahl (wird aus [PM] berechnet)
Das Zero Administration Memory Management unter Windows verfolgt das Ziel, die Anzahl der relevanten Profilparameter zu reduzieren, um damit die Wartung und Konfiguration des Anwendungsservers zu vereinfachen und die zur Verfügung stehenden Ressourcen optimal zu nutzen. Weitere Informationen finden Sie im SAP-Hinweis 88416.