H. Bolecke Posted June 18, 2010 Posted June 18, 2010 : Hi there! Is there a limitation of size for the "ReadFileContents" function? For a 35 MB file I'll get an Error ("Error"). And if so, how can I prevent this limitation? Thanks HB
Jesse Barnum Posted June 18, 2010 Posted June 18, 2010 The way that module works, it reads the entire contents of the file into memory and returns that as the result of the function, so it's probably simply running out of memory. I'll look into changing the way it works on the next revision of ScriptMaster. If you need it sooner, let me know and I'll get you an estimate for that.
Recommended Posts
This topic is 5614 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now