Community
    • Login

    File size too

    Scheduled Pinned Locked Moved General Discussion
    2 Posts 2 Posters 2.0k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • SirGeorg von WangelbräuS Offline
      SirGeorg von Wangelbräu
      last edited by

      Hey there,
      I have noticed that the behavior isn’t always the same, haven’t found the situation in which it happens yet, but here my case: i have a really big file (492MB) and i need to have a short look into it, like to check if i was generated correctly. When i want to open it, sometimes a message pops up, telling me that the file is too big, but not always, often i can just open it and also edit it. Maybe you could remove this limit? If i have enough RAM, i should be able to open whatever i want…

      greetings,
      Georg

      1 Reply Last reply Reply Quote 0
      • gstaviG Offline
        gstavi
        last edited by

        First thing Notepad++ (or any similar editor) is probably the wrong tool to glimpse at a huge file. Something like unix ‘less’ utility or an app that supports “view only” will be much better for that.

        How long does it take it to open the file when it succeeds?
        Do you need syntax highlighting?

        A 32 bit app can use/map only 2GB of memory (where other 2GB space is reserved to kernel) even if your computer has 16GB of RAM or more.
        Notepad++ loads all the file to memory. Then for every character allocates at least an additional byte for highlighting color and lots of other extra internal data. Can’t say why sometimes it works and sometimes it fails but the total allocation size is definitely close to the 2GB limit.

        Try the 64 bit version. Maybe it will be better. But consider a different tool.

        1 Reply Last reply Reply Quote 0

        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

        With your input, this post could be even better 💗

        Register Login
        • First post
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors