-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Brackets freezes on startup with large files #7223
Comments
@PabloK How large is the file? Is it a JS file, or something else? Is it minified? If it's possible, can you post the file online somewhere so we can take a look at it? Also, can you check to make sure this still happens even if you use Debug > Reload Without Extensions? (if you have any extensions installed) |
I cant send the file but I can tell you its size to morrow. It is a very large text file though. Probably a few hundred megabytes. The problem in my oppinion is brackets loads it so slow and during loaf I cant give indtructions not to load it. Eventually it will load. So the issue is that there is no effective way to remove it from auto load. Since it is in the opened files list. Do you need more info? |
Is it plain text -- is the file extension .txt? Can you tell me more specifically how many MB it is? Also, do you have any extensions installed? If so, does this still happen when they're all disabled? (see https://github.com/adobe/brackets/wiki/Troubleshooting#wiki-disable-all-extensions for details) |
@PabloK Any updates? I posted some questions above... |
I will try to see if the extension I have effects this but it is only theme related so Imagine it should not. I cant sed the file as it is workrelated. The file is a few hundred mb. What im requeating is simply a feature that stops preloading of previously opened files if they are taking a certain amount of time. Perhaps confifurable? Is this a feature you are planning to integrate? |
This file is a 2.2GB text file |
Reviewed. For 1.0, let's pick a size limit and just refuse to read the file (and show a more specific error message) if we know that the file is too large when we stat it (before we even read it). We could even do this at the filesystem level and just return a specific "file too large" error before reading it. |
Starting in Release 0.45, Brackets limits file size to 16MB. |
Closing as fixed |
The 16MB file size limit seems to affect opening psd files with Extract. As a result Extract is of rather limited use as PSDs tend to get much larger pretty quick. |
Extract does not have a PSD file size limitation of 16MB as far as i know. |
Allright, my bad, nevermind. I get some other unspecified error when opening psd via extract and this is different from the size limit error I get when I try to simply open psd in brackets. |
Can you give us the option to edit our file sizes? I can't import my 112mb PSD file and it's really frustrating. Any guidance on where I can change the MAX_FILE_SIZE_MB on a mac? I can't find the location |
Hey guys, I'm a newb to all this but I sort of have this same problem. |
But it's showing some 30000 files handling issue and opens becomes responsive after about 5 min then works fine |
When having accidently opened a large or unopenable file brackets may become hard to open as it will continue to preload these files upon opening.
Expected behaviour files that take to long to open or are not openable ahould not be preloaded.
The text was updated successfully, but these errors were encountered: