Docs: remove Heroku install section

This commit is contained in:
Lovell Fuller 2023-01-16 12:06:08 +00:00
parent f79760b4f2
commit 069803b83d
3 changed files with 6 additions and 11 deletions

View File

@ -228,16 +228,6 @@ the use of an alternative memory allocator such as
Those using musl-based Linux (e.g. Alpine) and non-Linux systems are Those using musl-based Linux (e.g. Alpine) and non-Linux systems are
unaffected. unaffected.
## Heroku
Add the
[jemalloc buildpack](https://github.com/gaffneyc/heroku-buildpack-jemalloc)
to reduce the effects of memory fragmentation.
Set
[NODE_MODULES_CACHE](https://devcenter.heroku.com/articles/nodejs-support#cache-behavior)
to `false` when using the `yarn` package manager.
## AWS Lambda ## AWS Lambda
The `node_modules` directory of the The `node_modules` directory of the

File diff suppressed because one or more lines are too long

View File

@ -60,14 +60,18 @@ module.exports = [
'must', 'must',
'non', 'non',
'not', 'not',
'now',
'occur', 'occur',
'occurs', 'occurs',
'options', 'options',
'other', 'other',
'out', 'out',
'over', 'over',
'part',
'perform', 'perform',
'performs', 'performs',
'please',
'previously',
'produce', 'produce',
'provide', 'provide',
'provided', 'provided',
@ -112,6 +116,7 @@ module.exports = [
'using', 'using',
'value', 'value',
'values', 'values',
'via',
'were', 'were',
'when', 'when',
'which', 'which',