Skip to content

Commit 1614a47

Browse files
author
quarkusbot
committed
Sync web site with Quarkus documentation
1 parent ae6738d commit 1614a47

File tree

69 files changed

+614
-168
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+614
-168
lines changed

_data/versioned/3-15/index/quarkus.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,11 @@ types:
621621
id: security-basic-authentication-howto
622622
type: howto
623623
url: /guides/security-basic-authentication-howto
624+
- title: Frequently asked questions about writing extensions
625+
filename: extension-faq.adoc
626+
id: extensions-faq
627+
type: howto
628+
url: /guides/extension-faq
624629
- title: Quarkus Security with Jakarta Persistence
625630
filename: security-jpa.adoc
626631
summary: You can configure your application to use Jakarta Persistence to store users' identities.

_generated-doc/3.15/config/quarkus-all-config.adoc

Lines changed: 51 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18852,6 +18852,29 @@ endif::add-copy-button-to-env-var[]
1885218852
|string
1885318853
|
1885418854

18855+
a| [[quarkus-hibernate-orm_quarkus-hibernate-orm-database-version-check-enabled]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-database-version-check-enabled[`quarkus.hibernate-orm.database.version-check.enabled`]##
18856+
18857+
`quarkus.hibernate-orm."persistence-unit-name".database.version-check.enabled`
18858+
18859+
[.description]
18860+
--
18861+
Whether Hibernate ORM should check on startup
18862+
that the version of the database matches the version configured on the dialect
18863+
(either the default version, or the one set through `quarkus.datasource.db-version`).
18864+
18865+
This should be set to `false` if the database is not available on startup.
18866+
18867+
18868+
ifdef::add-copy-button-to-env-var[]
18869+
Environment variable: env_var_with_copy_button:+++QUARKUS_HIBERNATE_ORM_DATABASE_VERSION_CHECK_ENABLED+++[]
18870+
endif::add-copy-button-to-env-var[]
18871+
ifndef::add-copy-button-to-env-var[]
18872+
Environment variable: `+++QUARKUS_HIBERNATE_ORM_DATABASE_VERSION_CHECK_ENABLED+++`
18873+
endif::add-copy-button-to-env-var[]
18874+
--
18875+
|boolean
18876+
|``true` if the dialect was set automatically by Quarkus, `false` if it was set explicitly`
18877+
1885518878

1885618879
h|[[quarkus-hibernate-orm_section_quarkus-hibernate-orm-dialect]] [.section-name.section-level0]##link:#quarkus-hibernate-orm_section_quarkus-hibernate-orm-dialect[Dialect related configuration]##
1885718880
h|Type
@@ -43892,7 +43915,7 @@ Environment variable: `+++QUARKUS_KUBERNETES_CLIENT_WATCH_RECONNECT_INTERVAL+++`
4389243915
endif::add-copy-button-to-env-var[]
4389343916
--
4389443917
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-{summaryTableId}[icon:question-circle[title=More information about the Duration format]]
43895-
|`PT1S`
43918+
|
4389643919

4389743920
a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes-client_quarkus-kubernetes-client-watch-reconnect-limit]] [.property-path]##link:#quarkus-kubernetes-client_quarkus-kubernetes-client-watch-reconnect-limit[`quarkus.kubernetes-client.watch-reconnect-limit`]##
4389843921

@@ -43909,7 +43932,7 @@ Environment variable: `+++QUARKUS_KUBERNETES_CLIENT_WATCH_RECONNECT_LIMIT+++`
4390943932
endif::add-copy-button-to-env-var[]
4391043933
--
4391143934
|int
43912-
|`-1`
43935+
|
4391343936

4391443937
a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes-client_quarkus-kubernetes-client-connection-timeout]] [.property-path]##link:#quarkus-kubernetes-client_quarkus-kubernetes-client-connection-timeout[`quarkus.kubernetes-client.connection-timeout`]##
4391543938

