Bug #6133
closedJenkins stops serving static files after a while
0%
Description
As described in:
https://stackoverflow.com/questions/20335418/jenkins-stop-serving-static-files-after-a-couple-of-days
https://issues.jenkins-ci.org/browse/JENKINS-17526
While waiting for the fix, and as Jenkins does a lot in /tmp
, we should probably set private_tmp=true
and fix existing runtime.json
files with -Djava.io.tmpdir=
.
We chose to set private_tmp=false
and increase /tmp
. But we may want to turn back, and increase /opt
.
BTW, why don't we have a specific LVM volume for /opt/jenkins-farm
?
Updated by Brétel Foudil about 11 years ago
Concerning the possible jenkinsfarm LVM volume, it's not worth it, as the /opt
partition is already mostly populated by jenkinsfarm and local softwares needed for it (with the exception of the TSM tivoli client).
Updated by Brétel Foudil about 11 years ago
- Target version changed from v0.3 to v0.4
Updated by Brétel Foudil almost 11 years ago
- Priority changed from High to Low
/tmp
is currently 4GB, 4% filled. Lowering the priority as there is no hurry.
Updated by ROUET Jean-René over 7 years ago
- Status changed from Assigned to Rejected