Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
out of memory error importing data
Collapse
X
-
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?Tags: None
-
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
-
I had similar issue and problem was, that in the imported file was incorrect / missingOriginally posted by redartajnin View PostI was trying to import some good amount of data (in 3-4 GB ticks in a single file), and got this error, any suggestions?
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 Mindset, 04-21-2026, 06:46 AM
|
0 responses
115 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
161 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
83 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
127 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
87 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment