Java heap size is not accessing all available RAM
7 次查看(过去 30 天)
显示 更早的评论
Hi,
I am currently running 64-bit Matlab (making use of 64-bit Java) on a server with 128GB of RAM. Matlab version is R2016a.
In my Matlab preferences, I cannot increase the Java heap size beyond 32GB - this is causing my code to fail (it is unable to read ~70 million rows of data from SQL).
This has worked in the past, and the java heap size setting gave me the option to slide across to 128GB, but as I said it is now only letting me increase to 32GB.
I am not in a position to change the code - this was written by someone else, and I do not have the sign off to change this at the moment.
Any help will be appreciated.
Thanks,
3 个评论
Walter Roberson
2017-4-28
"I do not have the sign off to change this" means that the person does not have the authority to make any changes to the code, only to the running environment.
采纳的回答
Prannay Jain
2017-5-1
If the maximum value, allowed by this slider, is too small for the requirements, it could be directly adjusted by editing:
"C:\Users\%USERNAME%\AppData\Roaming\MathWorks\MATLAB\%matlabversion%\matlab.prf"
You can get this path using,
>> prefdir
1. Open this file with a text editor.
2. Modify "JavaMemHeapMax" value. It should look like
JavaMemHeapMax=I128000
3. Restart MATLAB for changes to reflect.
The Preferences UI will display a warning in Java Heap Memory, that it is larger than recommended.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Call Java from MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!