内存文件系统限制不能超过 JVM 最大堆大小

In memory file system limit cannot be more than JVM max heap size

我使用 Commandbox 启动了一个 ColdFusion 11 实例。我想在 Server Settings => Settings 下更改 CFADMIN 中的设置;即 Maximum number of POST request parameters.

我一直收到错误 In memory file system limit cannot be more than JVM max heap size

这个错误与我要修改的设置无关,如何才能快速消除? 我取消选中 Enable In-Memory File System 但这没有任何改变。 我将 Memory Limit for In-Memory Virtual File System 设置为 1 并收到错误消息 In-Memory File System limit per Application must be numeric, less than In-Memory Virtual File System memory limit, and greater than or equal to 1.

为了设置我的参数,我最终使用了 cfconfig set postParametersLimit=1000

我认为这是 Adob​​e ColdFusion 中的错误,因为默认情况下 CommandBox 没有设置最大堆大小!这就是您 OS 想要给它的任何东西。尝试在 CommandBox 中设置一个明确的最大值。

https://commandbox.ortusbooks.com/embedded-server/configuring-your-server/jvm-args#heapsize

此外,FWIW,我不确定最大 post 大小是否适用于 CF 的 J2E 安装。它可能依赖于他们破解的 Tomcat 版本,因此您可能需要测试。