diff options
| author | mo khan <mo.khan@gmail.com> | 2019-12-17 17:05:40 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-01-24 10:55:39 -0700 |
| commit | 3bc5db6dbbc1f78d423f5ef367b64ed7d1f1a6ac (patch) | |
| tree | b522743b7422307a42405375393e5fa6f3087b92 | |
| parent | 2ff2fb114e87ac65d744fcc1285a55af7f40beda (diff) | |
Export BUNDLE_JOBS to default to 8
| -rw-r--r-- | config/bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/bashrc b/config/bashrc index e1d8c9e..8a4721c 100644 --- a/config/bashrc +++ b/config/bashrc @@ -3,6 +3,7 @@ export RUBY_GC_HEAP_INIT_SLOTS=800000 export RUBY_HEAP_FREE_MIN=100000 export RUBY_HEAP_SLOTS_INCREMENT=400000 export RUBY_HEAP_SLOTS_GROWTH_FACTOR=1 +export BUNDLE_JOBS=8 export HISTSIZE=0 export HISTFILESIZE=0 |
