* laptop with Intel i7-5500U, 16Gb RAM and SSD. * Linux kernel 5.7.4-arch1-1 * data was collected in container running `ubuntu:18.04` based image * host operating system: archlinux [jdk14-crac build](https://github.com/org-crac/jdk/releases/tag/release-jdk-crac) ---
To reproduce you need to create a workspace directory and clone along next repositories:
* [utils](https://github.com/org-crac/utils)
* [docs](https://github.com/org-crac/docs) (this repo)
* [example-spring-boot](https://github.com/org-crac/example-spring-boot)
* [example-quarkus](https://github.com/org-crac/example-quarkus)
* [example-micronaut](https://github.com/org-crac/example-micronaut)
* [example-xml-transform](https://github.com/org-crac/example-xml-transform)
You need to build examples according to the [Projects with CRaC support](#projects-with-crac-support) section.
Then run
```
host$ docker build -t full-bench -f Dockerfile.full-bench utils
host$ docker run -it --privileged -v $HOME:$HOME -v $PWD:$PWD -w $PWD full-bench
cont# JDK=