Skip to content

Commit

Permalink
heapsize
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Nov 9, 2023
1 parent fea3ff9 commit e0768c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/contentbox/install.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ component {
command( "server set openBrowser=false" ).run();
command( "server set app.cfengine=#arguments.cfmlEngine#" ).run();
command( "server set web.rewrites.enable=true" ).run();
command( "server set jvm.heapsize=1024" ).run();
command( "server set jvm.heapsize=768" ).run();
command( "server set jvm.args=-Dfile.encoding=UTF8 -Dcom.sun.net.ssl.enableECC=false -Dlucee-extensions=D062D72F-F8A2-46F0-8CBC91325B2F067B" ).run();

// 2021+ cfpm installs
Expand Down

0 comments on commit e0768c7

Please sign in to comment.