The JVM Memory arguments are in the file " setDomainEnv.cmd " in the folder $WEBLOGIC_HOME\wlserver_10.0\samples\domains\wl_server\bin\
You can open the file in any Text Editor and scroll down to this line :-
set MEM_ARGS=-Xms256m -Xmx512m
You can alter the memory arguments to solve the problem. The combination that worked for me is tis :-
set MEM_ARGS=-512 -Xmx512m
No comments:
Post a Comment