CloudStack Dev Setup. #9157
|
Hi, I am new to CloudStack, How to get started in it. https://docs.cloudstack.apache.org/en/4.19.0.0/developersguide/developer_guide.html Whether above Docs is okay to get start on it. In above docs unable to download the devCloud. |
Replies: 8 comments
|
Hi @lohitslohit Can you try with mbx-based env, details here: https://github.com/shapeblue/hackerbook/blob/main/2-dev.md#mbx-based-development |
|
okay. But during the dev environment setup. I had executed the
Given in this docs https://docs.cloudstack.apache.org/en/4.19.0.1/developersguide/developer_guide.html How to fix this issue. |
jvm heap size? pls: ubuntu 18.04 is eol. |
|
@weizhouapache Again I had tried to run the same cmd. but I got amother error. How to get the jvm size ? |
As I remember, this is caused by a missing program (I forget its name), you can check the output of the compilation |
|
okay @weizhouapache How to check the JVM heap size? |
export MAVEN_OPTS="-Xmx4096m -XX:MaxMetaspaceSize=1024m" |
|
@lohitslohit you're better off following this https://github.com/shapeblue/hackerbook/blob/main/2-dev.md |

Hi @lohitslohit Can you try with mbx-based env, details here: https://github.com/shapeblue/hackerbook/blob/main/2-dev.md#mbx-based-development