gpilab / core-nodes

The core nodes are a collection of basic data manipulation and visualization algorithms.
http://docs.gpilab.com/en/develop/NodeDev/devguide.html
BSD 3-Clause "New" or "Revised" License
11 stars 6 forks source link

disk memory fills up on OSX #5

Closed michaelschar closed 8 years ago

michaelschar commented 8 years ago

Hi GpiLab gurus,

Lately I kept running out of disk memory. I found that the folder com.gpilab.GPI still had 126GB even after having closed all canvases. I assume those files remained after a couple crashes I experienced last week. Deleting all files in that folder resolved the problem. Just thought this may be helpful for other users to know. Here is the hidden path where that folder is on my computer: /private/var/folders/66/dw_7jnhd44jg_x1rhhhrfmwm0000gn/T/com.gpilab.GPI/

Thanks! Mike

nckz commented 8 years ago

This "tmp" directory should also clear up on restart in both Linux and OSX.

michaelschar commented 8 years ago

Thanks Nick, turns out I wasn't able to empty the trash, and only restarting did the job in the end.