Some memory issues

Ok, so i just bought some more ram for my pc. I have a P7N Diamond mobo, had 2 gigs dual channel ram and bought another 4 gigs. Well a few things happened between then and now....to sum it up, went to windows 7 ultimate 64-bit, flashed the bios to newest version (1.7 i think), btw that usb flash tool program thingy worked superb, and still only have 3 gigs single channel. Which i realized BEFORE i flashed the bios, but after i went to 64-bit...
Ive monkeyed around with switching around the ram modules, making sure they are seated properly etc....the LEDs on the board light up saying there is something in the DIMM. But basically only the a channel is working. Nothing looks broken or burnt or what have you.
To tell you the truth i dont really know when this actually went wrong (when my b channel  itself). It could have happened 6 months ago, idk, dont really pay to much attention to it. I play games here and there. my pc has pretty much become my tv thanks to netflix and hulu. I only noticed because i just installed 4 more gigs and windows said i only had 3.
Would like to know if there is something i can do to fix this. Or is the mobo effed in the ram department.

If you have gone through the process of reseating the memory and testing each module individually, then it could be that a memory slot is defective. Visiually inspect the slot itself. Could also be the control circuitry for that slot thats gone bad or possibly never worked, unless you have tested it before and it actually did work at some stage.
Perhaps just try and clean out the dust that collected over the years if you have not used since new, and see if it's not just a bad contact.
If the BIOS only reports 3072, then one slot is physically not being read.

