diff --git a/indra/newview/llviewertexture.cpp b/indra/newview/llviewertexture.cpp index 270382d8c471cff8be4e38e8545e2e8a3128a825..3ff59eccfa79739d4aec79e91306d2f4ca4a2224 100755 --- a/indra/newview/llviewertexture.cpp +++ b/indra/newview/llviewertexture.cpp @@ -66,7 +66,7 @@ // extern const S32Megabytes gMinVideoRam(32); #if defined(_WIN64) || defined(__amd64__) || defined(__x86_64__) -const S32Megabytes gMaxVideoRam(2048); +const S32Megabytes gMaxVideoRam(1024); #else const S32Megabytes gMaxVideoRam(512); #endif