Skip to content

Commit

Permalink
Decrease maximum memory available to ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
Rombur committed Aug 2, 2023
1 parent 39de959 commit b0e676b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pipeline {

environment {
CCACHE_DIR = '/tmp/ccache'
CCACHE_MAXSIZE = '10G'
CCACHE_MAXSIZE = '5G'
CCACHE_CPP2 = 'true'
}

Expand Down

0 comments on commit b0e676b

Please sign in to comment.