@@ -43926,7 +43949,7 @@ Environment variable: `+++QUARKUS_KUBERNETES_CLIENT_CONNECTION_TIMEOUT+++`
4392643949
endif::add-copy-button-to-env-var[]
4392743950
--
4392843951
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-{summaryTableId}[icon:question-circle[title=More information about the Duration format]]
43929-
|`PT10S`
43952+
|
4393043953

4393143954
a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes-client_quarkus-kubernetes-client-request-timeout]] [.property-path]##link:#quarkus-kubernetes-client_quarkus-kubernetes-client-request-timeout[`quarkus.kubernetes-client.request-timeout`]##
4393243955

@@ -43943,7 +43966,7 @@ Environment variable: `+++QUARKUS_KUBERNETES_CLIENT_REQUEST_TIMEOUT+++`
4394343966
endif::add-copy-button-to-env-var[]
4394443967
--
4394543968
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-{summaryTableId}[icon:question-circle[title=More information about the Duration format]]
43946-
|`PT10S`
43969+
|
4394743970

4394843971
a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes-client_quarkus-kubernetes-client-request-retry-backoff-limit]] [.property-path]##link:#quarkus-kubernetes-client_quarkus-kubernetes-client-request-retry-backoff-limit[`quarkus.kubernetes-client.request-retry-backoff-limit`]##
4394943972

@@ -43960,7 +43983,7 @@ Environment variable: `+++QUARKUS_KUBERNETES_CLIENT_REQUEST_RETRY_BACKOFF_LIMIT+
4396043983
endif::add-copy-button-to-env-var[]
4396143984
--
4396243985
|int
43963-
|`0`
43986+
|
4396443987

4396543988
a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes-client_quarkus-kubernetes-client-request-retry-backoff-interval]] [.property-path]##link:#quarkus-kubernetes-client_quarkus-kubernetes-client-request-retry-backoff-interval[`quarkus.kubernetes-client.request-retry-backoff-interval`]##
4396643989

@@ -43977,7 +44000,7 @@ Environment variable: `+++QUARKUS_KUBERNETES_CLIENT_REQUEST_RETRY_BACKOFF_INTERV
4397744000
endif::add-copy-button-to-env-var[]
4397844001
--
4397944002
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-{summaryTableId}[icon:question-circle[title=More information about the Duration format]]
43980-
|`PT1S`
44003+
|
4398144004

4398244005
a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes-client_quarkus-kubernetes-client-http-proxy]] [.property-path]##link:#quarkus-kubernetes-client_quarkus-kubernetes-client-http-proxy[`quarkus.kubernetes-client.http-proxy`]##
4398344006

@@ -51834,6 +51857,25 @@ endif::add-copy-button-to-env-var[]
5183451857
|Map<String,String>
5183551858
|
5183651859

51860+
a|icon:lock[title=Fixed at build time] [[quarkus-oidc_quarkus-keycloak-devservices-container-memory-limit]] [.property-path]##link:#quarkus-oidc_quarkus-keycloak-devservices-container-memory-limit[`quarkus.keycloak.devservices.container-memory-limit`]##
51861+
51862+
[.description]
51863+
--
51864+
Memory limit for Keycloak container
51865+
51866+
If not specified, 750MiB is the default memory limit.
51867+
51868+
51869+
ifdef::add-copy-button-to-env-var[]
51870+
Environment variable: env_var_with_copy_button:+++QUARKUS_KEYCLOAK_DEVSERVICES_CONTAINER_MEMORY_LIMIT+++[]
51871+
endif::add-copy-button-to-env-var[]
51872+
ifndef::add-copy-button-to-env-var[]
51873+
Environment variable: `+++QUARKUS_KEYCLOAK_DEVSERVICES_CONTAINER_MEMORY_LIMIT+++`
51874+
endif::add-copy-button-to-env-var[]
51875+
--
51876+
|MemorySize link:#memory-size-note-anchor-{summaryTableId}[icon:question-circle[title=More information about the MemorySize format]]
51877+
|`750M`
51878+
5183751879

5183851880
a|icon:lock[title=Fixed at build time] [[quarkus-oidc_quarkus-oidc-enabled]] [.property-path]##link:#quarkus-oidc_quarkus-oidc-enabled[`quarkus.oidc.enabled`]##
5183951881

