<?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>python memory error on comet</title>
  <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_thread?p_l_id=&amp;threadId=1392388" />
  <subtitle>python memory error on comet</subtitle>
  <entry>
    <title>RE: python memory error on comet</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=2495591" />
    <author>
      <name>warren sacko</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=2495591</id>
    <updated>2020-06-19T07:04:31Z</updated>
    <published>2020-06-19T07:04:31Z</published>
    <summary type="html">A memory error means that your program has ran out of memory. If you get an unexpected MemoryError and you think you should have plenty of RAM available, it might be because you are using a 32-bit python installation. This could be caused by either the 2GB per program limit imposed by Windows (32bit programs), or lack of available RAM on your computer. The easy solution, if you have a 64-bit operating system, is to switch to a 64-bit installation of &lt;a href="http://net-informations.com/python/iq/default.htm"&gt;python&lt;/a&gt;. The issue is that 32-bit python only has access to ~4GB of RAM. This can shrink even further if your operating system is 32-bit, because of the operating system overhead.</summary>
    <dc:creator>warren sacko</dc:creator>
    <dc:date>2020-06-19T07:04:31Z</dc:date>
  </entry>
  <entry>
    <title>python memory error on comet</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=1392387" />
    <author>
      <name>Ashish Agrawal</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=1392387</id>
    <updated>2016-11-13T09:34:59Z</updated>
    <published>2016-11-13T09:34:59Z</published>
    <summary type="html">Hi, I am a new Xsede user, so sorry if this is a dumb question. I am using the comet cluster. I am getting a memory error in python for loading a 1.3 GB file even through there is more than enough memory in the system. I checked that I am also using the 64 bit version of python in the comet cluster. Is there a system check that stops an application from using too much memory and restricts the usage? Thanks.</summary>
    <dc:creator>Ashish Agrawal</dc:creator>
    <dc:date>2016-11-13T09:34:59Z</dc:date>
  </entry>
</feed>

