Skip to content

Commit fb7e3a2

Browse files
committed
fix: allow root cache as tmpfs
1 parent 3acda9f commit fb7e3a2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/c2d/compute_engine_docker.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1707,7 +1707,8 @@ export class C2DEngineDocker extends C2DEngine {
17071707
PidsLimit: 512,
17081708
Tmpfs: {
17091709
'/tmp': 'rw,noexec,nosuid,size=256m',
1710-
'/run': 'rw,noexec,nosuid,size=64m'
1710+
'/run': 'rw,noexec,nosuid,size=64m',
1711+
'~/.cache': 'rw,noexec,nosuid,size=256m'
17111712
},
17121713
Mounts: [
17131714
{

0 commit comments

Comments
 (0)