cancel
Showing results for 
Search instead for 
Did you mean: 

No space available to perform operation

walkerline117
Contributor

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

1 ACCEPTED SOLUTION

vkbeemanapalli
Employee
Employee

@walkerline117

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

View solution in original post

1 REPLY 1

vkbeemanapalli
Employee
Employee

@walkerline117

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