-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not possible to save huge file ("Invalid string length") #32503
Comments
This is an out of memory exception. Here is the stack trace:
Looks like we should change our |
I have a similar issue - but mine is for reading a file.
The file is a 13.12GB JSON Firebase backup file. I may be pushing the limit on VSCode's new "large file support", but figured I'd try :). The Macbook Pro I am using has 16GB RAM. |
It looks like V8 62 lifts the max string length to 2^30 (via https://v8project.blogspot.ch/2017/09/v8-release-62.html):
(from 256 MB => 1 GB) |
Same problem on saving huge files. |
I have the same problem, when I'm trying to save huge file. And when I click on Close button after this error I get another: |
Hello,
I have a mysqldump file which is 620mb.
it opens fine and it's way faster than sublime text (except highlighting SQL which is not important for such a big file)
but when i try to save the file it says : "Invalid string length"
VSCode : Version 1.15.0 (1.15.0)
The text was updated successfully, but these errors were encountered: