Community
    • Login

    File too big

    Scheduled Pinned Locked Moved General Discussion
    9 Posts 6 Posters 21.3k Views
    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.
    • FedorusF
      Fedorus
      last edited by

      Is there any way to open huge files? 12gb+

      Meta ChuhM 1 Reply Last reply Reply Quote 0
      • Meta ChuhM
        Meta Chuh moderator @Fedorus
        last edited by

        @Fedorus

        unfortunately notepad++ (64 bit) can not handle files larger than appx 2gb.

        you will have to use another program to open these large files.
        it has to be one that does not read the whole file into memory, but only a small frame of it, like some hex editors or disk editors.

        1 Reply Last reply Reply Quote 1
        • rinku singhR
          rinku singh
          last edited by

          @Fedorus said:

          12gb+

          recently i was tested npp and Glogg for huge file [16gb]
          Glogg is best tool as log file explorer.

          1 Reply Last reply Reply Quote 1
          • andrecool-68A
            andrecool-68
            last edited by

            What kind of monster is that big?

            Meta ChuhM 1 Reply Last reply Reply Quote 1
            • Meta ChuhM
              Meta Chuh moderator @andrecool-68
              last edited by

              @andrecool-68

              What kind of monster is that big?

              maybe he wants to open an .mkv movie in notepad++ ? ;-)

              andrecool-68A 1 Reply Last reply Reply Quote 2
              • andrecool-68A
                andrecool-68 @Meta Chuh
                last edited by

                @Meta-Chuh
                100%

                1 Reply Last reply Reply Quote 1
                • PeterJonesP
                  PeterJones
                  last edited by PeterJones

                  @andrecool-68 asked,

                  What kind of monster is that big?

                  In the data manipulation realms – like big data / machine learning, or in the genetic realm’s FASTA files – huge files can be used.

                  For example: In genetic FASTA files, this site from 7 years ago indicates that the number of bytes of the FASTA file are roughly the same as the number of base pairs; genome.gov says that the human genome is about 3 billion base pairs (so about 3Gb). Per Science magazine, there’s a flower than has 149 billion base pairs, which would be on the order of 150GB in the FASTA text format.

                  Someone might conceivably try to open that file in a text editor.

                  1 Reply Last reply Reply Quote 2
                  • Florent PagèsF
                    Florent Pagès
                    last edited by

                    Try vim for very big files.

                    Meta ChuhM 1 Reply Last reply Reply Quote 0
                    • Meta ChuhM
                      Meta Chuh moderator @Florent Pagès
                      last edited by

                      thanks for your suggestion, @Florent-Pagès

                      but vim 8.x will take a very, very, very long time, if you try to open a 12gb (12288mb) file on any platform (mac, ubuntu and windows) as it will try to load the entire document first, and only stop when a certain memory limit is reached.
                      (8.1.1 will crash on occasions on huge files)

                      1 Reply Last reply Reply Quote 2
                      • First post
                        Last post
                      The Community of users of the Notepad++ text editor.
                      Powered by NodeBB | Contributors