| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move SystemConfig to arti::cfg | Ian Jackson | 2022-03-21 | 1 | -2/+2 |
| | | | | | Fixes #314, #418. | ||||
| * | arti: Make main module entrypoints pub | Ian Jackson | 2022-03-11 | 1 | -1/+1 |
| | | | | | | This does not constitute any kind of stable API promise. But it might allow people to use our arti client code in novel ways. | ||||
| * | Upgrade dependency to new version of rlimit. | Nick Mathewson | 2022-02-25 | 1 | -1/+1 |
| | | |||||
| * | Make max_file_limit configurable | Neel Chauhan | 2022-01-28 | 1 | -11/+4 |
| | | |||||
| * | arti: On startup, increase the NOFILE resource limit. | Nick Mathewson | 2021-10-14 | 1 | -0/+25 |
| The default soft limit is typically enough for process usage on most Unixes, but OSX has a pretty low default (256), which you can run into easily under heavy usage. With this patch, we're going to aim for as much as 16384, if we're allowed. Fixes part of #188. | |||||
