CodeCache is full. Compiler has been disabled.
显示 更早的评论
This is a new installation of R2023b on an M2 macOS 13.6. When launching matlab from the console, I get the following error messages:
--
objc[2572]: Class WebSwapCGLLayer is implemented in both /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libANGLE-shared.dylib (0x2335e6cc0) and /Applications/MATLAB_R2023b.app/bin/maca64/Frameworks/Chromium Embedded Framework.framework/Libraries/libGLESv2.dylib (0x109b41e70). One of the two will be used. Which one is undefined.
CodeCache is full. Compiler has been disabled.
Try increasing the code cache size using -XX:ReservedCodeCacheSize=
--
An online search indicates this error is related to JDK, e.g., https://poonamparhar.github.io/codecache_is_full/
java -version yields:
--
openjdk version "17.0.8.1" 2023-08-24
OpenJDK Runtime Environment Temurin-17.0.8.1+1 (build 17.0.8.1+1)
OpenJDK 64-Bit Server VM Temurin-17.0.8.1+1 (build 17.0.8.1+1, mixed mode)
5 个评论
Jianye Xu
2023-10-20
I encounted exactly the same issue.
Jinbo Zhang
2023-10-20
I encountered the exact same issue. And I found that the plot function could be broken when you run multiple plot requests in a short period of time.
I check my info with
ver java
Dirk
2023-10-20
Jinal
2023-11-15
Hi Dirk.
This warning is appearing on Macs with the Silicon processor. Nevertheless, despite this warning message, there is no practical concern with MATLAB or the CodeCache. Users should be able to use MATLAB normally. Hopefully, MathWorks will work on removing this warning in future releases.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Java Package Integration 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!