How Can Fix error

Please help me how can fix error

6>C:Program FilesMicrosoft Visual Studio 10.0VCincludexmemory(196): error C3859: virtual memory range for PCH exceeded; please recompile with a command line option of '-Zm138' or greater 6>C:Program FilesMicrosoft Visual Studio 10.0VCincludexmemory(196): fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit

Compile with option /Zm , the compiler even tells you to.