Skip to content

Commit

Permalink
Raise tmpfs_data limit to 2GB.
Browse files Browse the repository at this point in the history
Recent bulk -a runs take more than 1. Work will be done
separately to lower how much is used. The reported
amount is likely related to the queue.

Reported by:	fuz on bsdports
  • Loading branch information
bdrewery committed Sep 30, 2024
1 parent 3fad508 commit 616cf45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/share/poudriere/include/fs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ mnt_tmpfs() {

case ${type} in
data)
# Limit data to 1GiB
limit=1
# Limit data to 2GiB
limit=2
;;

*)
Expand Down

0 comments on commit 616cf45

Please sign in to comment.