Reputation: 181
It seems I've screwed up. I changed the java memory in MATLAB properties to 4GB (I have 16GB on the comp) and now MATLAB does not run. Is there a way to revert this in a .ini file or something? I do not have administrative rights so a method which does not require one would be great. However if the only way is with administrative rights then I can probably work something out.
Thanks
Upvotes: 1
Views: 70
Reputation: 74940
The modifications are stored in matlabprefs.mat
in the prefdir
in the user path (unless you modified java.opts
, which would require admin rights, however).
To find the location of your prefdir
, start Matlab without java.
bin
directory, start matlab -nojvm
prefdir
Upvotes: 2