Commit Graph

2 Commits

Author SHA1 Message Date
Anton Nikolaev
5ecd353416 Increase memory limit for build scripts (#1594)
Summary:
Pull Request resolved: https://github.com/facebook/flipper/pull/1594

Currently our github actions are failing with OOM, so I've increased heap to 4GB to fix that.

Reviewed By: passy

Differential Revision: D24253742

fbshipit-source-id: d0e87784c334b58a0b4240504814e677f6eeea91
2020-10-12 12:20:30 -07:00
Anton Nikolaev
5dc3ab4ea2 Faster script execution by ts-node
Summary: It takes few seconds for ts-node to start even for small scripts. TS_NODE_TRANSPILE_ONLY env var makes loading much faster ~100-200ms.

Reviewed By: mweststrate

Differential Revision: D20769639

fbshipit-source-id: 9b09a4e128e6b9c9651de98d8193b1d3a8f42b64
2020-04-01 02:52:01 -07:00