KO
|
EN
gitlite โ search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
crac
โ 221
Open GitHub โ
https://openjdk.org/projects/crac
Download README (.md)
Explore Similar Repositories
sqrl
:
Agentic Data Engineering Harness for building data pipelines, data products, data APIs, and data lakes autonomously
EntityFrameworkCore.Scaffolding.Handlebars
:
Scaffold EF Core models using Handlebars templates.
tribune
:
Kotlin 'parse not validate'
GithubSearchKMM-Compose-SwiftUI
:
๐ญ GithubSearchKMM - Github Repos Search - Android - iOS - Kotlin Multiplatform Mobile using Jetpack Compose, SwiftUI, FlowRedux, Coroutines Flow, Dagger Hilt, Koin Dependency Injection, shared KMP ViewModel, Clean Architecture
airbroke
:
๐ฅ Lightweight, Airbrake/Sentry-compatible, PostgreSQL-based Open Source Error Catcher
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
crac
?
Download (.md)
# CRaC JDK ## Prerequisites CRaC uses a pluggable mechanism for process snapshotting (checkpoint); currently this is implemented on Linux using the [CRIU](https://criu.org) project. Please install a recent version of CRIU (4.0+) using your package manager, or build it from sources. ### Granting privileges Checkpoint or restore requires privileges (capabilities) normally belonging only to the `root` user. If you are not running your Java application using the `root` user, you need to grant the privileges to the CRIU binary by setting the SUID bit: ``` sudo chown root:root /usr/sbin/criu sudo chmod u+s /usr/sbin/criu ``` ### Legacy CRIU Historically the CRaC project maintained a [fork of CRIU](https://github.com/CRaC/criu/releases) with modifications for CRaC. The maintenance of this fork is discontinued; if you need to use the version from this fork please add this to the VM options: ``` -XX:CRaCEngineOptions=criu_location=/path/to/criu,legacy_criu=true ``` ## Build For build instructions please see the [online documentation](https://git.openjdk.org/jdk/blob/master/doc/building.md), or either of these files: - [doc/building.html](doc/building.html) (html version) - [doc/building.md](doc/building.md) (markdown version) See <https://openjdk.org/> for more information about the OpenJDK Community and the JDK and see <https://bugs.openjdk.org> for JDK issue tracking.