1024m is not enough ram for webapp, postgres, and various memory-intensive cron jobs...
authorAdam Glasgall <glasgall@mit.edu>
Sat, 6 Feb 2016 01:40:45 +0000 (20:40 -0500)
committerAdam Glasgall <glasgall@mit.edu>
Sat, 6 Feb 2016 01:40:45 +0000 (20:40 -0500)
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']