Skip to content

Commit

Permalink
Update cfe_internal/recommendations.cf
Browse files Browse the repository at this point in the history
Co-authored-by: Craig Comstock <[email protected]>
  • Loading branch information
nickanderson and craigcomstock authored Jun 6, 2024
1 parent 60f3609 commit 0119a36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cfe_internal/recommendations.cf
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ bundle agent postgresql_conf_recommendations
"CFEngine Recommended Settings:";
"You have less than $(lower)KB of total memory, please consider adding more memory."
if => islessthan( "$(mem_info_data[MemTotal][1])", $(lower) );
"We suggest dynamically calculated values for hosts that have between $(lower) and $(upper)KB of memory.";
"shared_buffers = $(conf[shared_buffers])"
if => isvariable( "conf[shared_buffers]" ),
classes => results( "bundle", "cfengine_recommendation_emitted");
Expand Down

0 comments on commit 0119a36

Please sign in to comment.