java.lang.OutOfMemoryError: PermGen space in CloudHub

java.lang.OutOfMemoryError: PermGen space in CloudHub

我在尝试 运行 应用程序时遇到 permgen space 问题。该应用程序有几个 select 数据库调用,然后尝试使用 Salesforce 连接器连接到 salesforce 系统。然而,一旦我到达连接到 salesforce 的点,我总是从第一次部署中得到以下异常。在 cloudhub 上有没有一种方法可以进行分析或调试问题或为其提供更多内存?顺便说一句,我正在使用一个具有 1.5GB 内存的工作人员。

********************************************************************************
Message               : PermGen space (java.lang.OutOfMemoryError). Message payload is of type: LinkedHashMap
Code                  : MULE_ERROR-29999
--------------------------------------------------------------------------------
Exception stack is:
1. PermGen space (java.lang.OutOfMemoryError)
  java.lang.ClassLoader:-2 (null)
2. PermGen space (java.lang.OutOfMemoryError). Message payload is of type: LinkedHashMap (org.mule.api.MessagingException)
  org.mule.execution.ExceptionToMessagingExceptionExecutionInterceptor:32 (http://www.mulesoft.org/docs/site/current3/apidocs/org/mule/api/MessagingException.html)
--------------------------------------------------------------------------------
Root Exception stack trace:
java.lang.OutOfMemoryError: PermGen space
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
    + 3 more (set debug level logging or '-Dmule.verbose.exceptions=true' for everything)
********************************************************************************

增加cloudhub中的worker再试。 Example:If你用的是0.1v核心,试试增加到0.2v核心。

如果您使用的是 Mule 3.6.1 worker,这是一个已知问题,很快就会得到解决。不幸的是,Mule 3.6.1 CH worker 的 permgen 设置较低。您能否尝试降级到 Mule 3.6.0 并查看问题是否仍然存在?

HTH,

贾斯汀