CodeCache is full. Compiler has been disabled.
Show older comments
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 Comments
Jianye Xu
on 20 Oct 2023
I encounted exactly the same issue.
Jinbo Zhang
on 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
on 20 Oct 2023
Jinal
on 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.
Answers (0)
Categories
Find more on Java Package Integration in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!