Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Temp space full, but the dataset is small

patrick_mcauliffe
14 - Magnetar
14 - Magnetar

I'm curious if this is happening to others or anyone else has noticed a difference on the newer versions (2023.x and up).

I have a relatively small data set. 

Its a list of nodes and their distances from one another.

2024-02-06-nodelist.png

 

 

This list feeds into a batch macro along with a criteria set (two nodes out of the list).

 

2024-02-06-criteria.png

 

 

The batch macro runs a Dijkstra algorithm in the Python tool to find the shortest total path between the criteria set, given the whole list of nodes and distances.

 

The macro doesn't output anything to the parent workflow. Within the macro, after the Python tool runs it outputs the dataframe directly to a CSV.

 

In total, the whole workflow has maybe about 1.5 GB of data flow through it.

Are you getting the picture I'm painting?  Its small data.

 

But, somehow Alteryx is not flushing the temp directory and its just accumulating.

 

I have a secondary, 500 GB NVMe drive that is dedicated solely to the Alteryx temp space.

Over the course of an hour and a half I had this workflow run several times which amounted to maybe 200 batch iterations.

That alone filled up my entire 500GB temp drive.

 

2024-02-26-temp.png

 

Every single run put a full data snapshot into the temp space.

2024-02-06-one-run.png

 

 

 

 

I've had larger workflows run more iterations and never filled up that drive before.

 

 

What makes this more odd to me is that closing the workflow alone did not clear the temp files.

 

I had to close all Alteryx sessions running on my desktop before any of the temp space cleared. 

And there were still some I had to delete by hand.

 

I don't see anything specific in the Windows Event logs that would indicate a Windows issue.

Anyone else started seeing this issue recently? 

 

 

 

 

 

 

0 REPLIES 0
Labels
Top Solution Authors