You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have to parse a file and insert each line into the database (Oracle XE).
I have created the following Model :
I use
Import.createFromJSON()
in this class :I have different files and with a 9000 line file everything goes smoothly.
But in the worse case scenario, I have a 8 millions lines file...
It ends after about 5000 lines with this error:
In
Import.createFromJSON()
if I replace :with (without
await
at the beginning of the line) :it doesn't crash but there is no rows in the database.
I have tried many possibilities :
without any good conclusion.
By the way I tried to change
--max-old-space-size
in package.json :and it ends with the same error.
Thank you in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions