Can't install CM 14.1 due to weblogic java.lang.OutOfMemoryError: PermGen space error
I'm trying to install 14.1 (new installation).
As soon as I start the utility weblogic utility, it logs this error: "weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
Caused By: java.lang.OutOfMemoryError: PermGen space" and then the CPU goes to 98% due to Java platform binary.
I attempted to fixes outlined here: Error when creating WebLogic deployment: "ExecuteRequest failed java.lang.OutOfMemoryError: PermGen space." (Doc ID 1271282.1) but they did not help.
Note, the fix seems to contain errors?? It says :
If using 64 bit Operating System
Update the initial permanent generation size from 128m to 256m:
set MEM_PERM_SIZE_64=-XX:PermSize=256m
but it would seem like "set MEM_PERM_SIZE_64=" needs to be "set MEM_PERM_SIZE_64BIT="