CodeCache is full. Compiler has been disabled.
Afficher commentaires plus anciens
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 commentaires
Jianye Xu
le 20 Oct 2023
I encounted exactly the same issue.
Jinbo Zhang
le 20 Oct 2023
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
le 20 Oct 2023
Jinal
le 15 Nov 2023
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.
Réponses (0)
Catégories
En savoir plus sur Java Package Integration dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!