我使用 Commandbox 启动了一个 ColdFusion 11 实例。Server Settings我想在=>下更改 CFADMIN 中的设置Settings;即
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.