Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / content / common / gpu / gpu_memory_manager.cc
index 045210a..b3c98c0 100644 (file)
@@ -106,7 +106,7 @@ void GpuMemoryManager::UpdateAvailableGpuMemory() {
 #else
   // Ignore what the system said and give all clients the same maximum
   // allocation on desktop platforms.
-  client_hard_limit_bytes_ = 256 * 1024 * 1024;
+  client_hard_limit_bytes_ = 512 * 1024 * 1024;
 #endif
 }