Change .felix OSGi cache directory
Show older comments
When we use the figure command in Matlab there is a directory created called /tmp/.felix/ and our /tmp file system is very small so sometimes it fills up causing errors. Is there a way to direct Matlab to create that directory somewhere else?
11 Comments
Walter Roberson
on 31 Oct 2017
Edited: Walter Roberson
on 31 Oct 2017
Odd. Are you knowingly calling upon Java functionality? Or are you calling upon the built-in web browser, perhaps fetching web pages and manipulating the model of them?
Have you tried just making /tmp/.felix a symbolic link to somewhere else?
Michael Robbert
on 31 Oct 2017
Walter Roberson
on 31 Oct 2017
MATLAB graphics does make extensive use of java, but the .felix directory is associated with a component model for java plug ins and the like, which I would not expect to be used by ordinary graphics.
Michael Robbert
on 31 Oct 2017
Michael Robbert
on 31 Oct 2017
Walter Roberson
on 1 Nov 2017
Let me think... You are using Linux. I wonder if this is a behavior triggered by whatever opengl you are using? Are you using a vendor opengl, or one of the Linux software opengl?
Michael Robbert
on 1 Nov 2017
Edited: Walter Roberson
on 1 Nov 2017
Walter Roberson
on 1 Nov 2017
Yep, that is clearly MATLAB triggering the install.
I think you are going to need to open a support case about this.
Gregory
on 10 Apr 2018
Is there any reason to keep this files not delete. Perhaps making the delete automatic?
Michael Robbert
on 10 Apr 2018
Accepted Answer
More Answers (0)
Categories
Find more on App Building in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!