Computing.Net > Forums > Linux > oracle memory leak on linux

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

oracle memory leak on linux

Reply to Message Icon

Name: jacky
Date: July 21, 2002 at 22:27:25 Pacific
Comment:

I use oracle 8.1.7 on linux kernel 2.4.7 of RedHat 7.2 ,and the system memory is 4G .At first I booted linux and start up the database, all was normal,but after I ran some applications which inserted large amount of data into the database and took 15 hours ,the system memory insreased to 3.9G,even after I shutdowm the database ,the memory still didn't release much . Only the Oracle release 700 M . From the data the "top" command showed, I found the "cached memory " reached 3.2G . I don't know what is the reason :oracle ,linux kernel or something else ...... Could u help me ,waiting...
Thanks!!!



Sponsored Link
Ads by Google

Response Number 1
Name: dfx
Date: July 22, 2002 at 00:47:20 Pacific
Reply:

That is just fine. Linux automatically uses any unused memory as disk cache. If the memory requirements of applications get larger, the disk cache is automatically reduced to free up memory for the apps. The same is true for buffers, a very short-lived memory used internally in the kernel. If applications need more memory, the buffers are freed and the memory is made available to the applications. If you use the "free" command, the second line (labeled "+/- cache/buffers") will tell you the total free memory you have, PLUS the memory used for cache and buffers, which is equal to the actual amount of memory available to applications.

PS: Even though it isn't memory leaks that you're seeing, here's some info. Mem leaks are application specific, and any leaked memory will be freed up after the application is killed. If this doesn't happen (as it is sometimes the case with win9x), you've got a bug in the kernel.


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: oracle memory leak on linux

Oracle Drivers on LINUX www.computing.net/answers/linux/oracle-drivers-on-linux/15767.html

Oracle 8i installation on linux www.computing.net/answers/linux/oracle-8i-installation-on-linux/4413.html

Oracle 8i on Linux www.computing.net/answers/linux/oracle-8i-on-linux/1812.html