Skip to content

Commit

Permalink
Bump the amount of temp disk space available for NVidia c++ (#4333)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Nov 23, 2022
1 parent ee54aa9 commit 093ab95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/nsjail/execute.cfg
Expand Up @@ -100,7 +100,7 @@ mount {
mount {
dst: "/tmp"
fstype: "tmpfs"
options: "size=268435456,nr_inodes=1000" # 256MiB
options: "size=536870912,nr_inodes=1000" # 512MiB; nvc++ is particularly disk-intensive
rw: true
noexec: true
nodev: true
Expand Down

0 comments on commit 093ab95

Please sign in to comment.