-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
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 traceAs 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
Reactions are currently unavailable