<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>RE: java heap size error</title>
  <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_recent_posts?p_l_id=" />
  <subtitle>RE: java heap size error</subtitle>
  <entry>
    <title>RE: java heap size error</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=2129330" />
    <author>
      <name>bill barren</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=2129330</id>
    <updated>2019-03-21T10:13:37Z</updated>
    <published>2019-03-21T10:13:37Z</published>
    <summary type="html">There is not enough virtual memory space requested by an application thus the application fails to start. This usually happens during the application startup phase. Applications reserve a large amount of virtual memory for the JVM heap space during the startup phase. Java on Windows uses an initial size of 16 Megabyte and a maximum of 64 Megabyte.&lt;br /&gt;&lt;br /&gt;Most of the time you can fix this problem by uninstalling the Java runtime and then reinstalling it all over again. You can also try increasing the amount of system memory allocated to the &lt;a href="http://net-informations.com/java/intro/jvm.htm"&gt;Java virtual machine&lt;/a&gt; by setting an environment variable.&lt;br /&gt;&lt;br /&gt;Open the Control Panel&lt;br /&gt;Go to System&lt;br /&gt;Go to Advanced Systems Properties&lt;br /&gt;Then Environment Variables&lt;br /&gt;In System Variables, click Add&lt;br /&gt;New Variable Name: _JAVA_OPTIONS&lt;br /&gt;New Variable Value: -Xmx512M&lt;br /&gt;Click OK</summary>
    <dc:creator>bill barren</dc:creator>
    <dc:date>2019-03-21T10:13:37Z</dc:date>
  </entry>
</feed>

