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. |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
jvm heap size? pls: ubuntu 18.04 is eol. |
Beta Was this translation helpful? Give feedback.
-
@weizhouapache Again I had tried to run the same cmd. but I got amother error.
How to get the jvm size ? |
Beta Was this translation helpful? Give feedback.
-
As I remember, this is caused by a missing program (I forget its name), you can check the output of the compilation |
Beta Was this translation helpful? Give feedback.
-
okay @weizhouapache How to check the JVM heap size? |
Beta Was this translation helpful? Give feedback.
-
export MAVEN_OPTS="-Xmx4096m -XX:MaxMetaspaceSize=1024m" |
Beta Was this translation helpful? Give feedback.
-
@lohitslohit you're better off following this https://github.com/shapeblue/hackerbook/blob/main/2-dev.md |
Beta Was this translation helpful? Give feedback.
Hi @lohitslohit Can you try with mbx-based env, details here: https://github.com/shapeblue/hackerbook/blob/main/2-dev.md#mbx-based-development