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
Getting the below when running
rakeAs 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