You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openam-documentation/openam-doc-source/src/main/asciidoc/deployment-planning/chap-hw-sw-requirements.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ Check your assumptions in testing. For example, make sure that logs are cleaned
127
127
[#ram-requirements]
128
128
==== Random Access Memory Requirements
129
129
130
-
OpenAM core services require a minimum JVM heap size of 1 GB and, when running on JDK 7, a minimum permanent generation size of 256 MB. If you are including the embedded OpenDJ directory, OpenAM requires at least a 2 GB heap, as 50% of that space is allocated to OpenDJ.
130
+
OpenAM core services require a minimum JVM heap size of 1 GB and. If you are including the embedded OpenDJ directory, OpenAM requires at least a 2 GB heap, as 50% of that space is allocated to OpenDJ.
Copy file name to clipboardExpand all lines: openam-documentation/openam-doc-source/src/main/asciidoc/install-guide/chap-prepare-install.adoc
+4-26Lines changed: 4 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,26 +57,11 @@ OpenAM software depends on a Java runtime environment. Check the output of `java
57
57
==== Settings For Sun/Oracle Java Environments
58
58
59
59
--
60
-
When using a Sun or Oracle Java environment set at least the following options.
60
+
When using an Adoptium, Azul or Oracle Java environment set at least the following options.
61
61
62
62
`-server`::
63
63
Use `-server` rather than `-client`.
64
64
65
-
`-Xmx1g` (minimum)::
66
-
OpenAM requires at least a 1 GB heap. If you are including the embedded OpenDJ directory, OpenAM requires at least a 2 GB heap, as 50% of that space is allocated to OpenDJ. Higher volume and higher performance deployments require additional heap space.
67
-
68
-
`-XX:PermSize=256m` (when using JDK 7)::
69
-
Set the permanent generation size to 256 MB.
70
-
71
-
`-XX:MaxPermSize=256m` (when using JDK 7)::
72
-
Set the maximum permanent generation size to 256 MB.
73
-
74
-
`-XX:MetaspaceSize=256m` (when using JDK 8)::
75
-
Set the metaspace memory size to 256 MB.
76
-
77
-
`-XX:MaxMetaspaceSize=256m` (when using JDK 8)::
78
-
Set the maximum metaspace memory size to 256 MB.
79
-
80
65
81
66
[IMPORTANT]
82
67
====
@@ -107,9 +92,6 @@ When using an IBM Java environment set at least the following options.
OpenAM requires at least a 1 GB heap. If you are including the embedded OpenDJ directory, OpenAM requires at least a 2 GB heap, as 50% of that space is allocated to OpenDJ. Higher volume and higher performance deployments require additional heap space.
112
-
113
95
--
114
96
115
97
@@ -1377,7 +1359,7 @@ You should also ensure `sslProtocol` is set to `TLS`, which disables the potenti
The following example script, `/etc/init.d/tomcat`, manages the service at system startup and shutdown. This script assumes you run OpenAM as the user `openam` and that you use Oracle JDK 7.
1362
+
The following example script, `/etc/init.d/tomcat`, manages the service at system startup and shutdown. This script assumes you run OpenAM as the user `openam` and that you use Oracle JDK 8.
@@ -1485,10 +1467,6 @@ After configuring JBoss or WildFly, you then prepare OpenAM for deployment by ma
1485
1467
.. Open the `standalone.conf` file in the `/path/to/jboss/bin` directory for JBoss or WildFly in standalone mode.
1486
1468
1487
1469
.. Check the JVM settings associated with `JAVA_OPTS`.
1488
-
+
1489
-
Change the JVM heap size to `-Xmx1024m`. The default JVM heap size for some versions of JBoss might already exceed the recommended value. If you are using the embedded version of OpenDJ, the minimum heap size may be higher. For details on the JVM options to use, see xref:#prepare-java["Preparing a Java Environment"].
1490
-
+
1491
-
Change the metaspace size to `-XX:MaxMetaspaceSize=256m` if the default size does not exceed this amount.
1492
1470
1493
1471
.. Set the following JVM `JAVA_OPTS` setting in the same file:
0 commit comments