Clean up the page-cache :
# sync; echo
1> / proc / sys / vm / drop_caches
Clean dentrie and inode caches:
# sync; echo
2> / proc / sys / vm / drop_caches
To clean the page-cache, dentrie and inode caches:
# sync; echo
3> / proc / sys / vm / drop_caches
# swapoff -a && swapon -a
1) Shutdown the database and its services (pg_ctl stop , sudo service postgresql stop, etc.)
2) sync
3) sudo echo 3> / proc / sys / vm / drop_caches
4) Start the database server
free && sync && echo 3> / proc / sys
/ vm / drop_caches && free
Found this post interesting? Subscribe us 😊😉
Read more
Configure Streaming Replication in PostgreSQL
All about Physical Replication and Log shipping in Postgres
Streaming-Replication Sync and Async, benefits of streaming replication over Log-shipping
No comments:
Post a Comment