@@ -61676,6 +61718,8 @@ a| [[quarkus-quartz_quarkus-quartz-thread-count]] [.property-path]##link:#quarku
6167661718
--
6167761719
The size of scheduler thread pool. This will initialize the number of worker threads in the pool.
6167861720

61721+
It's important to bear in mind that Quartz threads are not used to execute scheduled methods, instead the regular Quarkus thread pool is used by default. See also `quarkus.quartz.run-blocking-scheduled-method-on-quartz-thread`.
61722+
6167961723

6168061724
ifdef::add-copy-button-to-env-var[]
6168161725
Environment variable: env_var_with_copy_button:+++QUARKUS_QUARTZ_THREAD_COUNT+++[]
@@ -61685,7 +61729,7 @@ Environment variable: `+++QUARKUS_QUARTZ_THREAD_COUNT+++`
6168561729
endif::add-copy-button-to-env-var[]
6168661730
--
6168761731
|int
61688-
|`25`
61732+
|`10`
6168961733

6169061734
a| [[quarkus-quartz_quarkus-quartz-thread-priority]] [.property-path]##link:#quarkus-quartz_quarkus-quartz-thread-priority[`quarkus.quartz.thread-priority`]##
6169161735

_generated-doc/3.15/config/quarkus-hibernate-orm.adoc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,29 @@ endif::add-copy-button-to-env-var[]
596596
|string
597597
|
598598

599+
a| [[quarkus-hibernate-orm_quarkus-hibernate-orm-database-version-check-enabled]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-database-version-check-enabled[`quarkus.hibernate-orm.database.version-check.enabled`]##
600+
601+
`quarkus.hibernate-orm."persistence-unit-name".database.version-check.enabled`
602+
603+
[.description]
604+
--
605+
Whether Hibernate ORM should check on startup
606+
that the version of the database matches the version configured on the dialect
607+
(either the default version, or the one set through `quarkus.datasource.db-version`).
608+
609+
This should be set to `false` if the database is not available on startup.
610+
611+
612+
ifdef::add-copy-button-to-env-var[]
613+
Environment variable: env_var_with_copy_button:+++QUARKUS_HIBERNATE_ORM_DATABASE_VERSION_CHECK_ENABLED+++[]
614+
endif::add-copy-button-to-env-var[]
615+
ifndef::add-copy-button-to-env-var[]
616+
Environment variable: `+++QUARKUS_HIBERNATE_ORM_DATABASE_VERSION_CHECK_ENABLED+++`
617+
endif::add-copy-button-to-env-var[]
618+
--
619+
|boolean
620+
|``true` if the dialect was set automatically by Quarkus, `false` if it was set explicitly`
621+
599622

600623
h|[[quarkus-hibernate-orm_section_quarkus-hibernate-orm-dialect]] [.section-name.section-level0]##link:#quarkus-hibernate-orm_section_quarkus-hibernate-orm-dialect[Dialect related configuration]##
601624
h|Type

_generated-doc/3.15/config/quarkus-hibernate-orm_quarkus.hibernate-orm.adoc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,29 @@ endif::add-copy-button-to-env-var[]
596596
|string
597597
|
598598

599+
a| [[quarkus-hibernate-orm_quarkus-hibernate-orm-database-version-check-enabled]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-database-version-check-enabled[`quarkus.hibernate-orm.database.version-check.enabled`]##
600+
601+
`quarkus.hibernate-orm."persistence-unit-name".database.version-check.enabled`
602+
603+
[.description]
604+
--
605+
Whether Hibernate ORM should check on startup
606+
that the version of the database matches the version configured on the dialect
607+
(either the default version, or the one set through `quarkus.datasource.db-version`).
608+
609+
This should be set to `false` if the database is not available on startup.
610+
611+
612+
ifdef::add-copy-button-to-env-var[]
613+
Environment variable: env_var_with_copy_button:+++QUARKUS_HIBERNATE_ORM_DATABASE_VERSION_CHECK_ENABLED+++[]
614+
endif::add-copy-button-to-env-var[]
615+
ifndef::add-copy-button-to-env-var[]
616+
Environment variable: `+++QUARKUS_HIBERNATE_ORM_DATABASE_VERSION_CHECK_ENABLED+++`
617+
endif::add-copy-button-to-env-var[]
618+
--
619+
|boolean
620+
|``true` if the dialect was set automatically by Quarkus, `false` if it was set explicitly`
621+
599622

600623
h|[[quarkus-hibernate-orm_section_quarkus-hibernate-orm-dialect]] [.section-name.section-level0]##link:#quarkus-hibernate-orm_section_quarkus-hibernate-orm-dialect[Dialect related configuration]##
601624
h|Type

_generated-doc/3.15/config/quarkus-kubernetes-client.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Environment variable: `+++QUARKUS_KUBERNETES_CLIENT_WATCH_RECONNECT_INTERVAL+++`
261261
endif::add-copy-button-to-env-var[]
262262
--
263263
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-{summaryTableId}[icon:question-circle[title=More information about the Duration format]]
264-
|`PT1S`
264+
|
265265

266266
a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes-client_quarkus-kubernetes-client-watch-reconnect-limit]] [.property-path]##link:#quarkus-kubernetes-client_quarkus-kubernetes-client-watch-reconnect-limit[`quarkus.kubernetes-client.watch-reconnect-limit`]##
267267

