Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

out of memory error importing data

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    out of memory error importing data

    I was trying to import some good amount of data (in 3-4 GB ticks in a single file), and got this error, any suggestions?
    Attached Files

    #2
    redartajnin,

    It looks like you are getting an out of memory issue, which is caused when your memory is insufficient storage space for a particular operation. I would suggest closing any unnecessary programs, or alternatively trying to get more RAM. If you already have a lot of RAM please note that .NET does have some memory usage limitations and you may want to import this file in pieces instead.

    Please let us know if we may assist further.
    Adam P.NinjaTrader Customer Service

    Comment


      #3
      Originally posted by redartajnin View Post
      I was trying to import some good amount of data (in 3-4 GB ticks in a single file), and got this error, any suggestions?
      I had similar issue and problem was, that in the imported file was incorrect / missing
      LINE_SEPARATOR.
      NinjaTrader probably could not read the line, because it was too big (whole file content), which caused OutOfMemoryError.

      After LINE_SEPARATOR was properly fixed to standard windows line-separator "\r\n",
      whole file was successfully imported.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      66 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      36 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      59 views
      1 like
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      62 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      53 views
      0 likes
      Last Post CarlTrading  
      Working...
      X