rasta/rasta_exp/docker/didfail/README.md
Jean-Marie Mineau cd1e91bb99
first commit
2023-11-16 14:30:24 +01:00

16 lines
368 B
Markdown

# Didfail
- [source](https://bitbucket.org/wklieber/didfail/src/master/)
- [paper](https://dl.acm.org/doi/10.1145/2614628.2614633)
- language: Java, Python2
- Build: Makefile
- number of years without at least 1 commit since first commit: 8
- license: BSD-3-Clause
# Notes:
Trouble on the laptop with ulimit:
```
docker run --ulimit nofile=65536:65536 -it ...
```