@@ -278,7 +278,7 @@ Environment variable: `+++QUARKUS_KUBERNETES_CLIENT_WATCH_RECONNECT_LIMIT+++`
278278
endif::add-copy-button-to-env-var[]
279279
--
280280
|int
281-
|`-1`
281+
|
282282

283283
a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes-client_quarkus-kubernetes-client-connection-timeout]] [.property-path]##link:#quarkus-kubernetes-client_quarkus-kubernetes-client-connection-timeout[`quarkus.kubernetes-client.connection-timeout`]##
284284

@@ -295,7 +295,7 @@ Environment variable: `+++QUARKUS_KUBERNETES_CLIENT_CONNECTION_TIMEOUT+++`
295295
endif::add-copy-button-to-env-var[]
296296
--
297297
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-{summaryTableId}[icon:question-circle[title=More information about the Duration format]]
298-
|`PT10S`
298+
|
299299

300300
a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes-client_quarkus-kubernetes-client-request-timeout]] [.property-path]##link:#quarkus-kubernetes-client_quarkus-kubernetes-client-request-timeout[`quarkus.kubernetes-client.request-timeout`]##
301301

@@ -312,7 +312,7 @@ Environment variable: `+++QUARKUS_KUBERNETES_CLIENT_REQUEST_TIMEOUT+++`
312312
endif::add-copy-button-to-env-var[]
313313
--
314314
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-{summaryTableId}[icon:question-circle[title=More information about the Duration format]]
315-
|`PT10S`
315+
|
316316

317317
a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes-client_quarkus-kubernetes-client-request-retry-backoff-limit]] [.property-path]##link:#quarkus-kubernetes-client_quarkus-kubernetes-client-request-retry-backoff-limit[`quarkus.kubernetes-client.request-retry-backoff-limit`]##
318318

@@ -329,7 +329,7 @@ Environment variable: `+++QUARKUS_KUBERNETES_CLIENT_REQUEST_RETRY_BACKOFF_LIMIT+
329329
endif::add-copy-button-to-env-var[]
330330
--
331331
|int
332-
|`0`
332+
|
333333

334334
a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes-client_quarkus-kubernetes-client-request-retry-backoff-interval]] [.property-path]##link:#quarkus-kubernetes-client_quarkus-kubernetes-client-request-retry-backoff-interval[`quarkus.kubernetes-client.request-retry-backoff-interval`]##
335335

@@ -346,7 +346,7 @@ Environment variable: `+++QUARKUS_KUBERNETES_CLIENT_REQUEST_RETRY_BACKOFF_INTERV
346346
endif::add-copy-button-to-env-var[]
347347
--
348348
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-{summaryTableId}[icon:question-circle[title=More information about the Duration format]]
349-
|`PT1S`
349+
|
350350

