E
E
enchikiben2013-11-20 20:27:59
phpstorm
enchikiben, 2013-11-20 20:27:59

How to disable or specify a different directory for temporary files in PHPStorm?

Good evening!
I encountered such a situation that when working with PHPStorm, it creates its temporary project files about ~ 500 mb in the user's temporary directory. Like an SSD user, I'm greedy :) and I want to move this folder to a virtual disk in frames or turn it off completely so that RAM allows you to keep everything in yourself.
Tell me how to disable or specify a different directory for temporary files in PHPStorm?
Thank you!

Answer the question

In order to leave comments, you need to log in

6 answer(s)
D
Dmitry, 2013-11-20
@kasus

SSD for more than 2 years, did not transfer anything anywhere, I use phpstorm all the time, forget about it

G
Gregory, 2013-11-20
@zxspectr

Move the folder to the location you want. Open a command prompt and do
mklink /D Ссылка Назначениеwhere - Link is the name of the new symbolic link.
Destination - the path (relative or absolute) to which the new link refers.

mklink /D C:\Users\{UserName}\.WebIde70 {путь к папке, куда перенесли}

M
MegaDiablo, 2013-11-20
@MegaDiablo

Haven't tried it myself (hasn't needed it), but you can change
idea.config.path which is in PHPStorm_HOME\bin\idea.properties. This should help move the entire user settings folder to another location.
Source

W
Webdesus, 2013-11-20
@Webdesus

You are not the only one))) Welcome. You can subscribe here for the development of such functionality. As you can see, there are already enough people there. True, they have a different purpose for this removal)))

G
Gregory, 2013-11-20
@zxspectr

You can try to move the folder to a virtual disk and create a link.

V
Vitaly Musin, 2013-11-21
@vmpartner

It’s better not to touch it, changes in the config will be overwritten when updating, in extreme cases you can do as @zxspectr said

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question