I'm running $JENKINS_HOME on NFS. Due to the performance penalty, I want to 
move out as many temp directories as I can to local disk.

Thus far I've moved

   - 
   
-Djenkins.model.Jenkins.workspacesDir='/local_cache/workspace/${ITEM_FULL_NAME}'
   - 
   - --webroot=/local_cache/web
   - --pluginroot=/local_cache/plugin

In $JENKINS_HOME there's caches directory which seems like an obvious 
choice to move out.

   1. Is there a way to configure the location for $JENKINS_HOME/caches?
   2. What are other directories that can be recreated, thus can be moved 
   out of the NFS?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/6a923fd6-da83-484e-b57c-c899e08a56f3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to