Similar Messages

  • How to correct internal memory issue

    This is related to the standard SAP program SAPRCKM_MR11 in which there is one include RCKM_MR11F01 which contains a select statement :
    SELECT *
         INTO CORRESPONDING FIELDS OF TABLE t_bhistory
         FROM v_ckmlgrir
         WHERE bukrs EQ p_bukrs
         AND   ebeln IN r_ebeln
         AND   ebelp IN r_ebelp
         AND   lifnr IN r_lifnr
         AND   ekorg IN r_ekorg
         AND   ekgrp IN r_ekgrp
         AND   werks IN r_werks
         AND   bedat IN r_bedat
         AND   bsart IN r_bsart
         AND   bstyp IN ht_bstyp
         AND   vgabe IN ('1', '2', '3')  "Wareneingang/Rechnung/Nachbel.
         AND   loekz_k NE 'L'            "Loeschkz. Bestellkopf
         AND   loekz_p NOT IN ('L', 'S') "Loeschkz. Bestellposition
         AND ( frgrl   EQ space          "Freigabe unvollständig
         OR    frgrl   IS NULL )
         AND ( memory  EQ space          "Bestellung noch nicht komplett
         OR    memory  IS NULL )         "falls Feld nicht initialisiert
         AND ( xwoff   EQ space          "Wertbildung offen
         OR    xwoff   IS NULL )         "falls Feld nicht initialisiert
    bei Dienstleistungsbestellungen werden mehrfach kontierte
    Bestell-Pos. gegen das WE/RE-Konto gebucht, deshalb dürfen
    mehrfach kontierte Pos. nicht generell überlesen werden.
          AND   vrtkz   EQ space          "keine Mehrfachkontierung
         AND   wepos   EQ 'X'            "Wareneingang wird erwartet
         AND   repos   EQ 'X'            "Rechnung wird erwartet
         AND   weunb   EQ space          "Wareneingang unbewertet
         AND   stapo   EQ space.         "Item is not statistical
    There is one job FMT612P which contains this standard program and the job is going to abend
    because of the select statement given above which is because of some memory issue with the internal table t_bhistory, please give us a suggestion how we can avoid the same.

    Hi,
    I am also facing the same issue. We had copied this report into a custom report and are trying to improve performance by breaking the view into separate queries on EKKO, EKPO and EKBE.
    Can someone advise the best way to deal with this view v_ckmlgrir or a best approach to break down the view into separate queries.
    Thanks
    Edited by: Shreyas Shrikant Kulkarni on Jun 29, 2009 4:56 PM

  • Memory issues while fetching content

    HI all,
    I am using SAP KM Apis. however i am facing some memory issues while using them.
    I am using getContent() api on a resource. and then getInputStream on the Icontent object. I am using a ByteArrayOutputStream for writing the data. here is the code snippet:
    byte[] buf= new byte[4096];
    InputStream inputStream = content.getInputStream();
    ByteArrayOutputStream os = new ByteArrayOutputStream(1024)
    while ((count = inputStream.read(buf)) != -1)
        os.write(buf, 0, count);
    byte[] arr=os.toByteArray();
    THis code consuimes a lot of memory . we need to optimize this. we also tried removing BYteArrayOutputSteam and directly read the bytes in chunk :
    int n; 
    do 
         n = inputStream.read(buf, 0,(int)content.getContentLength()); 
    while (n != -1); 
    however this approach has not helped us.
    please suggest an approach where memory consumption is less and the entire content is fed.
    thanks

    Hi
    This code worked for me for reading from a KM res...
    BufferedReader reader = new BufferedReader(new InputStreamReader(is));
    StringBuilder sb = new StringBuilder();
    String line = null;
            try {
                while ((line = reader.readLine()) != null) {
                    sb.append(line + "\n");
            } catch (IOException e) {
                e.printStackTrace();
            } finally {
                try {
                    is.close();
                } catch (IOException e) {
                    e.printStackTrace();
    return sb.toString();
    Regards
    BP

  • IPod Nano 5th Gen memory issues?

    Hello. My iPod Nano 5th gen is great, and I've been able to use it for 2 years now, and it serves me well. Perfect condition since the day I got it. However, there are some memory issues...
    First off, I have only two recorded videos totaling 1 minute and 29 seconds, so it shouldn't take up much memory at all. And I don't have any other videos on my iPod either.
    Well, when I go to "About" under "Settings", then it always says that there are only 902 MB left, and it's an 8 GB. What's weirder is that it says that 6.1 GB are being used my audio, and I only have 712 songs. When I select all of the songs that are on my iPod on my PC, then it tells me that it totals to only 3.53 GB. Kinda weird, and I really need this extra space now.
    Secondly, I should tell you that I don't use iTunes to syncronize my iPod. I use a third-party program called CopyTrans Manager because it's simpler, easier to navigate, and faster in my opinion. Idk what it is, but it's bothering me. Hopefully some of you can tell me where I can go to eliminate these issues and finally get my iPod back to better use and full memory.
    Help me please. I don't know where to go next...
    Thankee.

    I don't use iTunes to syncronize my iPod. I use a third-party program called CopyTrans Manager
    Contact the manufacturer.  Check with them to determine if the issue is with them.

  • Association rules - memory issue

    Hi everyone,
    I'm testing oracle data mining to generate a high number of association rules, starting from a table containing around 100 columns and 1800 lines. I transformed the table in a view as shown with the market basket demo, but I'm still having a memory error each time I'm trying to launch the data mining process.
    I've tried with a table containing less columns and lines, and it worked fine.
    Is there a way to set ODM to allow it to process this big table and generate millions of association rules without having some memory errors ?
    Is it possible to find how exactly the apriori algorithm works, I mean to find if the sql process is only working with the RAM and writes in the database in the end, or if it commits into the database during the process (before exploding memory).
    Merry christmas by the way !!!!!

    Hi,
    thanks again for your reply. I tried the tweak with the shared_pool_size, and I'm still having some memory issues.
    Do you know how the model is build, and how it works technically ?
    I can see that itemsets and rules are created when you build the model. Is it stored in a procedure (which applies the apriori algorithm), computes the model and then stores the rules generated into the database during commit ?
    In this case all the process (model building) is stored in RAM, am I right ?
    And that's why the process crash when there are too much data processed. Is it possible to avoid this, I mean commit the rules even during the process to free some RAM space in order to continue the rule generation ?

  • Memory issue with Podcast !!!

    Hi,
    I have several issues with the Podcast App.
    - i cannot sync podcast that i have downloaded on my laptop using itunes to the iphone,
    - when i download some podcast directly on the iphone, i cannot play them, i still have to stream them,
    - i have uge memory issues and i think that the downloaded version of the podcast might be somewhere on the iphone, but cannot access / delete them (over 16 GO, i have more than 4.5 GO used for 'other', that are not related to anything...)
    i have tried to delete / reinstall the app, but this does not change anything...
    Any help ?
    Rgds

    Quote
    I have a MSI 975X Platinum rev 2 mb with a e6300 processor overclocked to 2.24ghz.
    If your CPU operates @2.24 GHz, it means that you increased FSB frequency to about 348 MHz.
    To make sure there is no misunderstanding here, let me point out the following:
    Memory frequency is ALWAYS linked to FSB frequency by the FSB/DRAM Ratio you can select in BIOS.  If you select 1:1 for example, the BIOS will show that memory frequency is 533 MHz. This value however, only applies to the default FSB clock speed of 266 MHz:
    266 MHz x 1 = 266 MHz (or 533 MHz effective DDR2-frequency).
    If your system is overclocked, what counts is only FSB/DRAM ratio, not the memory speed displayed in BIOS.  That means, if you set FSB/DRAM ration to 1:1 and FSB frequency to 348 MHz, your RAM will operate @:
    348 MHz x 1 = 348 MHz (or 696 MHz effective DDR2-frequency).
    The main question is:
    What are you talking about when you say, you can't make your RAM operate @800 MHz?
    The BIOS does not offer a proper divider to get your RAM to 800 MHz @348 FSB clock speed to begin with.
    You have the following choices if your overclock your system:
    FSB=300 + FSB/DRAM ratio = 1.33
    300 MHz x 1.33 ~ 400 MHz (or 800 MHz effective DDR2-frequency)
    FSB=320 MHz + FSB/DRAM ratio = 1:1.25
    320 MHz x 1.25 = 400 MHz (or 800 MHz effective DDR2-frequency)
    FSB=400 MHz + FSB/DRAM ratio = 1:1
    400 MHz x 1 = 400 MHz (or 800 MHz effective DDR2-frequency)
    Use CPU-Z to monitor the DRAM frequency that is actually set if you are overclocking.

  • Memory issues

    I have a 2008 Macpro...remarkable up-to -date for its age...I plan to use it for some time yet. Lately I have been a having what seems to be a memory issue. There are 12 gig of Ram installed...6x2 gig each in pairs. Sometimes on boot the screen only shows a flashing folder. I shut down and reboot, and it seems fine...but only 8gig of ram shows installed. I opened it up, unseated the boards that hod the ram, and unseated and reset all he ram, and replaced the boards. Great, all he ram shows, 12 gig again. This morning, a few days later, it did it again, showing 8. So, when I run Crucial's memory analyzer, it shows first four slots full, last four empty. A few questions...are the first four slots the top board, the last four the bottom board? This, BTW, is what it was also showing before I reseated the ram. If so, the ram in question s on a separate board. Opinions, is the ram bad, or the board, or neither? Should I reseat again and flush with contact/tuner cleaner/degreaser? Could this hurt? (it is made to clean electronics) the machine does seem ever so slightly unstable. FCP crashed once in a 5 hour edit, which it has done before but rarely. The machine itself did not crash, just the program. Can using the machine like this do more damage, or will it just not boot? I feel it is a seating or connection issue, as I have never seen ram come and go, once it is fried it's fried. The ram is still pretty pricy, but I was going to buy 4 more gigs just to fill it out. Are the two board that hold the ram identical, top and bottom? If so, is a good diagnostic tool to swap them and see what happens? Move all the ram and swap board positions, or do I risk blowing ram ? Remember, the ram did show up when I reseated, so it seems like it is I damaged. My goal would be to see if top ram stops appearing. Does ram need to be filled in order? I know in pairs, but can I just swap the boards and leave the ram, which should look like filling slots 1,2,5,6,7,8...as opposed to 1,2,3,4,5,6.  Can the boards be swapped, or are they set somehow to be 1-4 and 5-8, or is that determined automatically by their upper or lower insertion? Any other advice is appreciated. Funds are low, so I need to keep this machine running. Other info, 3.06ghz (2 quad core) Xeon CPUs, 1tb system drive, 4 TB raid5' OSX 10.6.8 dual graphics display with 512MB (can't remember card model right now). Also, can I update graphic card in this machine? I looked at it a few years ago, but the I for I found was confusing and I never got to it. I figure I might be able to get a better card pretty cheap by now. Thanks all.

    You have typed a huge list of ideas all as one paragraph with many questions in it without a single bit of white space. My eyes are not good enough to read a question, attempt to answer it, then dig through the sea of letters to find the next question.
    Your writing needs white space, which gives it a peculiar overall shape, and allows a reader with poor eyesight to return to a particular spot in the text. So I will attempt to answer some parts of your query, but will be forced to do so from memory of what you wrote.
    The Mac Pro uses Error Correcting Code (ECC) RAM. Eight extra bits are stored with each word, and checked when read back. Single-bit errors are detected, and the check bits are used to make a correction on the fly. More complicated errors are detected, and can cause your Mac to halt on a kernel panic to prevent bad data from propagating.
    ECC RAM means your Mac can detect bad memory easily at Startup, and can declare pairs of DIMMs "absent" to avoid using them.
    Contact corrosion, which was an issue with much older DIMMs, is rarely an issue with these FBDIMMs. Once re-Inserted ONCE, corrosion will not recur for a year or more.
    The upper and lower Riser-cards are identical.
    The FBDIMMs in these machines are subject to overheating and death. If Mac OS X or any program reports DIMMs as missing, at least one of the DIMMs in that pair has died (but since they are installed in pairs, both are marked absent).

  • 790FX-GD70 Memory Issue

    I had 4 GB of OCZ AMD Black Edition (8-8-8-24) memory in Dimm1 and Dimm2 which worked fine.  I recently purchased 4 more GBs of Corsair memory and installed it.  But after the system would not post and the mother board display would just flash FF.  Thought the memory was bad and exchanged it for 4 GB of Patriot Memory (8-9-8-24) but had the same issue.  Note the speeds on all memory were the same.  OCZ and Patriot work fine by themselves in Dimm 1 and 2.  I took one stick of memory and tested it out in each of the slots and the system would not boot/post when I had a stick in Dimm 4.  Does anyone know of any issues with this board and memory?  The memory also reads at 1033 in the bios but the box for the mem states 1600.  Am I doing something wrong?
    Also, unrelated to this post, I am having an issue with windows server 2008 r2 on my raid setup.  It sees the raid after I load drivers from MSI.com but after the last step of the install it gives me a message saying that it couldn't save settings and I need to restart the installer.  After which it says that again. 
    Thanks for you time and help!
    AMD Phenom II 965 Quad Core 3.4 Ghz
    ■ 790FX-GD70 - 601-7577-030
    ■ OCZ (8-8-8-24) and Patriot (8-9-8-24), DDR3 1600 (Both), 8GB , 4
    ■ XFX RADEON HD 4770, 512 MB
    ■ Seagate, 1.5 TB (x4), Sata 300, 7200 rpm (Raid 10)
    ■ Win Server 2008 R2 x64
    ■ OCZ 600w

    Okay heres a list of things to remember about mobos and ram:
    Motherboards only support certain types and certain rated speeds, most don't support 1600 without overclocking the ram, the board, and the processor.
    The Dimm4 slot is the Last slot in the list, your PC won't ever boot with just one stick in the 4th slot.
    Also make sure your mobo supports the amount of memory you want to add, some only support up to 16GB or less.
    Brand doesn't really matter (though it is better to have tested brand name dual channel kits) but specs do.
    Though some memory just doesn't play nice with each other and in this setting, to me, OCZ and corsair don't sound like they are playing nice together. Though it might work just fine - you just need to get the settings right.
    Edit:
    As for buying ram, I don't know where you are located but I use www.newegg.com and I got 8GB of G.skill dual channel kit value ram (2x 4GB) for 80-90 bucks. Slap one in dimm1 and the other in dimm3 and you got 8GB!
    Come to think of it, try testing your ram like this: 1 corsair in dimm1, 1 corsair in dimm3, 1 ocz in dimm2 and 1 ocz in dimm4 & don't forget to set the timings otherwise it just won't work. (Have to overclock to run 1600 ram)
    Another note is that usually when AMD calls something "Black Edition" that means it has been overclocked at the factory, so unless you have some more of the same kind of ram I am betting it won't be as stable as it can be.

  • If my macbook's memory pressure goes red with just Safari and Word open, is it just a memory issue?

    Hello all,
    I'd really appreciate any input on this issue. I'm not especially expert with regard to computer systems and software, so I ask that you please bear with me; I'll try to provide the best information I can. What has been happening with my computer is that it has been freezing and crashing, even with only Safari and Microsoft Word open. More information about the system as well as what I've done so far is below.
    I have a mid-2012 13-inch Macbook Pro with a 2.5 GHz Intel Core i5 processor, 4 GB 1600 MHz DDR3 memory (two 2 GB cards), and an Intel HD Graphics 4000 card. I am running I have approximately 280 gigs free on my 500 GB Apple HDD. I am running OS X 10.9.3 (13D65), Kernel version Darwin 13.2.0.
    In March or April of this year, my computer started seriously slowing down and freezing and crashing. (I think that this was around the time I upgraded to Mavericks, but am not 100% positive.) Since it is my only computer and I'm a PhD student, it took me until May to seriously address the issue. I ran Apple hardware diagnostics and the disk utility (verified the disk; verified & repaired the permissions), and tried uninstalling programs I thought might be causing issues, but nothing improved. Since it didn't appear to be a hardware issue, I decided to do a clean install of Mavericks with a full software update [and didn't use a time machine backup like I'd done in the past; I only backed up files and bookmarks this time and installed new versions of all my programs]. Although my computer ran better for a few weeks, it started slowing down again, and lately has been crashing on a near-daily basis.
    After reading through the fora, I re-ran disk utility (disks check out fine; one permission -- for Safari -- seems to refuse to be repaired), re-ran Apple Hardware test twice (no issues found), and have been running the Activity Monitor [I put it in my dock with the bars showing CPU usage]. Today, when my computer started seriously slowing while I had only two programs open (Safari & Microsoft Word), the Activity Monitor icon on the dock showed all four bars at max.
    I managed to get a few screencaps of the Activity Monitor:
    So, this suggests to me that either (a) I have insufficient RAM to run Mavericks and run basic computer programs, or (b) there is some other issue.
    Do you all have any recommendations as to the best way to proceed? I don't have a lot of cash, so I can't really spend money unless it is really warranted. Would it be worth running OnyX first? Or is this a pretty clear indication that I need new RAM? Alternately, are there any other issues that seem likely (an undetected hard drive problem, etc.)?
    Thank you!

    Hi Melophage,
    Thank you. Although it is possible something was running in the background, in Force Quit, the only applications visible were Finder, Microsoft Word, and Safari.
    I ran Etrecheck and have included the output here:
    EtreCheck version: 1.9.12 (48)
    Report generated July 25, 2014 at 2:17:04 PM EDT
    Hardware Information:
        MacBook Pro (13-inch, Mid 2012) (Verified)
        MacBook Pro - model: MacBookPro9,2
        1 2.5 GHz Intel Core i5 CPU: 2 cores
        4 GB RAM
    Video Information:
        Intel HD Graphics 4000 - VRAM: (null)
            Color LCD 1280 x 800
    System Software:
        OS X 10.9.3 (13D65) - Uptime: 1 day 2:16:0
    Disk Information:
        APPLE HDD HTS547550A9E384 disk0 : (500.11 GB)
            EFI (disk0s1) <not mounted>: 209.7 MB
            Macintosh HD (disk0s2) / [Startup]: 399.25 GB (220.13 GB free)
            Recovery HD (disk0s3) <not mounted>: 650 MB
            BOOTCAMP (disk0s4) /Volumes/BOOTCAMP: 100 GB (58.85 GB free)
        HL-DT-ST DVDRW  GS31N 
    USB Information:
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Computer, Inc. IR Receiver
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. Apple Internal Keyboard / Trackpad
    Thunderbolt Information:
        Apple Inc. thunderbolt_bus
    Gatekeeper:
        Mac App Store and identified developers
    Kernel Extensions:
        [not loaded]    com.millisecond.driver.InquisitParallelPort (2285 - SDK 10.8) Support
        [not loaded]    edu.sissa.iokit.ioLabResponseBox (2.0 - SDK 10.6) Support
    Problem System Launch Daemons:
        [failed]    com.apple.installd.plist
        [failed]    com.apple.wdhelper.plist
    Launch Daemons:
        [loaded]    com.adobe.fpsaud.plist Support
        [running]    com.daz3d.content_management_service.plist Support
        [loaded]    com.google.keystone.daemon.plist Support
        [loaded]    com.microsoft.office.licensing.helper.plist Support
        [loaded]    com.oracle.java.Helper-Tool.plist Support
        [loaded]    net.cloudpath.HelperTool.plist Support
    Launch Agents:
        [loaded]    com.google.keystone.agent.plist Support
        [loaded]    com.oracle.java.Java-Updater.plist Support
    User Login Items:
        iTunesHelper
        RescueTime
        Dropbox
        Activity Monitor
    Internet Plug-ins:
        FlashPlayer-10.6: Version: 14.0.0.145 - SDK 10.6 Support
        Default Browser: Version: 537 - SDK 10.9
        Flash Player: Version: 14.0.0.145 - SDK 10.6 Support
        QuickTime Plugin: Version: 7.7.3
        o1dbrowserplugin: Version: 5.4.2.18903 Support
        SharePointBrowserPlugin: Version: 14.4.3 - SDK 10.6 Support
        googletalkbrowserplugin: Version: 5.4.2.18903 Support
        Silverlight: Version: 5.1.30317.0 - SDK 10.6 Support
        MeetingJoinPlugin: Version: (null) - SDK 10.6 Support
        JavaAppletPlugin: Version: Java 7 Update 55 Check version
    Safari Extensions:
        Ebates: Version: 3.0.2.5
        Save to Pocket: Version: 1.9.1
        PriceBlink: Version: 4.1
        Evernote Web Clipper: Version: 6.1.3
        Hukkster: Version: 1.1
        Add To Amazon Wish List: Version: 1.8
        Instapaper: Version: 1.2.1
        Coupons at Checkout: Version: 1.1
    Audio Plug-ins:
        BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
        AirPlay: Version: 2.0 - SDK 10.9
        AppleAVBAudio: Version: 203.2 - SDK 10.9
        iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
        Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes:
        Flash Player  Support
        Java  Support
    Time Machine:
        Time Machine not configured!
    Top Processes by CPU:
            23%    firefox
             4%    WindowServer
             0%    fontd
             0%    Activity Monitor
             0%    sysmond
    Top Processes by Memory:
        818 MB    firefox
        111 MB    com.apple.IconServicesAgent
        102 MB    Finder
        98 MB    Microsoft Word
        94 MB    mds_stores
    Virtual Memory Information:
        311 MB    Free RAM
        1.49 GB    Active RAM
        1.22 GB    Inactive RAM
        895 MB    Wired RAM
        3.49 GB    Page-ins
        159 MB    Page-outs
    [Looking at the output, I would like to point out that Daz 3D is newer than the issues I've been having; I just recently installed it for a research project.]
    Does anything stand out to you? Thanks!

  • Regarding Memory issues((error) while scheduling the job

    Hi Friends
    I am  facing memory issue while rerunning BODS jobs in production.As we have rapid mart when jobs got failed i rerun the
    job suddenly job got failed and  in logs i found Memory issue
    please help me what i have to do in steps
    Thanks

    I think there is no one solution to buffer pool issue. Buffer pool issue happens due to many reasons like how you design the data flow, requirement of push down or even insufficient memory in the running environment.
    You can check by checking 'collect statistics for optimization' during running the job. Also in the data flow, try changing from pageable cache to memory cache by right clicking and selecting properties.  The below link give some details on caching, might be helpful.
    https://wiki.sdn.sap.com/wiki/display/BOBJ/CachinginDI
    Arun

  • Memory issues in java3d1.2(openGL ver) and 1.2.1-03 sdk(openGL ver)

    hi ,
    i am working in java 3d and handling memory issues .I have made following observations.
    In java3d 1.2 version,when we close a primitive ,(transform group,point3d,transform 3d release) about 80% of memory used by the primitive when it was opened.but point4d releases only 2% of memory.
    on a contrary when i use java3d1.2-03 sdk point4d releases about 75% of memory and others(transform3d,transform group,point3d ) releases about 40% of memory allocated to them.
    can somebody tell me if there is some kind of difference in these two versions related to memory?or is there any memory bug in the later version?
    thanks
    sangeeta

    hi,
    We r using memory management tools like Jprobe and optimizer IT to count the rate of memory released.
    Thanks
    sangeeta

  • Hard Drive Memory Issue..

    Hi, I have an external hard drive that I download movies and television shows to directly from the web. The issue is that sometimes my external hard drive doesn't register with the program I use and then the file gets downloaded to the laptop itself, though I can't access the actual files. The program Disk Inventory tells me they are in a folder called "Volumes" but I can't find that folder even if I search for it. The room is being taken up on my laptop's HD anyways.I used to download directly to my computer and transfer the file to my external HD but after I deleted the original file, there seemed to still be some memory being used, not as much as the whole file, but a few bites had gone missing. What's going on?

    Choose Go to Folder from the Finder's Go menu and enter /Volumes/ as the folder's path to access those files.
    (26925)

  • Memory issues AP3 & 10.9.1

    I've been using Aperture since version 1.0 and never have I had memory issues until now.
    HAs anyone come across issues with AP3 and 10.9.1
    "Your system has run out of application memory" ? and shows Aperture in red (paused)?
    I have 32GB ram, all SSD's and the ATI 5870 graphics card.
    Any thoughts/insight/solutions?
    I think I'm on the verge of just dumping Aperture and callling it a day - it's bad enough 10.9.1 is having issues with the finder.

    This is a known issue.
    It doesn't affect everyone, and for some people is resolved by switching off on-screen proofing.
    The work around for the moment is periodic restarts before the system runs out of memory. Hopefully a fix will be along shortly.
    Andy

  • Application Memory Issue - Running 10.9.2

    I have run my Etrecheck report and here are the results. I'm hoping someone can assist in diagnosing what 3rd party culprit is causing my issues.
    Hardware Information:
        MacBook Pro (13-inch, Mid 2012)
        MacBook Pro - model: MacBookPro9,2
        1 2.9 GHz Intel Core i7 CPU: 2 cores
        8 GB RAM
    Video Information:
        Intel HD Graphics 4000 - VRAM: 1024 MB
    System Software:
        OS X 10.9.2 (13C64) - Uptime: 24 days 13:3:59
    Disk Information:
        APPLE HDD HTS541075A9E662 disk0 : (750.16 GB)
            EFI (disk0s1) <not mounted>: 209.7 MB
            Macintosh HD (disk0s2) / [Startup]: 749.3 GB (198.7 GB free)
            Recovery HD (disk0s3) <not mounted>: 650 MB
        HL-DT-ST DVDRW  GS41N 
    USB Information:
        BUFFALO INC. HD-GDU3 2 TB
            Timeline Backup (disk2s1) /Volumes/Timeline Backup: 2 TB (734.07 GB free)
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Computer, Inc. IR Receiver
        Hewlett-Packard HP LaserJet Professional P1102w
        Mitsumi Electric Hub in Apple Extended USB Keyboard
            Mitsumi Electric Apple Extended USB Keyboard
        Apple Inc. FaceTime HD Camera (Built-in)
    FireWire Information:
    Thunderbolt Information:
        Apple Inc. thunderbolt_bus
    Kernel Extensions:
        com.protectmac.kext.AntiVirus    (1.1.5)
    Startup Items:
        CiscoVPN: Path: /System/Library/StartupItems/CiscoVPN
        NMTCPSettingsTuning: Path: /System/Library/StartupItems/NMTCPSettingsTuning
        HP IO: Path: /Library/StartupItems/HP IO
        HWNetMgr: Path: /Library/StartupItems/HWNetMgr
        HWPortDetect: Path: /Library/StartupItems/HWPortDetect
    Launch Daemons:
        [System]    com.adobe.fpsaud.plist 3rd-Party support link
        [System]    com.adobe.SwitchBoard.plist 3rd-Party support link
        [System]    com.fitbit.galileod.plist 3rd-Party support link
        [System]    com.google.keystone.daemon.plist 3rd-Party support link
        [System]    com.microsoft.office.licensing.helper.plist 3rd-Party support link
        [invalid]    com.oracle.java.Helper-Tool.plist
        [System]    com.protectmac.AntiVirus.plist 3rd-Party support link
        [System]    com.quark.quarkupdate.plist 3rd-Party support link
        [System]    com.taoeffect.ispyd.plist 3rd-Party support link
        [System]    com.xrite.device.xrdd.plist 3rd-Party support link
    Launch Agents:
        [System]    com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
        [System]    com.adobe.CS5ServiceManager.plist 3rd-Party support link
        [System]    com.creativeinaustria.LetterOpener.OutlookPlugin.Agent.plist 3rd-Party support link
        [System]    com.google.keystone.agent.plist 3rd-Party support link
        [System]    com.hp.help.tocgenerator.plist 3rd-Party support link
        [invalid]    com.oracle.java.Java-Updater.plist
        [System]    com.quark.quarkupdate.agent.plist 3rd-Party support link
        [invalid]    com.samsung.AWPAgent.plist
        [System]    com.xrite.device.softwareupdate.plist 3rd-Party support link
        [System]    jp.co.canon.UFR2.BG.plist 3rd-Party support link
    User Launch Agents:
        [not loaded]    com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
        [not loaded]    com.adobe.ARM.[...].plist 3rd-Party support link
        [not loaded]    com.akamai.single-user-client.plist 3rd-Party support link
        [not loaded]    com.citrixonline.GoToMeeting.G2MUpdate.plist 3rd-Party support link
        [not loaded]    com.hp.printerAgent.plist 3rd-Party support link
        [not loaded]    com.microsoft.LaunchAgent.SyncServicesAgent.plist 3rd-Party support link
        [not loaded]    com.spotify.webhelper.plist 3rd-Party support link
    User Login Items:
        Skype
        AdobeResourceSynchronizer
        iTunesHelper
        PocketMacForBlackBerry
        Microsoft Database Daemon
        VMware Fusion Start Menu
        Dropbox
        Boingo Wi-Finder
        ProtectMacAntiVirusAgent
    Internet Plug-ins:
        o1dbrowserplugin: Version: 5.2.4.18058 3rd-Party support link
        Default Browser: Version: 537 - SDK 10.9
        Flip4Mac WMV Plugin: Version: 2.1.2.72 3rd-Party support link
        OfficeLiveBrowserPlugin: Version: 12.2.6 3rd-Party support link
        RealPlayer Plugin: Version: (null) 3rd-Party support link
        AdobePDFViewerNPAPI: Version: 10.1.9 3rd-Party support link
        FlashPlayer-10.6: Version: 12.0.0.77 - SDK 10.6 3rd-Party support link
        Silverlight: Version: 5.1.20913.0 - SDK 10.6 3rd-Party support link
        SlingPlayer: Version: (null) - SDK 10.6 3rd-Party support link
        Flash Player: Version: 12.0.0.77 - SDK 10.6 3rd-Party support link
        QuickTime Plugin: Version: 7.7.3
        googletalkbrowserplugin: Version: 5.2.4.18058 3rd-Party support link
        iPhotoPhotocast: Version: 7.0
        AdobePDFViewer: Version: 10.1.9 3rd-Party support link
        SharePointBrowserPlugin: Version: 14.3.9 - SDK 10.6 3rd-Party support link
        WidevineMediaOptimizer: Version: 6.0.0.12607 - SDK 10.7 3rd-Party support link
        JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Outdated! Update
    Safari Extensions:
        Slick Savings: Version: 1.0
        Searchme: Version: 1.3
        Amazon Shopping Assistant: Version: 1.1
        Ebay Shopping Assistant: Version: 1.1
    Audio Plug-ins:
        BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
        AirPlay: Version: 2.0 - SDK 10.9
        AppleAVBAudio: Version: 203.2 - SDK 10.9
        iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
        Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    User Internet Plug-ins:
        CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 3rd-Party support link
        WebEx64: Version: 1.0 - SDK 10.5 3rd-Party support link
    3rd Party Preference Panes:
        Akamai NetSession Preferences  3rd-Party support link
        Flash Player  3rd-Party support link
        Flip4Mac WMV  3rd-Party support link
        HP Scanjet  3rd-Party support link
        Quark Update Preferences  3rd-Party support link
    Old Applications:
        Microsoft Language Register:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
            /Applications/Microsoft Office 2011/Additional Tools/Microsoft Language Register/Microsoft Language Register.app
        Set IP:    Version: 1.0.1 - SDK 10.5 3rd-Party support link
            /Users/[redacted]/Desktop/folder/PrinterDriver/MAC_Installer/MAC_Printer/SetIP/ Set IP.app
        SLLauncher:    Version: 1.0 - SDK 10.5 3rd-Party support link
            /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
        Solver:    Version: 1.0 - SDK 10.5 3rd-Party support link
            /Applications/Microsoft Office 2011/Office/Add-Ins/Solver.app
        H&R Block 2013:    Version: 1.4 - SDK 10.5 3rd-Party support link
        H&R Block 2011:    Version: 1.3 - SDK 10.4 3rd-Party support link
        H&R Block 2012:    Version: 1.10 - SDK 10.5 3rd-Party support link
        /Applications/Microsoft Office 2011
            Microsoft PowerPoint:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
            Microsoft Excel:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
            Microsoft Outlook:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
            Microsoft Word:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
            Microsoft Document Connection:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
        /Applications/Microsoft Office 2011/Office
            Microsoft Graph:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
            Microsoft Database Utility:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
            Microsoft Office Reminders:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
            Microsoft Upload Center:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
            My Day:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
            SyncServicesAgent:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
            Open XML for Excel:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
            Microsoft Alerts Daemon:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
            Microsoft Database Daemon:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
            Microsoft Chart Converter:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
            Microsoft Clip Gallery:    Version: 14.3.9 - SDK 10.5 3rd-Party support link
        Perfect Effects Free:    Version: 3.0.2 - SDK 10.5 3rd-Party support link
            /Applications/Perfect Effects Free/Perfect Effects Free.app
        /Users/[redacted]/Library/Application Support/WebEx Folder/1224
            Cisco WebEx Meeting Center:    Version: 11.24.32.0 - SDK 10.5 3rd-Party support link
            asannotation2:    Version: 8.25.31.0 - SDK 10.5 3rd-Party support link
            atmsupload:    Version: 4.14.29.0 - SDK 10.5 3rd-Party support link
            convertpdf:    Version: 1.2 - SDK 10.5 3rd-Party support link
        Microsoft AutoUpdate:    Version: 2.3.6 - SDK 10.4 3rd-Party support link
            /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
        Audacity:    Version: 2.0.2.0 - SDK 10.4 3rd-Party support link
            /Applications/Audacity/Audacity.app
        /Library/Application Support/Microsoft/MERP2.0
            Microsoft Error Reporting:    Version: 2.2.9 - SDK 10.4 3rd-Party support link
            Microsoft Ship Asserts:    Version: 1.1.4 - SDK 10.4 3rd-Party support link
        QuarkUpdate:    Version: 1.1.0.1 - SDK 10.5 3rd-Party support link
            /Library/Application Support/Quark/AutoUpdate/QuarkUpdate.app
        Set IP:    Version: 1.0.1 - SDK 10.5 3rd-Party support link
            /Users/[redacted]/Desktop/PrinterDriver/MAC_Installer/MAC_Printer/SetIP/Set IP.app
    Time Machine:
        Skip System Files: NO
        Mobile backups: ON
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 697.84 GB Disk used: 512.78 GB
        Destinations:
            Timeline Backup [Local] (Last used)
            Total size: 2 
            Total number of backups: 35
            Oldest backup: 2013-10-06 20:07:55 +0000
            Last backup: 2014-03-28 19:36:19 +0000
            Size of backup disk: Adequate
                Backup size 2  > (Disk used 512.78 GB X 3)
        Time Machine details may not be accurate.
        All volumes being backed up may not be listed.
    Top Processes by CPU:
            52%    System Preferences
             7%    Finder
             6%    com.apple.preferences.users.remoteservice
             6%    CVMCompiler
             5%    gamed
    Top Processes by Memory:
        573 MB    systemstats
        401 MB    firefox
        279 MB    Finder
        74 MB    Mail
        66 MB    WindowServer
    Virtual Memory Information:
        31 MB    Free RAM
        1.28 GB    Active RAM
        1.26 GB    Inactive RAM
        1.66 GB    Wired RAM
        201.07 GB    Page-ins
        6.79 GB    Page-outs

    The message has nothing to do with low disk space.
    There is excessive swapping of data between physical memory (that is, the memory chips on the logic board) and virtual memory (one or more files on the startup volume.) That activity is relatively slow and causes the whole system to be less responsive. It can happen for two reasons:
    A long-running process with a memory leak (a kind of bug)
    Not enough memory for your usage pattern
    Tracking down a memory leak can be difficult, and it may come down to a process of elimination.
    These instructions are for OS X 10.9 ("Mavericks.") The procedure may be slightly different for earlier versions of OS X.
    When you notice the swap activity, open the Activity Monitor application and select All Processes from the View menu, if it's not already selected. Select the Memory tab. Click the heading of the Real Mem column in the process table twice to sort the table with the highest value at the top. If you don't see that column, select
    View ▹ Columns ▹ Real Memory
    from the menu bar.
    If one process (excluding "kernel_task") is using much more memory than all the others, that could be an indication of a leak. A better indication would be a process that continually grabs more and more real memory over time without ever releasing it. Here is an example of how it's done.
    The processes named "Safari Web Content" render web pages for Safari. They use a lot of memory and may leak if certain Safari extensions or third-party web plugins are installed. Consider them prime suspects.
    Another process often implicated in memory leaks is "inkjet4" or "inkjet8," which is a component of the HP printing software. If it's present, force-quit the process in Activity Monitor to solve the problem temporarily. Empty the print queues in the Printers & Scanners preference pane (which has a slightly different name in each recent version of OS X.) If you don't use an HP printer, remove the software. Otherwise, if the problem is recurrent, update the software (which may not help) or contact HP support.
    "Wired" memory should be a small part of the total. That memory is not swapped, but it makes less physical memory available which may then result in swapping. If you have a lot of wired memory, that's usually an indication of a memory leak in a third-party program that modifies the operating system at a low level. Ask for guidance in that case.
    If you don't have an obvious memory leak, your options are to install more memory (if possible) or to run fewer programs simultaneously.
    The next suggestion is only for users familiar with the shell. For a more precise, but potentially misleading, test, run the following command: 
    sudo leaks -nocontext -nostacks process | grep total
    where process is the name of a process you suspect of leaking memory. Almost every process will leak some memory; the question is how much, and especially how much the leak increases with time. I can’t be more specific. See the  leaks(1) man page and the Apple developer documentation for details.

  • Result Set Causing out of memory issue

    Hi,
    I am having trouble to fix the memory issue caused by result set.I am using jdk 1.5 and sql server 2000 as the backend. When I try to execute a statement the result set returns minimum of 400,000 records and I have to go through each and every record one by one and put some business logic and update the rows and after updating around 1000 rows my application is going out of memory. Here is the original code:
    Statement stmt = con.createStatement();
    ResultSet   rs = st.executeQuery("Select * from  database tablename where field= 'done'");
                while(rs!=null && rs.next()){
                System.out.println("doing some logic here");
    rs.close();
    st.close();
    I am planning to fix the code in this way:
    Statement stmt = con.createStatement(ResultSet.TYPE_FORWARD_ONLY,
                          ResultSet.CONCUR_UPDATABLE);
    stmt.setFetchSize(50);
    ResultSet   rs = st.executeQuery("Select * from  database tablename where field= 'done'");
                while(rs!=null && rs.next()){
                System.out.println("doing some logic here");
    rs.close();
    st.close();But one of my colleague told me that setFetchSize() method does not work with sql server 2000 driver.
    So Please suggest me how to fix this issue. I am sure there will be a way to do this but I am just not aware of it.
    Thanks for your help in advance.

    Here is the full-fledged code.There is Team Connect and Top Link Api being used. The code is already been developed and its working for 2-3 hours and then it fails.I just have to fix the memory issue. Please suggest me something:
    Statement stmt = con.createStatement();
    ResultSet   rs = st.executeQuery("Select * from  database tablename where field= 'done'");
                while(rs!=null && rs.next()){
                 /where vo is the value object obtained from the rs row by row     
                if (updateInfo(vo, user)){
                               logger.info("updated : "+ rs.getString("number_string"));
                               projCount++;
    rs.close();
    st.close();
    private boolean updateInfo(CostCenter vo, YNUser tcUser) {
              boolean updated;
              UnitOfWork unitOfWork;
              updated = false;
              unitOfWork = null;
              List projList_m = null;
              try {
                   logger.info("Before vo.getId() HERE i AM" + vo.getId());
                   unitOfWork = FNClientSessionManager.acquireUnitOfWork(tcUser);
                   ExpressionBuilder expressionBuilder = new ExpressionBuilder();
                   Expression ex1 = expressionBuilder.get("application")
                             .get("projObjectDefinition").get("uniqueCode").equal(
                                       "TABLE-NAME");
                   Expression ex2 = expressionBuilder.get("primaryKey")
                             .equal(vo.getPrimaryKey());// primaryKey;
                   Expression finalExpression = ex1.and(ex2);
                   ReadAllQuery projectQuery = new ReadAllQuery(FQUtility
                             .classForEntityName("EntryTable"), finalExpression);
                   List projList = (List) unitOfWork.executeQuery(projectQuery);
                   logger.info("list value1" + projList.size());
                   TNProject project_hist = (TNProject) projList.get(0); // primary key
                   // value
                   logger.info("vo.getId1()" + vo.getId());
                   BNDetail detail = project_hist.getDetailForKey("TABLE-NAME");
                   project_hist.setNumberString(project_hist.getNumberString());
                   project_hist.setName(project_hist.getName());
                   String strNumberString = project_hist.getNumberString();
                   TNHistory history = FNHistFactory.createHistory(project_hist,
                             "Proj Update");
                   history.addDetail("HIST_TABLE-NAME");
                   history.setDefaultCategory("HIST_TABLE-NAME");
                   BNDetail histDetail = history.getDetailForKey("HIST_TABLE-NAME");
                   String strName = project_hist.getName();
                   unitOfWork.registerNewObject(histDetail);
                   setDetailCCGSHistFields(strNumberString, strName, detail,
                             histDetail);
                   logger.info("No Issue");
                   TNProject project = (TNProject) projList.get(0);
                   project.setName(vo.getName());
                   logger.info("vo.getName()" + vo.getName());
                   project.setNumberString(vo.getId());
                   BNDetail detailObj = project.getDetailForKey("TABLE-NAME"); // required
                   setDetailFields(vo, detailObj);//this method gets the value from vo and sets in the detail_up object
                   FNClientSessionManager.commit(unitOfWork);
                   updated = true;
                   unitOfWork.release();
              } catch (Exception e) {
                   logger.warn("update: caused exception, "
                             + e.getMessage());
                   unitOfWork.release();
              return updated;
         }Now I have tried to change little bit in the code. And I added the following lines:
                        updated = true;
                     FNClientSessionManager.release(unitOfWork);
                     project_hist=null;
                     detail=null;
                     history=null;
                     project=null;
                     detailObj=null;
                        unitOfWork.release();
                        unitOfWork=null;
                     expressionBuilder=null;
                     ex1=null;
                     ex2=null;
                     finalExpression=null;
    and also I added the code to request the Garbage collector after every 5th update:
    if (updateInfo(vo, user)){
                               logger.info("project update : "+ rs.getString("number_string"));
                               projCount++;
                               //call garbage collector every 5th record update
                               if(projCount%5==0){
                                    System.gc();
                                    logger.debug("Called Garbage Collectory on "+projCount+"th update");
                          }But now the code wont even update the single record. So please look into the code and suggest me something so that I can stop banging my head against the wall.

Maybe you are looking for

  • Entry tax posted in Gr & excluded in IR. How to clear open item in Entry Tax Clrng gl??

    Hi Experts, Issue is as below. Material Po Value 1000 Entry Tax value        10 Grn Posted with entry tax hence accounting entry as below Material Stock Gl Dr 1010 Gr Ir                                  Cr 1000 Entry Tax Clrng                 Cr    1

  • Problem creating job steps variants

    Hi Gurus! I have a problem with job steps creation. In my program I need to copy the exist job with some condition accords to job steps variants. But when I create the new job and it steps and variants in SM37, I can not see the variants names, only

  • Creative live! Cam video im pro

    ok first of all my mic isnt working it will work with the creative program not aim or any other website like stickam also i am only getting 4 frames per second

  • JTree custom icon help

    Hi, i am trying to get custom icon for specific nodes of a tree. In my customTreeCellrenderer that extends the default predecessor, i have this function. The problem is that, the icons are not set to the node i want but the node after that node. Anyo

  • Why I can't buy bingo chips? how do I do

    why I can 't buy bingo chips? how do I do