The Artima Developer Community
Sponsored Link

Java Buzz Forum
Error could not create the Java virtual machine in java

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Arpit Mandliya

Posts: 190
Nickname: mandliya23
Registered: May, 2017

Arpit Mandliya is Java programmer working on Core java, Spring, Hibernate
Error could not create the Java virtual machine in java Posted: Oct 27, 2017 2:37 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Arpit Mandliya.
Original Post: Error could not create the Java virtual machine in java
Feed Title: Java tutorial for beginners
Feed URL: http://feeds.feedburner.com/arpitmandliyasblog
Feed Description: A blog about java programming language and its frameworks
Latest Java Buzz Posts
Latest Java Buzz Posts by Arpit Mandliya
Latest Posts From Java tutorial for beginners

Advertisement

In this post, we will about an error: Could not create the Java virtual machine in java. You can provide VM arguments to provide heap size for Java virtual machine.You can specify VM argument -Xms and -Xmx in form of KB,MB or GB. For example: Let’s say you want to specify maximum heap size as 1024 MB then you can put VM argument as -Xmx1024M. There can be many reasons for this error. I will try to list down the most obvious reason for this error. You might be getting this error because of one of below reasons. Heap size

The post Error could not create the Java virtual machine in java appeared first on Java2Blog.

Read: Error could not create the Java virtual machine in java

Topic: Design Patterns in API Gateways and Microservices Previous Topic   Next Topic Topic: How to fix class interface or enum expected error in java

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use