2. 웹개발/Error모음

[weblogic] There is danger of OutOfMemory Error

갓대희 2016. 3. 11. 14:00
728x90

정확한 Full Message

 - BEA-310003: Free memory in the server is [X] bytes. There is danger of receiving an OutOfMemorryError.

 

웹 로직 환경 설정을 변경하여준다.

-Xms 1024 -Xmx1024

-XX:PermSize=128m - XX:MaxPermSize=256m

 

Arguments에서 수정하던가.

저와 같은 경우

C:\Oracle\Middleware\user_projects\domains\설정도메인명\bin\setDomainEnv.cmd

파일을 수정 해줬더니 해결 되었다.

300x250