Solved

Can the temporary directories be places in another location

  • 8 January 2024
  • 4 replies
  • 46 views

We are running the SDC on Linux servers. I noticed that many temporary directories are created under the /tmp directory. I assume that this is the default location for these sub-directories. However, I would like to use a different location for them. For example, maybe I can use /data/tmp?

What’s the procedure to specify another location for those temporary sub-directories?

Thanks!

icon

Best answer by Dimas Cabré i Chacón 10 January 2024, 15:37

View original

4 replies

Userlevel 2
Badge

To change SDC temp folder, make sure you SDC is passed the system property java.io.tmpdir pointing to your desired temporary folder. You have several ways to do this, depending on your setup.

Thanks for the reply, Dimas!

We are using SDC 5.7.1 with the “Platform” Control Hub. What can we do?

Userlevel 2
Badge

A reasonable approach would be modifying your deployment configuration. See screenshot for details. 

 

Thanks for the detailed explanation, Dimas! This is the most helpful! I really appreciate it!

Have a great day!

Reply