Skip to content

PermGen OutOfMemory #6

@cbusbey

Description

@cbusbey

Getting the below when running rake

PermGen space (Java::JavaLang::OutOfMemoryError)
Error: Your application exhausted PermGen area of the heap.
Specify -J-XX:MaxPermSize=###M to increase it (### = PermGen size in MB).
Specify -w for full OutOfMemoryError stack trace

As a workaround, the max perm size can be bumped in the by setting the JAVA_OPTS env variable. e.g., JAVA_OPTS=-XX:MaxPermSize=2048m

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions