Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase memory available for AP xml parser #2455

Merged
merged 2 commits into from
Apr 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/nginx/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const (
appProtectLogLevelCmd = "/opt/app_protect/bin/set_log_level"

// appPluginParams is the configuration of App-Protect plugin
appPluginParams = "tmm_count 4 proc_cpuinfo_cpu_mhz 2000000 total_xml_memory 307200000 total_umu_max_size 3129344 sys_max_account_id 1024 no_static_config"
appPluginParams = "tmm_count 4 proc_cpuinfo_cpu_mhz 2000000 total_xml_memory 471859200 total_umu_max_size 3129344 sys_max_account_id 1024 no_static_config"
lucacome marked this conversation as resolved.
Show resolved Hide resolved

appProtectDosAgentInstallCmd = "/usr/bin/adminstall"
appProtectDosAgentStartCmd = "/usr/bin/admd -d --standalone"
Expand Down