am trying to parse txt file of 7MB using readTextFromFile() but am getting Memory Circuit Breaker error
did anyone else faced this issue and can anyone please suggest the alternative to parse the txt file which has large data
Thanks in advance
Discussion posts and replies are publicly visible
I do get the circuit breaker on larger files (i.e. 25MB) in the expression editor. Did you try running it in a process model by any chance?
i tried another txt with less chars around 2.5 million am still seeing the issue, it might be server memory issue, let me try in process model
tried running in Process model, it was working fine in Process model