문제

Usually we just find the -Xm switch of the JVM and increase that, but it seems that OpenEJB 4.0.0 is using a Javaagent to initiate the JVM.

How can we increase the heap limit of RAM in this case?

도움이 되었습니까?

해결책

It works the same way. The -javaagent: flag has no effect on how memory is set.

Side note, you only need the -javaagent option if either one of these is true:

  • you are using OpenJPA as your JPA provider
  • you are using CMP2 EntityBeans.
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top