Forum Discussion
Gateway temp folder configuration
Is there way to configure path for an specific temp folder. I meant temp folder the one that gateway uses to store the results from querys.
When you install the gateway you can choose the location. Choose the fastest drive or the drive with the most space.
or you can set the spooler folder
<setting name="SpoolerDirectory" serializeAs="String"> <value>%LOCALAPPDATA%\Microsoft\On-premises data gateway\Spooler</value> </setting>in the Microsoft.PowerBI.DataMovement.Pipeline.GatewayCore.dll.config file
You may also want to read this article:
Monitor and optimize on-premises data gateway performance | Microsoft Docs
2 Replies
- lbendlin
Super User
When you install the gateway you can choose the location. Choose the fastest drive or the drive with the most space.
or you can set the spooler folder
<setting name="SpoolerDirectory" serializeAs="String"> <value>%LOCALAPPDATA%\Microsoft\On-premises data gateway\Spooler</value> </setting>in the Microsoft.PowerBI.DataMovement.Pipeline.GatewayCore.dll.config file
You may also want to read this article:
Monitor and optimize on-premises data gateway performance | Microsoft Docs
- AnonymousNot applicable
Thank you very much!!