¿Cómo aumentar la memoria para el contenedor independiente OpenEJB?
Frecuentes
Visto 122 veces
1
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?
1 Respuestas
1
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
EntityBean
s.
Respondido 28 ago 12, 21:08
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas memory configuration openejb or haz tu propia pregunta.