Commit 12c6211
committed
Revert default Syzygy max_fds to 128
Python's mmap.mmap() actually (unnecessarily, with regard to our use
case) duplicates the file descriptor and keeps a copy around for the
lifetime of the memory map.1 parent 0392397 commit 12c6211
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1483 | 1483 | | |
1484 | 1484 | | |
1485 | 1485 | | |
1486 | | - | |
| 1486 | + | |
1487 | 1487 | | |
1488 | 1488 | | |
1489 | 1489 | | |
| |||
1963 | 1963 | | |
1964 | 1964 | | |
1965 | 1965 | | |
1966 | | - | |
| 1966 | + | |
1967 | 1967 | | |
1968 | 1968 | | |
1969 | 1969 | | |
| |||
0 commit comments