diff options
author | 2021-10-05 23:09:57 -0700 | |
---|---|---|
committer | 2021-10-05 23:09:57 -0700 | |
commit | 0afec7739b9f1df8d9cf565f3fed19e663162734 (patch) | |
tree | 85c105acf36bc85255796b55f1bb3523d41efe65 | |
parent | a7173d54ce674f1ea8b8beb455456a7836d317cb (diff) | |
download | bun-0afec7739b9f1df8d9cf565f3fed19e663162734.tar.gz bun-0afec7739b9f1df8d9cf565f3fed19e663162734.tar.zst bun-0afec7739b9f1df8d9cf565f3fed19e663162734.zip |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -518,9 +518,9 @@ The implementation details of this module ID hash will vary between versions of ### Environment variables -- `GOMAXPROCS`: For `bun bun`, this sets the maximum number of threads to use. If you're experiencing an issue with `bun bun`, you try setting `GOMAXPROCS=1` to force it to be single-threaded +- `GOMAXPROCS`: For `bun bun`, this sets the maximum number of threads to use. If you're experiencing an issue with `bun bun`, try setting `GOMAXPROCS=1` to force bun to run single-threaded - `DISABLE_BUN_ANALYTICS=1` this disables Bun's analytics. Bun records bundle timings (so we can answer with data, "is bun getting faster?") and feature usage (e.g. "are people actually using macros?"). The request body size is about 60 bytes, so it's not a lot of data -- `TMPDIR`: Before `bun bun`, completes, it stores the new `.bun` in `$TMPDIR`. If unset, it defaults to the platform-specific temporary directory +- `TMPDIR`: Before `bun bun` completes, it stores the new `.bun` in `$TMPDIR`. If unset, `TMPDIR` defaults to the platform-specific temporary directory (on Linux, `/tmp` and on macOS `/private/tmp`) # Credits |