You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by sa...@apache.org on 2014/01/16 02:35:12 UTC

git commit: updated refs/heads/4.3 to 90e01b1

Updated Branches:
  refs/heads/4.3 64350b6f2 -> 90e01b1e1


CLOUDSTACK-5408 [Automation] Failed to deploy vm in vmware environment with error "due to java.io.IOException: Cannot run program "mount": java.io.IOException: error=12, Cannot allocate memory"

Bump up RAM size of system offering for SSVM to 512MB. Fix if default service offering is already not present.

Signed-off-by: Sateesh Chodapuneedi <sa...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/90e01b1e
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/90e01b1e
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/90e01b1e

Branch: refs/heads/4.3
Commit: 90e01b1e10eb52952e71158fc955811623a81c63
Parents: 64350b6
Author: Sateesh Chodapuneedi <sa...@apache.org>
Authored: Thu Jan 16 01:35:25 2014 +0530
Committer: Sateesh Chodapuneedi <sa...@apache.org>
Committed: Thu Jan 16 01:35:25 2014 +0530

----------------------------------------------------------------------
 .../src/com/cloud/storage/secondary/SecondaryStorageVmManager.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/90e01b1e/server/src/com/cloud/storage/secondary/SecondaryStorageVmManager.java
----------------------------------------------------------------------
diff --git a/server/src/com/cloud/storage/secondary/SecondaryStorageVmManager.java b/server/src/com/cloud/storage/secondary/SecondaryStorageVmManager.java
index 4f87346..3cac4ce 100755
--- a/server/src/com/cloud/storage/secondary/SecondaryStorageVmManager.java
+++ b/server/src/com/cloud/storage/secondary/SecondaryStorageVmManager.java
@@ -27,7 +27,7 @@ import com.cloud.vm.SecondaryStorageVmVO;
 
 public interface SecondaryStorageVmManager extends Manager {
 
-	public static final int DEFAULT_SS_VM_RAMSIZE = 256;			// 256M
+	public static final int DEFAULT_SS_VM_RAMSIZE = 512;			// 512M
 	public static final int DEFAULT_SS_VM_CPUMHZ = 500;				// 500 MHz
 	public static final int DEFAULT_SS_VM_MTUSIZE = 1500;
     public static final int DEFAULT_SS_VM_CAPACITY = 50;			// max command execution session per SSVM