error:
Executing: "C:\Applications\Atlassian\atlassian-plugin-sdk-6.3.10\apache-maven-3.2.1\bin\mvn.bat" com.atlassian.maven.plugins:maven-jira-plugin:"6.3.15":create -gs C:\Applications\Atlassian\atlassian-plugin-sdk-6.3.10\apache-maven-3.2.1/conf/settings.xml
Java HotSpot(TM) Client VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
Error occurred during initialization of VM
Could not reserve enough space for 786432KB object heap
Hello,
Add <jvmArgs>-Xms512M -Xmx2g</jvmArgs> to your pom.xml before the following line
<productDataVersion>${jira.version}</productDataVersion>
Hi, I am new to this and i am trying to execute this command from the cmd.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In your original question, the error is that there is something in your setup that is trying to allocate nearly 8Gb RAM to the JVM. My guess is that your computer has 8Gb memory, so when it tries the allocation, it fails, as there's other bits of memory in use for things like the SDK and Operating System.
By default, the SDK uses a lot less than that, so you might want to look into what you have changed in your dev environment.
Alexey's suggestion should limit the allocation back to the defaults, which will not overflow the memory.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.