mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
Docs: remove Heroku install section
This commit is contained in:
parent
f79760b4f2
commit
069803b83d
@ -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
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user