开发者

Hudson Free Temp Space location

I have just installed Hudson on a Weblogic server and I am having issues with the nodes going off line due to the Free Temp Space falling below the 1gig threshold. Now I have checked my /tmp folder (thinking Hudson uses that) but it is sitting at 10gigs f开发者_运维知识库ree.

Would anybody be able to point me to the folder Hudson uses? Also I am using a SunOS box.


In the web interface go to the node's SystemInfo page (http://hudsonserver/systemInfo)and it will tell you what temp folder it is using. Look for "java.io.tmpdir" on that page.


Change it with the configuration page of the node, in the "Launch method" section, click "Advanced", "JVM Options" setting:

Example:

-Djava.io.tmpdir=/var/tmp


In addition to Bill's answer, you can change this through the registry.

  • Key: HKLM\SOFTWARE\Apache Software Foundation\Procrun 2.0\Tomcat6\Parameters\Java
  • Value: Options (look for java.io.tmpdir)
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