@@ -44,7 +44,7 @@ To override any part of a property, you have to provide the entire property.
44
44
| ` hooks ` | A [ hooks dictionary] ( #hooks ) | | No | What commands run at different stages in the build and deploy process. |
45
45
| ` crons ` | A [ cron dictionary] ( #crons ) | | No | Scheduled tasks for the app. |
46
46
| ` source ` | A [ source dictionary] ( #source ) | | No | Information on the app's source code and operations that can be run on it. |
47
- | ` runtime ` | A [ runtime dictionary] ( #runtime ) | | No | Customizations to your PHP or Lisp runtime. |
47
+ | ` runtime ` | A [ runtime dictionary] ( #runtime ) | | No | Customizations to your PHP runtime. |
48
48
| ` additional_hosts ` | An [ additional hosts dictionary] ( #additional-hosts ) | | Yes | Maps of hostnames to IP addresses. |
49
49
50
50
## Root directory
@@ -167,7 +167,6 @@ The following table shows which container profiles {{% vendor/name %}} applies w
167
167
| InfluxDB | HIGH_MEMORY |
168
168
| Java | HIGH_MEMORY |
169
169
| Kafka | HIGH_MEMORY |
170
- | Lisp | HIGH_CPU |
171
170
| MariaDB | HIGH_MEMORY |
172
171
| Memcached | BALANCED |
173
172
| MongoDB | HIGH_MEMORY |
@@ -1209,7 +1208,7 @@ Run the following command:
1209
1208
1210
1209
# # Runtime
1211
1210
1212
- The following table presents the various possible modifications to your PHP or Lisp runtime :
1211
+ The following table presents the various possible modifications to your PHP runtime :
1213
1212
1214
1213
| Name | Type | Language | Description |
1215
1214
|-----------------------------|------------------------------------------------------------|----------|--------------------------------------------------------------------------------------------|
@@ -1218,7 +1217,6 @@ The following table presents the various possible modifications to your PHP or L
1218
1217
| `request_terminate_timeout` | `integer` | PHP | The timeout for serving a single request after which the PHP-FPM worker process is killed. |
1219
1218
| `sizing_hints` | A [sizing hints definition](#sizing-hints) | PHP | The assumptions for setting the number of workers in your PHP-FPM runtime. |
1220
1219
| `xdebug` | An Xdebug definition | PHP | The setting to turn on [Xdebug](/languages/php/xdebug.md). |
1221
- | `quicklisp` | Distribution definitions | Lisp | [Distributions for QuickLisp](/languages/lisp.md#quicklisp-options) to use. |
1222
1220
1223
1221
You can also set your [app's runtime timezone](/create-apps/timezone.md).
1224
1222
0 commit comments