Memory of jdbc app grows over time (timesten backend db)

Hi everyone,
I have a memory problem with my application(timesten backend db). I don't know how to resolve it and need your help.
When I call stored procedures with CallableStatement, the resident memory of application grows over time (up to 6GB).
I closed statement after executing.
Below is my code and the stored procedure.
public boolean check(String sub)
CallableStatement cs = null;
int result = 0;
try
cs = conn.prepareCall("begin pr_check_sub(:1,:2); end;");
cs.setQueryTimeout(30);
cs.setString(2, sub);
cs.registerOutParameter(1, java.sql.Types.INTEGER);
cs.execute();
result = cs.getInt(1);
cs.clearParameters();
System.out.println(msisdn + "----" + result);
catch (SQLException ex)
ex.printStackTrace();
catch (Exception ex)
ex.printStackTrace();
finally
try
if (cs != null)
cs.close();
catch (SQLException ex)
ex.printStackTrace();
return (result == 1 ? true : false);
create or replace PROCEDURE pr_check_sub
(RESULT OUT NUMBER,SUBNUMBER IN VARCHAR2)
IS
BEGIN
BEGIN
RESULT:=0;
SELECT COUNT(*) INTO RESULT FROM tbl_test
WHERE sub=SUBNUMBER;
IF(RESULT >= 1) THEN
RESULT:=1;
END IF;
EXCEPTION
WHEN OTHERS THEN
RESULT:=0;
END;
END;
Thank you!
Edited by: user5175632 on Oct 25, 2011 3:35 AM

