Hi everyone , please i am experiencing silent failures when processing xml files in n8n workflows
error: workflow completes successfully but data is missing, it works perfectly with small XML files.
what can i do ?
1 Like
Hello juan this is just a memroy optimization issue because large files triggers nodjs stream pressure
just add the below settings in you deployment config
NODE_OPTIONS= "--max-old-space-size= 6144 maz-http-parser-size=100000"
NBN_XML_MAX_FILE_SIZE=52428000
then you modify your WorkFlows and that’s all,
please kindly hit the solution button if i solved the issue
2 Likes
thank you i am on it will get back soon i think this makes sense
1 Like
wow you already hit the solution without trying ?
next time please you should solve first before hiting the solution button