« Return to Thread: artadmin fills /tmp during dump

Re: artadmin fills /tmp during dump

by Yoav Landman :: Rate this Message:

Reply to Author | View in Thread

Hi Damon,

There's no need in using a wrapper script - you can either set the JAVA_OPTIONS env variable to "-Djava.io.tmpdir=/otherTmpPath" before running the artadmin command or add it directly to the last line of the artadmin script (in the exec command, immediately after $JAVA_OPTIONS).
With 2.0.x and above we no longer require a repository dump in order to upgrade to newer verisions, BTW - you just update the jars and that's it.

HTH,

Yoav

On Sun, Jun 28, 2009 at 6:41 PM, damonjebb <djebb@...> wrote:


Yoav  Landman wrote:
>
> I don't believe TMPDIR is honored by the JVM, so you have to add
> -Djava.io.tmpdir=/otherTmpPath to the script launching the artadmin VM.
>

I'm not using a wrapper script to run artadmin, just executing it directly
from the command line - do you think it would be better therefore to create
a wrapper script that can do this?


Yoav  Landman wrote:
>
> Which Artifactory version artadmin command are you using BTW?
>

I'm using artadmin from 2.0.6, which I am intending to upgrade to.

Thanks
Damon
--
View this message in context: http://www.nabble.com/artadmin-fills--tmp-during-dump-tp24222109p24242596.html
Sent from the Artifactory-Users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
_______________________________________________
Artifactory-users mailing list
Artifactory-users@...
https://lists.sourceforge.net/lists/listinfo/artifactory-users


------------------------------------------------------------------------------

_______________________________________________
Artifactory-users mailing list
Artifactory-users@...
https://lists.sourceforge.net/lists/listinfo/artifactory-users

 « Return to Thread: artadmin fills /tmp during dump