在运行java应用程序时,我得到以下内存转储.
安装java 8后(java 7应用程序之前正在运行)我开始收到以下错误.
我正在使用16 GB RAM,在我检查时(在应用程序启动时)任务管理器中,大约6 GB RAM是免费的.
有人可以帮助解决问题吗?
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 472736 bytes for Chunk::new
# Possible reasons:
# The system is out of physical RAM or swap space
# In 32 bit mode, the process size limit was hit
# Possible solutions:
# Reduce memory load on the system
# Increase physical memory or swap space
# Check if …Run Code Online (Sandbox Code Playgroud)