351351
a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes-client_quarkus-kubernetes-client-http-proxy]] [.property-path]##link:#quarkus-kubernetes-client_quarkus-kubernetes-client-http-proxy[`quarkus.kubernetes-client.http-proxy`]##
352352

_generated-doc/3.15/config/quarkus-kubernetes-client_quarkus.kubernetes-client.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Environment variable: `+++QUARKUS_KUBERNETES_CLIENT_WATCH_RECONNECT_INTERVAL+++`
261261
endif::add-copy-button-to-env-var[]
262262
--
263263
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-{summaryTableId}[icon:question-circle[title=More information about the Duration format]]
264-
|`PT1S`
264+
|
265265

266266
a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes-client_quarkus-kubernetes-client-watch-reconnect-limit]] [.property-path]##link:#quarkus-kubernetes-client_quarkus-kubernetes-client-watch-reconnect-limit[`quarkus.kubernetes-client.watch-reconnect-limit`]##
267267

@@ -278,7 +278,7 @@ Environment variable: `+++QUARKUS_KUBERNETES_CLIENT_WATCH_RECONNECT_LIMIT+++`
278278
endif::add-copy-button-to-env-var[]
279279
--
280280
|int
281-
|`-1`
281+
|
282282

283283
a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes-client_quarkus-kubernetes-client-connection-timeout]] [.property-path]##link:#quarkus-kubernetes-client_quarkus-kubernetes-client-connection-timeout[`quarkus.kubernetes-client.connection-timeout`]##
284284

@@ -295,7 +295,7 @@ Environment variable: `+++QUARKUS_KUBERNETES_CLIENT_CONNECTION_TIMEOUT+++`
295295
endif::add-copy-button-to-env-var[]
296296
--
297297
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-{summaryTableId}[icon:question-circle[title=More information about the Duration format]]
298-
|`PT10S`
298+
|
299299

300300
a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes-client_quarkus-kubernetes-client-request-timeout]] [.property-path]##link:#quarkus-kubernetes-client_quarkus-kubernetes-client-request-timeout[`quarkus.kubernetes-client.request-timeout`]##
301301

@@ -312,7 +312,7 @@ Environment variable: `+++QUARKUS_KUBERNETES_CLIENT_REQUEST_TIMEOUT+++`
312312
endif::add-copy-button-to-env-var[]
313313
--
314314
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-{summaryTableId}[icon:question-circle[title=More information about the Duration format]]
315-
|`PT10S`
315+
|
316316

317317
a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes-client_quarkus-kubernetes-client-request-retry-backoff-limit]] [.property-path]##link:#quarkus-kubernetes-client_quarkus-kubernetes-client-request-retry-backoff-limit[`quarkus.kubernetes-client.request-retry-backoff-limit`]##
318318

@@ -329,7 +329,7 @@ Environment variable: `+++QUARKUS_KUBERNETES_CLIENT_REQUEST_RETRY_BACKOFF_LIMIT+
329329
endif::add-copy-button-to-env-var[]
330330
--
331331
|int
332-
|`0`
332+
|
333333

334334
a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes-client_quarkus-kubernetes-client-request-retry-backoff-interval]] [.property-path]##link:#quarkus-kubernetes-client_quarkus-kubernetes-client-request-retry-backoff-interval[`quarkus.kubernetes-client.request-retry-backoff-interval`]##
335335

@@ -346,7 +346,7 @@ Environment variable: `+++QUARKUS_KUBERNETES_CLIENT_REQUEST_RETRY_BACKOFF_INTERV
346346
endif::add-copy-button-to-env-var[]
347347
--
348348
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html[Duration] link:#duration-note-anchor-{summaryTableId}[icon:question-circle[title=More information about the Duration format]]
349-
|`PT1S`
349+
|
350350

351351
a|icon:lock[title=Fixed at build time] [[quarkus-kubernetes-client_quarkus-kubernetes-client-http-proxy]] [.property-path]##link:#quarkus-kubernetes-client_quarkus-kubernetes-client-http-proxy[`quarkus.kubernetes-client.http-proxy`]##
352352

