Java Heap Expand past default slider
1 次查看(过去 30 天)
显示 更早的评论
In 2015aSP1 you could expand the java heap size to a manual input size (say 95GB) and it would accept it. Seems like in 2016a that is not possible, anyone know a work around?
2 个评论
Guillaume
2017-2-10
You are aware that increasing the Java heap size won't help at all with out of memory errors in matlab. On the contrary increasing the Java heap size may reduce the memory available to matlab to store its matrices.
Matlab uses Java mostly for its graphics and networking code. I suspect that if you have 95 GB worth of Java graphics objects, graphics updates would be so slow as to be unusable.
采纳的回答
Harsh
2017-2-13
Hello,
Further to Guillaume's response, you may find the following answer by Igor helpful.
0 个评论
更多回答(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!