05-16-2019 10:08 AM
Hi
We notice that when we use aggregation snaps(e.g. sort/join) to process a large amount of data, we got “no space available to perform operation” error some times.
It seems Snaplogic tries to hold those data in some disk space to do sorting/joining.
Does anyone know which file system or path we should increase the space so we can eliminate the error?
We are using Redhat Linux
Thanks
Solved! Go to Solution.
05-17-2019 11:39 PM
Snaplogic use the /tmp as the temp space for large operations (JOIN, SORT, etc.). To change the temporary folder to a different volume which is large size, you can use the following JVM option in the snaplex and you have to restart the plex to have these changes applied
jcc.jvm_options = -Djava.io.tmpdir=/new/tmp/folder
05-17-2019 11:39 PM
Snaplogic use the /tmp as the temp space for large operations (JOIN, SORT, etc.). To change the temporary folder to a different volume which is large size, you can use the following JVM option in the snaplex and you have to restart the plex to have these changes applied
jcc.jvm_options = -Djava.io.tmpdir=/new/tmp/folder
04-22-2024 09:52 AM
If possible can you share the example related to temp directory