PowerFlex 3.6:网关遇到 Java 堆空间错误
Summary: PowerFlex Gateway服务在多次应用程序编程接口 (API) 调用期间遇到 Java 堆空间错误。
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Symptoms
PowerFlex Gateway 版本 3.6.6PowerFlex
Gateway scaleio.log 可能会显示以下内容:
2025-10-16 16:45:24,322 [https-jsse-nio-443-exec-16] DEBUG o.s.web.servlet.DispatcherServlet - Failed to complete request: jakarta.servlet.ServletException: Handler processing failed: java.lang.OutOfMemoryError: Java heap space
PowerFlex GatewayCatalina 日志可能会显示以下内容:
15-Oct-2025 19:41:56.301 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin Match [Server/Service/Connector] failed to set property [sessionCacheSize] to [2000]
影响
PowerFlex API 调用可能无法处理。
Cause
过多的内存消耗会导致 SSL 会话高速缓存中出现此错误。
发生这种情况是因为 javax.net.ssl.sessionCacheSize 未正确应用系统属性。
在 server.xml 配置, 属性 sessionCacheSize="2000" 错误放置在 Connector> 元素内。
<Tomcat 10 在定义时会忽略此属性,从而导致 SSL 会话无限增长,并最终导致 OutOfMemoryError。
Resolution
- 连接到 PowerFlex Gateway服务器。
- 修改文件
/opt/emc/scaleio/gateway/conf/server.xml
在 server.xml 文件中,移动配置设置:
sessionCacheSize="2000"
- 到底部但在<
SSLHostConfig>块 - 保存文件。
- 重新启动 PowerFlex Gateway服务。
systemctl restart scaleio-gateway
Article Properties
Article Number: 000388358
Article Type: Solution
Last Modified: 20 Nov 2025
Version: 2
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.