amazon web services - AWS RDS freeable memory for SQL Server -


i'm running small database in aws rds (t2.medium 4g memory) , found freeable memory sql server 250mb no matter number of connections 20 or 200.

my database previous running in t2.medium ec2 without problem. i'm wondering if memory usage more in rds? thanks.

freeable memory represents ram of physical server on sql running. if freeable memory low, means getting used somewhere. if session performing memory intensive ddl's , dml statements affect memory , swap usage.

250mb seems low me given can allow 200 connections rds. should not hold rds close limits. in case of increase in dml, ddl , tcl queries, our ram can comsume 100% , may cause latency issues.

i suggest enable slow_query_log , general_log parameters identify queries consuming memory. decrease in freeablememory seems caused workload instance had during time.


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -