RSS
Facebook
Twitter
Follow Us
Contribute
Errorbase
Login
Login
Register
Home
ErrorStream
Unsolved
Tags
Contributors
Request a Solution
Errorbase is a collaborative writing project, that aims to build the largest trouble-shooting guide about all kinds of error messages.
Tweet
Most popular tags
programming languages
visual c++
compile time error messages
programming-languages
visual-c
compile-time-error-messages
mysql
dbms
java
runtime-error-messages
Photoshop
oracle
nudge
netbeans
photoshop
mosek
rasterize
visual
php
c
sql
vector data
facebook
subversion
tomcat
latex
apache
sap
phpmyadmin
runtime error messages
type layer
windows
pool
paypal
sqlserver
svn
driver
rsa
2010
adobe-premiere-pro
c#
jquery
javascript
firebug
lyx
asp
memory-leaks
linux
vmware
arraylist
Fatal Error C1060: compiler is out of heap space
0
votes
The operating system or run-time library cannot fill a request for memory.
compile-time-error-messages
programming-languages
visual-c
requested
1 year
ago
by
errorbase
(
169,970
points)
edited
1 year
ago
by
onur
1 Solution
+1
vote
If the compiler also issues errors C1076 and C3859, use the /Zm compiler option to lower the memory allocation limit. More heap space is available to your application if you lower the remaining memory allocation.
If the /Zm option is already set, try removing it. Heap space might be exhausted because the memory allocation limit specified in the option is too high. The compiler uses a default limit if you remove the /Zm option.
Increase the size of the Windows swap-file.
Close other running programs.
Eliminate unnecessary include files.
Eliminate unnecessary global variables, for example, by allocating memory dynamically instead of declaring a large array.
Eliminate unused declarations.
Split the current file into smaller files.
solved
1 year
ago
by
errorbase
(
169,970
points)
edited
1 year
ago
by
onur
Related errors
0
votes
1
solution
Fatal Error C1002: compiler is out of heap space in pass 2
requested
1 year
ago
by
errorbase
(
169,970
points)
compile-time-error-messages
programming-languages
visual-c
0
votes
1
solution
Fatal Error C1853: (filename) precompiled header file is from a previous version of the compiler
requested
1 year
ago
by
errorbase
(
169,970
points)
compile-time-error-messages
programming-languages
visual-c
0
votes
1
solution
Fatal Error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit
requested
1 year
ago
by
errorbase
(
169,970
points)
compile-time-error-messages
programming-languages
visual-c
0
votes
3
solutions
Fatal Error C1059: compiler is out of near heap space
requested
1 year
ago
by
errorbase
(
169,970
points)
compile time error messages
programming languages
visual c++
0
votes
0
solutions
Error C3010: (label) : jump out of OpenMP structured block not allowed
requested
1 year
ago
by
errorbase
(
169,970
points)
compile-time-error-messages
programming-languages
visual-c