Skip to content

ava.lang.OutOfMemoryError  #1

@ghost

Description

I am facing this exception when trying to unpack a Squashfs ,I tried to allocate more memory the the JVM but no luck ,any chance you know what's causing this ?

    Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
        at com.fernsroth.squashfs.SquashFSReader.read_fragment_table(SquashFSReader.java:542)
        at com.fernsroth.squashfs.SquashFSReader.<init>(SquashFSReader.java:113)
        at deodex.Testunsquash.main(Testunsquash.java:39)

at Testunsquash.java:39 here is what I wrote ,just a constructor of SquashFSReader like this

new SquashFSReader(new EasyIORandomAccessFile(sourceFile,
                        "r"));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions