Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Is there a way to free up memory in Solaris

963732Feb 1 2013 — edited Feb 2 2013
Hi,

I am wondering if there is a way to free up memory in Solaris manually ? the way we can do it in Linux for example :

[xml]echo `/bin/date` "************* Memory Info Before *************"
free -m
sync
echo 1 > /proc/sys/vm/drop_caches
echo 2 > /proc/sys/vm/drop_caches
echo 3 > /proc/sys/vm/drop_caches
echo `/bin/date` "************* Memory Info After *************"
free -m[xml]

Thanks.
Regards
Terry
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 2 2013
Added on Feb 1 2013
3 comments
1,865 views