This might be due to this bug raised for JDBC Client/Server connection
Bug 12969330 : MEMORY LEAK IN JDBC CS FOR CALLABLE/PREP STATEMENT W/ NUMPARM % 4 != 0
There is a leak in JDBC driver which seems to affect only C/S; it does not seem to affect direct or batch. ** This bug has been there since 11.2.1.6.0.
Here are few conditions which are needed for this bug to occur:
1. Application must be using a Client/server connection
2. Applications repeatedly does the following:
1. Create a PreparedStatement or CallableStatement
2. set or register IN, OUT or IN OUT parameters
3. Number of parameters is not an integral multiple of 4. It is the total number of parameters which matter; parameter type does not matter. JDBC driver leaks memory if the number of parameters in a PreparedStatement/CallableStatement are not an integral multiple of 4.
3. On a close 1-3 parameters can be leaked.
If your application deals with above scenario then there is a possible chance of the bug being hit. An example of a scenario :-
The below PreparedStatement has 1 parameter (so it's not an integral multiple of 4):
preparedStatement = connection.prepareStatement("SELECT col1 FROM Tab1 WHERE col2 = ? "); <===== Possible memory leak here
To workaround the bug, you can add 3 dummy parameters -- SELECT col1 FROM Tab1WHERE col2 = ? and 1=? and 1=? and 1=? and set parameters 2,3 and 4 to 1.
preparedStatement = connection.prepareStatement("SELECT col1 FROM Tab1WHERE col2 = ? and 1=? and 1=? and 1=? ");
I've seen this bug a couple of times now. I don't think there is a release yet which includes a fix.

Similar Messages

  • Memory pool Code Cache increasing over time

    Hi,
    We are using JConsole to monitor some of our servers which are running JCAPS. We have a couple of JCAPS applications deployed on these servers. We are using JConsole to monitor this server and we can see that the Memory pool Code Cache seems to be increasing over time. It is around 21M at the moment and has gone up from 18M 3 days back. Is this accepted behavior? Should it not be a varying graph, going down coming back up again?
    Any help in this direction is much appreciated.
    Cheers,
    Suchitra

    This might be due to this bug raised for JDBC Client/Server connection
    Bug 12969330 : MEMORY LEAK IN JDBC CS FOR CALLABLE/PREP STATEMENT W/ NUMPARM % 4 != 0
    There is a leak in JDBC driver which seems to affect only C/S; it does not seem to affect direct or batch. ** This bug has been there since 11.2.1.6.0.
    Here are few conditions which are needed for this bug to occur:
    1. Application must be using a Client/server connection
    2. Applications repeatedly does the following:
    1. Create a PreparedStatement or CallableStatement
    2. set or register IN, OUT or IN OUT parameters
    3. Number of parameters is not an integral multiple of 4. It is the total number of parameters which matter; parameter type does not matter. JDBC driver leaks memory if the number of parameters in a PreparedStatement/CallableStatement are not an integral multiple of 4.
    3. On a close 1-3 parameters can be leaked.
    If your application deals with above scenario then there is a possible chance of the bug being hit. An example of a scenario :-
    The below PreparedStatement has 1 parameter (so it's not an integral multiple of 4):
    preparedStatement = connection.prepareStatement("SELECT col1 FROM Tab1 WHERE col2 = ? "); <===== Possible memory leak here
    To workaround the bug, you can add 3 dummy parameters -- SELECT col1 FROM Tab1WHERE col2 = ? and 1=? and 1=? and 1=? and set parameters 2,3 and 4 to 1.
    preparedStatement = connection.prepareStatement("SELECT col1 FROM Tab1WHERE col2 = ? and 1=? and 1=? and 1=? ");
    I've seen this bug a couple of times now. I don't think there is a release yet which includes a fix.

  • About this mac storage backups is growing over time

    I have a Timecapsule that I use time machine to backup 2 macs to.  One of the macs concerns me because when I go to "about this mac", "storage" the value for "backups" is increasing over time.  each mac has its own unique account one of them has zero for the length of backups, both appear to backup ok with time machine.  Is the value for backups as indicated in the mac a sign that it's not being backed up to the time capsule?  do i have a configuration problem?

    The sparsebundle can be checked on the TC for each machine.. mount the backup and make sure it is working.
    0 for length of backup isn't right.. there is always something to backup.

  • Log File dev_server0 excessively growing over time

    Hello everybody,
    I was facing an interesting crash of the XI system recently. The hard disk of the server went full and nothing worked anymore. After some investigation I found out that the file dev_server0 was growing excessively up to several GB of size.
    After stopping the engine, deleting the file and starting again, everything worked fine but the file continues to grow again.
    Can anybody tell me, what could be wrong with this file? Is there some kind of logging I accidentally enabled that fills up this file - or does this look like a defect rather?
    Your help is appreciated!
    regards,
    Peter

    Hi Peter,
    below is part of the mail i got from our basis person regarding the log file growing(i had to then switch the trace  off)...it is in the same directory as the file you are having...
    <i>"Disk space utilization for /usr/sap/XID on sapxid grew to 97% on Sunday and I found a very large log file in /usr/sap/XID/DVEBMGS61/work/ directory. It was still open so I had to stop XID before I could move it out of the files system. I put the file in /tmp/dev_server0.old."</i>
    Thanks,
    Renjith

  • Why is the RGB spectrum window magically growing slowly over time?

    I'm running Photoshop CC 2014 and the RGB spectrum that is below the HSB sliders slowly grows over time for no reason! I constantly have to shrink the color pallet window.  I've never witnessed it grow before my eyes, but no matter what (on both my macs) it grows for no reason!  Anyone else have this problem?

    I understand your concerns but the discussion of development issues and decisions is not the purpose of this forum.
    This thread will probably be closed soon as being off topic and outside the scope of the forum.
    I suggest you watch the thread
    * ''What is the best way to communicate my displeasure with new features?'' [/questions/1011942]
    I have escalated that thread so that paid help desk staff will see it and hopefully respond. I recognise that fact that Firefox users need somewhere to discuss this sort of topic, and currently Mozilla does not seem to provide anywhere.

  • Inactive sessions increasing over time

    But, the number of open connectios(ie.,other than SYSTEM active session,
    i could see only inactive sessions ) is not staying constant.
    Rather,it grows over time.
    [NOTE:
    I dont know why the application user sessions are always in inactive state.
    If they didn't use that session at all (or) if the session is not doing any operation means , why unnecssarily the have to open these many inactive sessions.]
    Can you please give me a solution to overcome the application's connection leak?

    This appears to be a duplicate of the post I replied to in When we go for shared Server environment?
    Justin

  • Is ther a way to speed up a Mac? Mine has gotten slower and slower over time.  When memory comes close to full would that have an effect on performance? Is there a way to determine unused programs/software to remove and free space?

    Is there a way to speed up a Mac (similar to de-fragging on a PC)? Mine has gotten slower and slower over time. 
    When memory/disc comes close to full would that have an effect on performance? How should I determine what programs/software to remove and free space?

    Things You Can Do To Resolve Slow Downs
    If your computer seems to be running slower here are some things you can do:
    Start with visits to:     OS X Maintenance - MacAttorney;
                                      The X Lab: The X-FAQs;
                                      The Safe Mac » Mac Performance Guide;
                                      The Safe Mac » The myth of the dirty Mac;
                                      Mac maintenance Quick Assist.
    Boot into Safe Mode then repair your hard drive and permissions:
    Repair the Hard Drive and Permissions Pre-Lion
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    Repair the Hard Drive - Lion/Mountain Lion/Mavericks
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the Utilites Menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD disk icon and click on the arrow button below.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported, then click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu. Select Restart from the Apple menu.
    Restart your computer normally and see if this has helped any. Next do some maintenance:
    For situations Disk Utility cannot handle the best third-party utility is Disk Warrior;  DW only fixes problems with the disk directory, but most disk problems are caused by directory corruption; Disk Warrior 4.x is now Intel Mac compatible.
    Note: Alsoft ships DW on a bootable DVD that will startup Macs running Snow Leopard or earlier. It cannot start Macs that came with Lion or later pre-installed, however, DW will work on those models.
    Suggestions for OS X Maintenance
    OS X performs certain maintenance functions that are scheduled to occur on a daily, weekly, or monthly period. The maintenance scripts run in the early AM only if the computer is turned on 24/7 (no sleep.) If this isn't the case, then an excellent solution is to download and install a shareware utility such as Macaroni, JAW PseudoAnacron, or Anacron that will automate the maintenance activity regardless of whether the computer is turned off or asleep.  Dependence upon third-party utilities to run the periodic maintenance scripts was significantly reduced since Tiger.  These utilities have limited or no functionality with Snow Leopard or later and should not be installed.
    OS X automatically defragments files less than 20 MBs in size, so unless you have a disk full of very large files there's little need for defragmenting the hard drive.
    Helpful Links Regarding Malware Protection
    An excellent link to read is Tom Reed's Mac Malware Guide.
    Also, visit The XLab FAQs and read Detecting and avoiding malware and spyware.
    See these Apple articles:
              Mac OS X Snow Leopard and malware detection
              OS X Lion- Protect your Mac from malware
              OS X Mountain Lion- Protect your Mac from malware
              About file quarantine in OS X
    If you require anti-virus protection I recommend using VirusBarrier Express 1.1.6 or Dr.Web Light both from the App Store. They're both free, and since they're from the App Store, they won't destabilize the system. (Thank you to Thomas Reed for these recommendations.)
    Troubleshooting Applications
    I recommend downloading a utility such as TinkerTool System, OnyX, Mavericks Cache Cleaner, or Cocktail that you can use for removing old log files and archives, clearing caches, etc. Corrupted cache, log, or temporary files can cause application or OS X crashes as well as kernel panics.
    If you have Snow Leopard or Leopard, then for similar repairs install the freeware utility Applejack.  If you cannot start up in OS X, you may be able to start in single-user mode from which you can run Applejack to do a whole set of repair and maintenance routines from the command line.  Note that AppleJack 1.5 is required for Leopard. AppleJack 1.6 is compatible with Snow Leopard. Applejack does not work with Lion and later.
    Basic Backup
    For some people Time Machine will be more than adequate. Time Machine is part of OS X. There are two components:
    1. A Time Machine preferences panel as part of System Preferences;
    2. A Time Machine application located in the Applications folder. It is
        used to manage backups and to restore backups. Time Machine
        requires a backup drive that is at least twice the capacity of the
        drive being backed up.
    Alternatively, get an external drive at least equal in size to the internal hard drive and make (and maintain) a bootable clone/backup. You can make a bootable clone using the Restore option of Disk Utility. You can also make and maintain clones with good backup software. My personal recommendations are (order is not significant):
      1. Carbon Copy Cloner
      2. Get Backup
      3. Deja Vu
      4. SuperDuper!
      5. Synk Pro
      6. Tri-Backup
    Visit The XLab FAQs and read the FAQ on backup and restore.  Also read How to Back Up and Restore Your Files. For help with using Time Machine visit Pondini's Time Machine FAQ for help with all things Time Machine.
    Referenced software can be found at MacUpdate.
    Additional Hints
    Be sure you have an adequate amount of RAM installed for the number of applications you run concurrently. Be sure you leave a minimum of 10% of the hard drive's capacity as free space.
    Add more RAM. If your computer has less than 2 GBs of RAM and you are using OS X Leopard or later, then you can do with more RAM. Snow Leopard and Lion work much better with 4 GBs of RAM than their system minimums. The more concurrent applications you tend to use the more RAM you should have.
    Always maintain at least 15 GBs or 10% of your hard drive's capacity as free space, whichever is greater. OS X is frequently accessing your hard drive, so providing adequate free space will keep things from slowing down.
    Check for applications that may be hogging the CPU:
    Pre-Mavericks
    Open Activity Monitor in the Utilities folder.  Select All Processes from the Processes dropdown menu.  Click twice on the CPU% column header to display in descending order.  If you find a process using a large amount of CPU time (>=70,) then select the process and click on the Quit icon in the toolbar.  Click on the Force Quit button to kill the process.  See if that helps.  Be sure to note the name of the runaway process so you can track down the cause of the problem.
    Mavericks and later
    Open Activity Monitor in the Utilities folder.  Select All Processes from the View menu.  Click on the CPU tab in the toolbar. Click twice on the CPU% column header to display in descending order.  If you find a process using a large amount of CPU time (>=70,) then select the process and click on the Quit icon in the toolbar.  Click on the Force Quit button to kill the process.  See if that helps.  Be sure to note the name of the runaway process so you can track down the cause of the problem.
    Often this problem occurs because of a corrupted cache or preferences file or an attempt to write to a corrupted log file.

  • Available memory decreases over time

    Hello,
    I noticed that under ICS, the available memory decreases over time. After about 10-15 days of use without reboot, the available memory goes from approx 150Mb to 70Mb. It is not my applications that are taking the RAM but it rather seems that it is the OS itself that is using it.
    Under the Settings>apps>running> the first portion of the memory (OS I presume) keeps taking more space. Then after 10-15 days, the phone slows down and becomes jerky. After a reboot, everything goes back to normal.
    I can't remember if it was the same under GB. Anyone experiencing this?

    Thanks for you replies guys. This isn't so great to have to reboot every so often. There must be a memory leak somewhere.
    Invar, even if I close an app, there is still a bunch of memory that's taken by the OS that doesn't get released. It's ok that apps take RAM so that they load faster when I need them, but when the OS takes up all the RAM, then the apps have little RAM to play with and it becomes laggy.
    I definitely won't be rebooting every day. I like my phone to just work and forget about it. In my case, I can probably wait about 10 days until it starts becoming laggy again.
    Yea, I do miss phones of yesterday where they just worked (I'm thinking dumb phones, BB). Android is cool, we just need the bugs to be fixed. I hope 4.0.4 fixes that.

  • (1) Firefox chews up memory - 1 GB+ over time (closing tabs doesn't help); (2) every 30 sec. or so it freezes briefly.

    2.5 GB memory, 2.8 GHz P4.
    Using FF 3.6.16. Last 2 minor upgrades happened auto. , without my permission (another irritant).
    I routinely clear the cache (all options checked off), and this has little to no effect on either #1 or #2. Whenever I restart FF, it takes less than 24 hours to get back to memory-hog state. Regardless of number of tabs - I've tested that too, even just a couple of tabs over time will see memory swallowed up.

    The battery alone is a $5 to $15 part.  Hard drives vary in cost, and depending on the iMac, they may or may not be able to install a third party hard drive, or one resold through Apple.    The resold through Apple drives tend to cost more.  This article discusses the varying successes of third party drives on iMacs:
    http://blog.macsales.com/10146-apple-further-restricts-upgrade-options-on-new-im acs 
    The labor costs depend on the store as well as the time to get the parts in stock.    Call around.

  • ITunes sync bug causes space on iPod/iPhone to be gradually lost over time

    This topic pertains to iTunes for Windows version 10.1.1 and most likely all prior versions. At the time of this writing 10.1.1 is the latest version.
    I have clearly identified a bug with the procedure iTunes uses specifically to copy Music over to the iPod and iPhone units. A detailed description with steps to reproduce follows, but first the summary: Space is gradually wasted by iTunes erroneously copying certain tracks twice! The 2nd copy is not recorded in the itunesDB file, and space wasted on these duplicate tracks is counted under "Other" in the iTunes capacity screen. It is impossible to ever retrieve this space from the portable device without doing a factory restore on the Summary screen, which of course will also wipe out all your Apps, Videos, Photos, Music, etc at the same time. Hardly an ideal workaround!!
    Details:
    When several tracks are to be copied to the portable device; either an iPod or an iPhone, and I have successfully reproduced this on both an iPod nano 5th Generation and an iPhone 4, sometimes a track is accidentally copied twice while, one of the selected tracks isn't copied at all. The user will notice when this occurs, that during their sync, one of their songs just seems to be missing. Syncing again will then copy the track which was missed during the last sync, but unfortunately, the 2nd copy of the track that was erroneously duplicated remains. The track which is duplicated appears in the hidden folder on your iPod file system as both the AAAA.mp3 filename structure and the <track name>.mp3 file name. Oddly enough, when this bug occurs, the itunesDB does not associate to the AAAA.mp3 like it normally would, but to the <track name>.mp3 and the AAAA.mp3 file is just wasted space on your device which cannot be recovered without manually deleting this file (a task which is impossible on an iPhone without hacking the device).
    It is easy to reproduce this. This is very obvious if you start with an empty, new iPod. Sync a bunch of tracks to your iPod (the more the better), in fact this cannot happen if you only sync 1 track at a time, then check to see if the number of tracks is equal to the number of tracks that should be there. i.e. did the sync seem to just miss 1 or 2 tracks?
    Make sure "Enable disk mode" is checked for your device, and browse to (Drive Letter):\iPod_Control\Music\ and you will eventually find that exact number of files which have actual track names instead of the standard AAAA.mp3 type filename. Next, in iTunes, remove ALL songs and any other forms of audio (such as podcasts), from the device. Your music folder techincally should now be empty, but as you browse through the hidden Music folder in the device, you will stumble upon a couple of files that remain. These are the orphaned files I've been talking about.
    The effect:
    Over time, with repeated additions and removal of songs from one's device, these files accumulate. The iPod owner, none the wiser, will start to wonder why "Other" in the iTunes capacity display is continuing to grow. I was highly suspicious after cleaning out my iPod entirely, that "Other" was still showing 1.6GB!! I browsed through the filesystem wondering why which led me to discover tons of various music files in the music folder which shouldn't have been there (after all, iTunes shows no music stored on this device).
    The Fix:
    Some sort of bug is causing this erroneous duplicate copy to be generated, and then the database to actually reference the erroneous copy instead of the AAAA.mp3 copy. One workaround iTunes could actually build in some sort of enumeration function that scans all of it's internal F## folders in the Music folder looking for these orphaned files, and simply erase them if they are not contained in the itunesDB. Pushing out this type of behavior into a new iTunes release would also fix the problem for all the people who've already racked up GBs of wasted space as that space would suddenly become available again for apps, tracks, and other files.

    Two steps forward - one step back.
    Thanks to insight from others here I enabled disk use and went to [drive letter]/iPod/control/music
    There I saw a long list of folders called F00, F01, F02 etc.
    In my case there were 49 of them with roughly 400 files in each folder.
    The bulk of the files were named ABCD.mp4 down to ZYXW.mp4.
    In each of the fifty folders were, as predicted above, a handful of song files labeled as such - ie borntorun.mp3 or iseered.mp4
    I opened each and every one of the folders, deleted the files with real names and synced the pod.
    On my 120 GB the yellow "other" fell dramatically, down to under 1 GB. Which is under 1% of the total. Not great but acceptable.
    So far, so good.
    Now that I had fresh space I set about adding new songs to the pod.
    Imagine my disappointment when I rechecked the F00 to F49 folders and saw that song name files had crept back in. Not as many, and I was able to delete them quickly and keep "other" under 1 GB. But still. It's like having crab grass or rodents.
    Is there any hint that iTunes might address the underlying cause?
    In the gripping process of deleting four or five files from each folder I noted that some specific files came up again and again. Just for laughs I'm going to delete and re-add those songs in case that helps.

  • AxGPIB runs slower over time

    Using Measurement Studio 6.0 for VB but from within a Visual Studio 2005 CSharp app, the components used are the AxCWGPIB ? that interface to the GPIB bus
    everything works except over time, like 1 hour, it becomes noticeably slower, after 10 hours the cpu useage is peaked around 100%, each transfer takes a few seconds.  Am searching for any issues with this activeX, any leads appreciated.
    rebooting the system makes it run faster, problem seems linked to the GPIB interface/driver which is the National Instruments/Measurement studio component that appears as AxCWGPIB
    thanks for any assistance

    yes thanks, I disabled the data logging and ran the tests that only did the gpib I/O.  doing this, it would increase in cpu useage much faster than if everything gets run.  Ive scoured the code for possible memory leaks
    Is there supposed to be some special way to call and manage the Interop.CWInstrumentControlLibrary.dll  or ?? from the C# form world?
    the documentation is extremely limited, but I put the control into the form1, then make calls from the code.  nothing to indicate that more is necessary, so what else is supposed to be done? 
    is there a difference between the cwgpib control in the dotnet version of Measurement Studio? or is it the same exact v1.4  for version 6.0?

  • My iPod Touch is running on ios 7. In the last two and a half months all the apps of my iPod have been wiped out twice. I had to download all the apps all over again. Why is this happening?

    My iPod Touch is running on ios 7. In the last two and a half all the apps of my iPod have been suddenly wiped out twice. I had to download all the apps all over again. Why has it happened?

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup. See:                                                
    iOS: How to back up                                                                
    - Restore to factory settings/new iOS device.             
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
      Apple Retail Store - Genius Bar                              

  • IPhone installs one app at a time, why?

    I have an iPhone 4S and an iPad 2.  Both are running iOS 6.1.3.  For the longest time, the way my iPhone and iPad install or upgrade apps has differed.
    For my iPad, the install/update process for multiple installs/updates works like this:
    1. Download first app
    2. Start installing the app and simultaneously start downloading next app.
    For my iPhone, the process works like this:
    1. Download app.
    2. Install app.
    3. Once install is finished, download next app.
    In other words, my iPad will download an app without waiting for the prior one to finish installing, while my iPhone downloads and installs one app at a time.  Because of this it takes longer to update apps on my iPhone than on my iPad.   This is case over both cellular and Wifi.
    I'm assuming the way the iPad is working is the correct method.  Why doesn't my iPhone work the same way?

    Whil you can run two apps at the same time, i.e. Music and Safari, you can only see one app at a time.

  • I have installed the most recent version of Snow Leopard on my MAC, and I am trying to install Mountain Lion from the Apple Store.  It will not install, because it says I do not have 2GB of memory, even though I have over 200GB available.  Please help.

    I have installed the most recent version of Snow Leopard on my MAC, and I am trying to install Mountain Lion from the Apple Store.  It will not install, because it says I do not have 2GB of memory, even though I have over 200GB available.  Please help.

    Welcome to the Apple Support Communities
    One thing is the memory, and another thing is the hard disk space. You are telling me that you have 200 GB of free space on the hard disk, but the App Store is telling you that you have to install 2 GB of memory or more on your Mac if you want to upgrade to OS X Mountain Lion.
    First of all, open  > About this Mac > More Info, and copy "Model Identifier" here, so we can know what Mac you have got and how much memory you can install.
    We recommend to buy the memory in OWC or Crucial (Crucial is cheaper and offers the same compatibility warranty as OWC) because you won't probably have any problem with the memory you buy there

  • I ended up with 3 Apple IDs over time.  How can I get it down to one account?

    I ended up with 3 Apple IDs over time.  When I sink my iPad, some apps won't sync because the app was purchased under a different account? 
    How can I get it down to one account and be able to sync all of my iTunes purchases (apps, music, etc.) on my iPad and iPhone?
    This is driving me crazy!  grrrr.   :-)
    I have .me; .mac and .icloud accounts.
    - Dave
    Running OS X  10.8.5 (Mountain Lion) on iMac, using iPad 4 (64GB) and iPhone 5.

    Thanks.  I was afraid of that.  Darn Apple....we use Apple products because they are elegant and easy to use, why can't apple simplify the ID issues???   :-)
    Thanks for the reply.

Maybe you are looking for

  • Vendor Aging

    Hi All, When I try to generate the Vendor Aging report  for particular vendor it is displaying all the invoices against which we have already made the payment entry. I need to display only open invoice in aging report. How to do that? I'm using SAP B

  • What do I do if I have lost my MAC-installation CD and I want to do the partition of my MacBook Pro 15" i7 quadra-core?

    Hey guys and girls. I have bought the Windows 7 Home Premium, because I use some programs for my study that can only run on Windows. I have started the partition and finished installing, but the Windows system doesn't communicate with the drivers. So

  • Isight problem like thousand of other users !!!

    I don't believe it but I am having the same problem like many other users. I am getting my masters in computer science next year and I know how to handle a computer, just to make this clear. What makes me really mad is that many other users are strug

  • Connecting to an apple TV

    My brother has airport on his new iMac but he has no wifi network, He connects directly to the ethernet. Could he connect to his apple TV by creating a computer to computer network in his airport configurations ? Yves

  • PO Value should not exceed PR value ~ Control required

    Hi All, I wanted to make PR number has mandatory for PO, i did it with the help of customising settings with doc type. Now I want to make PO Value should not exceeds the PR Value. How to make it in settings. or Is thr ant way available to make it (li