02-09-2021 04:27 AM
Hi community folks,
So we recently added a partition to our groundplex server. Is it possible to relocate the TEMP folder that Snaplogic uses to that partition so that it is off the OS drive?
02-09-2021 06:25 AM
Take a look at this page in the documentation, it give the various option for configuring a Groundplex, including the location for the temp directory used by the JCC process.
02-09-2021 06:56 AM
Thanks @cstewart
Also, the new temp folder would be on the “D:\Snalogic_TEMP”
We opened a ticket with our support agent, and they specified something about symlinks.
Can’t I just use that path in the global properties?
e.g. jcc.jvm_options = -Djava.io.tmpdir=D:\Snalogic_TEMP
02-18-2021 06:19 AM
@cstewart any feedback on this?
02-23-2021 02:17 PM
IIRC it is a Java thing, that in Windows operating systems, it only recognises the same drive you are running on, so you need to create such a link. And if you are changing any of these things, you always need to uninstall, and re-install the Windows service that runs the JCC. (try that first if you didn’t already!)