Increase gitea-runner container shared memory to 2GB
The default 64MB shm-size is too small for Metro/Gradle builds. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -14,6 +14,8 @@ makeEnable config "myModules.gitea-runner" false {
|
|||||||
};
|
};
|
||||||
container = {
|
container = {
|
||||||
workdir_parent = "${gitea-runner-directory}/workspace";
|
workdir_parent = "${gitea-runner-directory}/workspace";
|
||||||
|
# Increase shared memory for containers (default 64MB is too small for Metro/Gradle)
|
||||||
|
options = "--shm-size=2g";
|
||||||
};
|
};
|
||||||
host = {
|
host = {
|
||||||
workdir_parent = "${gitea-runner-directory}/action-cache-dir";
|
workdir_parent = "${gitea-runner-directory}/action-cache-dir";
|
||||||
|
|||||||
Reference in New Issue
Block a user