1024m is not enough ram for webapp, postgres, and various memory-intensive cron jobs...
[invirt/packages/xvm-prodconfig.git] / sysvms / s_master
index 0ea0b2e..93698d4 100644 (file)
@@ -4,7 +4,7 @@ import os
 release     = os.uname()[2]
 kernel      = '/boot/vmlinuz-%s' % release
 ramdisk     = '/boot/initrd.img-%s' % release
-memory      = '1024'
+memory      = '2048'
 
 disk        = ['phy:xenvg/s_master_precise_xvda,xvda,w',
                'phy:xenvg/s_master_precise_xvdb,xvdb,w']