_generated-doc/3.15/config/quarkus-oidc_quarkus.keycloak.adoc

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,37 @@ endif::add-copy-button-to-env-var[]
303303
|Map<String,String>
304304
|
305305

306+
a|icon:lock[title=Fixed at build time] [[quarkus-oidc_quarkus-keycloak-devservices-container-memory-limit]] [.property-path]##link:#quarkus-oidc_quarkus-keycloak-devservices-container-memory-limit[`quarkus.keycloak.devservices.container-memory-limit`]##
307+
308+
[.description]
309+
--
310+
Memory limit for Keycloak container
311+
312+
If not specified, 750MiB is the default memory limit.
313+
314+
315+
ifdef::add-copy-button-to-env-var[]
316+
Environment variable: env_var_with_copy_button:+++QUARKUS_KEYCLOAK_DEVSERVICES_CONTAINER_MEMORY_LIMIT+++[]
317+
endif::add-copy-button-to-env-var[]
318+
ifndef::add-copy-button-to-env-var[]
319+
Environment variable: `+++QUARKUS_KEYCLOAK_DEVSERVICES_CONTAINER_MEMORY_LIMIT+++`
320+
endif::add-copy-button-to-env-var[]
321+
--
322+
|MemorySize link:#memory-size-note-anchor-{summaryTableId}[icon:question-circle[title=More information about the MemorySize format]]
323+
|`750M`
324+
306325

307326
|===
308327

328+
ifndef::no-memory-size-note[]
329+
[NOTE]
330+
[id=memory-size-note-anchor-quarkus-oidc_quarkus-keycloak]
331+
.About the MemorySize format
332+
====
333+
A size configuration option recognizes strings in this format (shown as a regular expression): `[0-9]+[KkMmGgTtPpEeZzYy]?`.
334+
335+
If no suffix is given, assume bytes.
336+
====
337+
ifndef::no-memory-size-note[]
309338

310339
:!summaryTableId:

_generated-doc/3.15/config/quarkus-oidc_quarkus.keycloak.devservices.adoc

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,36 @@ endif::add-copy-button-to-env-var[]
299299
|Map<String,String>
300300
|
301301

302+
a|icon:lock[title=Fixed at build time] [[quarkus-oidc_quarkus-keycloak-devservices_quarkus-keycloak-devservices-container-memory-limit]] [.property-path]##link:#quarkus-oidc_quarkus-keycloak-devservices_quarkus-keycloak-devservices-container-memory-limit[`quarkus.keycloak.devservices.container-memory-limit`]##
303+
304+
[.description]
305+
--
306+
Memory limit for Keycloak container
307+
308+
If not specified, 750MiB is the default memory limit.
309+
310+
311+
ifdef::add-copy-button-to-env-var[]
312+
Environment variable: env_var_with_copy_button:+++QUARKUS_KEYCLOAK_DEVSERVICES_CONTAINER_MEMORY_LIMIT+++[]
313+
endif::add-copy-button-to-env-var[]
314+
ifndef::add-copy-button-to-env-var[]
315+
Environment variable: `+++QUARKUS_KEYCLOAK_DEVSERVICES_CONTAINER_MEMORY_LIMIT+++`
316+
endif::add-copy-button-to-env-var[]
317+
--
318+
|MemorySize link:#memory-size-note-anchor-{summaryTableId}[icon:question-circle[title=More information about the MemorySize format]]
319+
|`750M`
320+
302321
|===
303322

323+
ifndef::no-memory-size-note[]
324+
[NOTE]
325+
[id=memory-size-note-anchor-quarkus-oidc_quarkus-keycloak-devservices]
326+
.About the MemorySize format
327+
====
328+
A size configuration option recognizes strings in this format (shown as a regular expression): `[0-9]+[KkMmGgTtPpEeZzYy]?`.
329+
330+
If no suffix is given, assume bytes.
331+
====
332+
ifndef::no-memory-size-note[]
304333

305334
:!summaryTableId:

0 commit comments

Comments
 (0)