Can I add more ram than suggested

I need to get some more ram for my imac that apple say I can expand to 16gb. I currently have the standed 4gb.
In the following article from pcworld i noticed the following (especially the bold)
All iMacs come standard with 4GB of memory, installed as a pair of 2GB modules. When you order an iMac through the Apple Online Store, you have the option to upgrade the memory to 8GB (a pair of 4GB modules) on all iMac models for $200, or to 16GB (four 4GB modules) on the 27-inch models for $600. The iMac has four memory slots located at the bottom of the iMac that are user-accessible. Since two slots are empty when you buy an standard-configuration iMac, you can easily add more memory. The 21.5 inch iMac has support for up to 16GB of memory; third party companies are offering 32GB memory upgrades for the new 27-inch iMac.
Does this mean that I can technically go up to 32gb?  Is there a down side to adding more the an 16gb suggested.

Although you can install up to 16 GBs of RAM in both 21 and 27" models, I can not confirm that you can install 32 GBs in the 27" model. You might check OWC to see what they say.

Similar Messages

  • Can you add more RAM and a graphics card on T430?

    I currently have 8gb of ram and onboard intel HD 4000 graphics on my T430.
    I'm trying to play some games on my computer so, I would like to know if there is a slot to install an aftermarket video card plus ram expansion capacity of T430.
    Thank you.
    Solved!
    Go to Solution.

    Yes for the RAM - T430 will accept up to 16GB.
    No for the graphics card, there is no upgrade path for that.
    Cheers,
    George
    In daily use: R60F, R500F, T61, T410
    Collecting dust: T60
    Enjoying retirement: A31p, T42p,
    Non-ThinkPads: Panasonic CF-31 & CF-52, HP 8760W
    Starting Thursday, 08/14/2014 I'll be away from the forums until further notice. Please do NOT send private messages since I won't be able to read them. Thank you.

  • How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    Hi Nancy,
    This screenshot was only for imagination. A part of the code (not all) is below.  In the code there are some background images but they are not seem in live mode.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title></title>
    <link href="css/my_site.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css"/>
    <link href="SpryAssets/SpryCollapsiblePanel.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryCollapsiblePanel.js" type="text/javascript"></script>
    <style>
    #CollapsiblePanel1 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-color: #003366;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel1 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel1 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/international.jpg);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel2 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelContent {
        background-color: blue;
    #CollapsiblePanel3 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel3 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel3 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel4 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel5 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    </style>

  • Can I add more than one movie to the movie page

    I'd like to put up a gallery of movies  but don't know how to do that.  How can I add more than one movie to the movie template page?
    Thanks,
    Gina

    I use the YouTube widget. It has the advantage of not loading clips until one actually selects the clip. When I started I just dragged the quicktime files to the page...not a good idea as it forced a viewer to wait for all of them to load.
    Miro has some options.
    Hugh

  • Have MacBook Pro (ancient) has 2.16 Ghz Intel Core Duo with 1 GB 667 MHz RAM using OS 10.4.11. Can I upgrade OS? If so, how far? And can I add more memory? I realize this is an old laptop but I need to wait to upgrade to new.

    Have MacBook Pro (ancient) has
    2.16 Ghz Intel Core Duo with
    1 GB 667 MHz RAM
    using OS 10.4.11.
    Can I upgrade OS? If so, how far?
    And can I add more memory?
    I realize this is an old laptop but I need to wait to upgrade to new.

    if it is the core duo, mac OS X 10.6.8., max ram 2gb.

  • HP Pavilion 1000-1403AU - how do I open the unit to add more RAM

    Hi there
    want to open the unit to add more RAM
    how can I do that?

    @hpnotobook 
    A fellow Expert, Paul_Tikkanen, graciously provided a link to the notebook's series Maintenence & Service guide.
    It appears that there is a single screw that you need to loosen.
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • How can I add more memory to my iPad?

    How can I add more memory to my iPad?

    Memory refers to RAM, and can't be increased.
    I asume you mean storege space (like 16GB, 32GB, etc). It also can't be increased.
    There are some wireless external hard drives that can be used with the iPad.
    The Kingston Wi-Drive, which costs $50 for the 16 Gigabyte, and then $30 more for every 16 gigs more. It works by you turning it on and then accessing the files on it from an app that you download on your iDevice. You can access music, movies, and other stuff. No connections or anything, it works like a WiFi connection, you connect to it from the setting on the iPad under wireless networks.
    Then there is the Seagate GoFlex, which some would recommend over the Wi-Drive. But this one costs $199 and had 500 Gigabytes of storage. It works the sameway as the Kingston: no wires, runs over its wireless connection. You can actually fit up to 300 HD movies on it.
    Another option:
    Expand your iPad's storage capacity with HyperDrive
    http://www.macworld.com/article/1153935/hyperdrive.html
    On the road with a camera, an iPad, and a Hyperdrive
    http://www.macworld.com/article/1160231/ipadhyperdrive.html
     Cheers, Tom

  • Can i add more memory to my macbook pro?

    It currently has 4 GB installed. Can I add more memory?

    Which model MBP do you have? 15" late 2011, for example.
    Go to the Crucial website and use the System Scanner tab to determine which upgrades are available for your model - you don't have to buy from Crucial, but they do offer some of the best RAM for Macs available.
    Good luck,
    Clinton

  • I have a MBPro 2.4 Ghz with 2 GB ram max. is there anyway to add more ram?

    so this might be a really stupid question
    I have a MBPro 2.4 Ghz with 2 GB ram max. is there anyway to add more ram?

    unfortunately i don't have the manual anymore
    Model Name:          MacBook Pro
      Model Identifier:          MacBookPro3,1
      Processor Name:          Intel Core 2 Duo
      Processor Speed:          2.4 GHz
      Number Of Processors:          1
      Total Number Of Cores:          2
      L2 Cache:          4 MB
      Memory:          2 GB
      Bus Speed:          800 MHz
      Boot ROM Version:          MBP31.0070.B07
      SMC Version (system):          1.16f11
    I've read that max'ing out ram isn't the best thing to do. also i've read that some memory chips are faster than others?
    thanks for all your help

  • JVM takes more RAM than defined in -Xmx param on solaris

    Hi all,
    We have a problem on production installation of our product on Solaris paltfroms: jvm takes more (much more) RAM than defined in -Xmx param and without any OutOfMemory exceptions. (how itt possible at all ?)
    The only JNI call in application is SAP interface connector, but application uses a lot of Runtime.exec() calls.
    Is it possible to have such kind of "leaks" in java using JNI or Runtime.exec()?
    I will be very appreciate for any tip how to find the root of this problem and how we can fix it ?
    //rv
    system details:
    COMMAND
    nohup /system/jre/bin/java -XX:+DisableExplicitGC -XX:NewSize=80m -XX:MaxNewSize=80m -Xms256m -Xmx256m -cp /system/bin/application.jar: applicationstart >/sysem/bin/../log/jvm.log
    JAVAVERSION
    SRV12345/root # /system/jre/bin/java -fullversion
    java full version "1.4.2_08-b03"
    OS-VERSION
    [root@SRV12345] /->uname -r
    5.8
    TASKS
    [root@SRV12345] /->prstat
    PID USERNAME SIZE RSS STATE PRI NICE TIME CPU PROCESS/NLWP
    6415 root 964M 913M sleep 29 10 20:33.12 0.3% java/128
    Total: 75 processes, 310 lwps, load averages: 0.02, 0.04, 0.08
    CPUS
    root@SRV12345] /->psrinfo -v
    Status of virtual processor 0 as of: 07/27/06 16:33:23
    on-line since 05/22/06 11:40:25.
    The sparcv9 processor operates at 1320 MHz,
    and has a sparcv9 floating point processor.
    Status of virtual processor 1 as of: 07/27/06 16:33:23
    on-line since 05/22/06 11:40:26.
    The sparcv9 processor operates at 1320 MHz,
    and has a sparcv9 floating point processor.
    HARDWARE
    [root@SRV12345] /->prtconf
    System Configuration: Sun Microsystems sun4us
    Memory size: 4096 Megabytes
    System Peripherals (Software Nodes):
    MEMORY USAGE - PROCESS
    [root@SRV12345] /->pmap -x 6415
    6415:     /oms/OMSSpooler/system/jre/bin/java -XX:+DisableExplicitGC -XX:NewSize
    Address Kbytes Resident Shared Private Permissions Mapped File
    00010000 72 72 72 - read/exec java
    00030000 16 16 - 16 read/write/exec java
    00034000 636528 636456 618112 18344 read/write/exec [ heap ]
    DA77A000 8 8 - 8 read/write/exec [ anon ]
    DA77E000 16 16 8 8 read/write/exec [ anon ]
    DAD7A000 32 32 8 24 read/write/exec [ anon ]
    DAE7A000 32 32 8 24 read/write/exec [ anon ]
    DB07A000 32 32 8 24 read/write/exec [ anon ]
    DB17A000 32 32 8 24 read/write/exec [ anon ]
    DB278000 40 40 32 8 read/write/exec [ anon ]
    DB67A000 32 32 8 24 read/write/exec [ anon ]
    DB97A000 32 32 8 24 read/write/exec [ anon ]
    DBA7A000 32 32 24 8 read/write/exec [ anon ]
    DBB7A000 32 32 8 24 read/write/exec [ anon ]
    DBC7A000 8 8 8 - read/write/exec [ anon ]
    DBC7E000 16 16 8 8 read/write/exec [ anon ]
    DBD76000 48 48 48 - read/write/exec [ anon ]
    DBE7A000 32 32 8 24 read/write/exec [ anon ]
    DBF78000 40 40 24 16 read/write/exec [ anon ]
    DC07A000 8 8 - 8 read/write/exec [ anon ]
    DC07E000 16 16 - 16 read/write/exec [ anon ]
    DC17A000 32 32 24 8 read/write/exec [ anon ]
    DC27A000 8 8 8 - read/write/exec [ anon ]
    DC27E000 16 16 8 8 read/write/exec [ anon ]
    DC37A000 8 8 8 - read/write/exec [ anon ]
    DC37E000 16 16 8 8 read/write/exec [ anon ]
    DC47A000 8 8 8 - read/write/exec [ anon ]
    DC47E000 16 16 8 8 read/write/exec [ anon ]
    DC778000 16 16 8 8 read/write/exec [ anon ]
    DC77E000 16 16 - 16 read/write/exec [ anon ]
    DC87A000 8 8 8 - read/write/exec [ anon ]
    DC87E000 16 16 8 8 read/write/exec [ anon ]
    DC97A000 8 8 8 - read/write/exec [ anon ]
    DC97E000 16 16 8 8 read/write/exec [ anon ]
    DCA7A000 8 8 8 - read/write/exec [ anon ]
    DCA7E000 16 16 8 8 read/write/exec [ anon ]
    DCB7A000 8 8 8 - read/write/exec [ anon ]
    DCB7E000 16 16 8 8 read/write/exec [ anon ]
    DCF7A000 32 32 16 16 read/write/exec [ anon ]
    DD07A000 32 32 8 24 read/write/exec [ anon ]
    DD17A000 32 32 8 24 read/write/exec [ anon ]
    DD278000 40 40 16 24 read/write/exec [ anon ]
    DD478000 40 40 40 - read/write/exec [ anon ]
    DD67A000 32 32 8 24 read/write/exec [ anon ]
    DD778000 40 40 16 24 read/write/exec [ anon ]
    DDA7A000 32 32 16 16 read/write/exec [ anon ]
    DDB78000 40 40 16 24 read/write/exec [ anon ]
    DDC7A000 8 8 - 8 read/write/exec [ anon ]
    DDC7E000 16 16 8 8 read/write/exec [ anon ]
    DDD78000 40 40 32 8 read/write/exec [ anon ]
    DDE78000 40 40 40 - read/write/exec [ anon ]
    DE07A000 32 32 8 24 read/write/exec [ anon ]
    DE178000 40 40 16 24 read/write/exec [ anon ]
    DE276000 48 48 40 8 read/write/exec [ anon ]
    DE37A000 32 32 8 24 read/write/exec [ anon ]
    DE578000 40 40 16 24 read/write/exec [ anon ]
    DE77A000 32 32 16 16 read/write/exec [ anon ]
    DE87A000 32 32 32 - read/write/exec [ anon ]
    DE97A000 32 32 8 24 read/write/exec [ anon ]
    DEA78000 40 40 16 24 read/write/exec [ anon ]
    DEB7A000 32 32 16 16 read/write/exec [ anon ]
    DEC7A000 32 32 8 24 read/write/exec [ anon ]
    DED78000 40 40 40 - read/write/exec [ anon ]
    DEE7A000 32 32 8 24 read/write/exec [ anon ]
    DEF7A000 32 32 8 24 read/write/exec [ anon ]
    DF07A000 32 32 16 16 read/write/exec [ anon ]
    DF27A000 32 32 24 8 read/write/exec [ anon ]
    DF478000 40 40 40 - read/write/exec [ anon ]
    DF578000 40 40 - 40 read/write/exec [ anon ]
    DF77A000 32 32 8 24 read/write/exec [ anon ]
    DF87A000 32 32 16 16 read/write/exec [ anon ]
    DFA78000 40 40 16 24 read/write/exec [ anon ]
    DFC7A000 8 8 - 8 read/write/exec [ anon ]
    DFC7E000 16 16 - 16 read/write/exec [ anon ]
    E0078000 40 40 8 32 read/write/exec [ anon ]
    E0278000 40 40 16 24 read/write/exec [ anon ]
    E067A000 32 32 24 8 read/write/exec [ anon ]
    E077A000 8 8 8 - read/write/exec [ anon ]
    E077E000 16 16 8 8 read/write/exec [ anon ]
    E0878000 40 40 32 8 read/write/exec [ anon ]
    E0978000 40 40 32 8 read/write/exec [ anon ]
    E0A78000 40 40 24 16 read/write/exec [ anon ]
    E0B78000 40 40 16 24 read/write/exec [ anon ]
    E0C78000 40 40 32 8 read/write/exec [ anon ]
    E0E7A000 8 8 8 - read/write/exec [ anon ]
    E0E7E000 16 16 8 8 read/write/exec [ anon ]
    E1076000 48 48 48 - read/write/exec [ anon ]
    E117A000 32 32 32 - read/write/exec [ anon ]
    E127A000 32 32 24 8 read/write/exec [ anon ]
    E137A000 32 32 8 24 read/write/exec [ anon ]
    E147A000 32 32 32 - read/write/exec [ anon ]
    E1578000 40 40 16 24 read/write/exec [ anon ]
    E187A000 8 8 - 8 read/write/exec [ anon ]
    E187E000 16 16 - 16 read/write/exec [ anon ]
    E1978000 40 40 24 16 read/write/exec [ anon ]
    E1A78000 40 40 24 16 read/write/exec [ anon ]
    E1B78000 40 40 16 24 read/write/exec [ anon ]
    E1C7A000 32 32 16 16 read/write/exec [ anon ]
    E1D7A000 32 32 8 24 read/write/exec [ anon ]
    E1E78000 40 40 24 16 read/write/exec [ anon ]
    E1F78000 40 40 8 32 read/write/exec [ anon ]
    E207A000 32 32 32 - read/write/exec [ anon ]
    E217A000 8 8 8 - read/write/exec [ anon ]
    E217E000 16 16 8 8 read/write/exec [ anon ]
    E227A000 32 32 8 24 read/write/exec [ anon ]
    E2378000 40 40 16 24 read/write/exec [ anon ]
    E247A000 32 32 32 - read/write/exec [ anon ]
    E257A000 32 32 16 16 read/write/exec [ anon ]
    E267A000 32 32 16 16 read/write/exec [ anon ]
    E2878000 40 40 16 24 read/write/exec [ anon ]
    E297A000 32 32 16 16 read/write/exec [ anon ]
    E2A7A000 32 32 16 16 read/write/exec [ anon ]
    E2B7A000 32 32 16 16 read/write/exec [ anon ]
    E2C00000 4408 688 688 - read/exec librfccm.so
    E305C000 2584 664 624 40 read/write/exec librfccm.so
    E32E2000 688 320 312 8 read/write/exec librfccm.so
    E3400000 2072 120 120 - read/exec libsapjcorfc.so
    E3614000 24 24 24 - read/write/exec libsapjcorfc.so
    E36FA000 32 32 8 24 read/write/exec [ anon ]
    E38FA000 8 8 - 8 read/write/exec [ anon ]
    E38FE000 16 16 - 16 read/write/exec [ anon ]
    E39F6000 48 48 - 48 read/write/exec [ anon ]
    E3AFA000 32 32 32 - read/write/exec [ anon ]
    E3BF8000 40 40 16 24 read/write/exec [ anon ]
    E3CFA000 32 32 16 16 read/write/exec [ anon ]
    E3DFA000 32 32 32 - read/write/exec [ anon ]
    E3EFA000 8 8 - 8 read/write/exec [ anon ]
    E3EFE000 16 16 - 16 read/write/exec [ anon ]
    E3FF8000 40 40 40 - read/write/exec [ anon ]
    E40FA000 8 8 - 8 read/write/exec [ anon ]
    E40FE000 16 16 - 16 read/write/exec [ anon ]
    E41F6000 48 48 40 8 read/write/exec [ anon ]
    E42FA000 32 32 32 - read/write/exec [ anon ]
    E43F6000 48 48 - 48 read/write/exec [ anon ]
    E44F8000 40 40 - 40 read/write/exec [ anon ]
    E45F8000 40 40 32 8 read/write/exec [ anon ]
    E46FA000 8 8 - 8 read/write/exec [ anon ]
    E46FE000 16 16 - 16 read/write/exec [ anon ]
    E47F8000 40 40 16 24 read/write/exec [ anon ]
    E48FA000 32 32 24 8 read/write/exec [ anon ]
    E49F8000 40 40 16 24 read/write/exec [ anon ]
    E4AFA000 8 8 - 8 read/write/exec [ anon ]
    E4AFE000 16 16 - 16 read/write/exec [ anon ]
    E4BFA000 8 8 - 8 read/write/exec [ anon ]
    E4BFE000 16 16 - 16 read/write/exec [ anon ]
    E4CF6000 48 48 40 8 read/write/exec [ anon ]
    E4DF6000 48 48 - 48 read/write/exec [ anon ]
    E4E80000 720 112 112 - read/shared dev:85,6 ino:2414099
    E4F80000 1616 16 16 - read/shared dev:85,6 ino:2604124
    E5180000 584 24 24 - read/shared dev:85,6 ino:2604127
    E5280000 560 32 32 - read/shared dev:85,6 ino:2604145
    E5380000 504 16 16 - read/shared dev:85,6 ino:2604133
    E5480000 1776 40 40 - read/shared dev:85,6 ino:2604140
    E5680000 1120 56 56 - read/shared dev:85,6 ino:2604138
    E5800000 277504 277344 268008 9336 read/write/exec [ anon ]
    F9900000 752 8 8 - read/shared dev:85,6 ino:899745
    F9A80000 8 8 - 8 read/write/exec [ anon ]
    F9B7C000 24 24 16 8 read/write/exec [ anon ]
    F9C00000 9280 8944 8760 184 read/write/exec [ anon ]
    FBC50000 8 8 8 - read/shared dev:85,6 ino:2414079
    FBC60000 16 16 16 - read/shared dev:85,6 ino:2414042
    FBC70000 24 24 24 - read/shared dev:85,6 ino:2414043
    FBC80000 440 32 32 - read/shared dev:85,6 ino:2604129
    FBD80000 8 8 - 8 read/write/exec [ anon ]
    FBD90000 8 8 - 8 read/write/exec [ anon ]
    FBDA0000 56 56 56 - read/exec libnet.so
    FBDBC000 16 16 16 - read/write/exec libnet.so
    FBDD0000 176 16 16 - read/shared dev:85,6 ino:2604126
    FBE80000 8 8 - 8 read/write/exec [ anon ]
    FBE90000 128 8 8 - read/shared dev:85,6 ino:2604148
    FBEC0000 216 8 8 - read/shared dev:85,6 ino:2604125
    FBF7A000 32 32 24 8 read/write/exec [ anon ]
    FBF90000 416 8 8 - read/shared dev:85,6 ino:2604128
    FC000000 5696 8 8 - read/shared dev:85,6 ino:1450986
    FC5A0000 344 40 40 - read/shared dev:85,6 ino:2604131
    FC67A000 32 32 24 8 read/write/exec [ anon ]
    FC690000 24 24 24 - read/exec libpthread.so.1
    FC6A6000 8 8 8 - read/write/exec libpthread.so.1
    FC6B0000 304 40 40 - read/shared dev:85,6 ino:2604144
    FC780000 8 8 - 8 read/write/exec [ anon ]
    FC7A0000 352 24 24 - read/shared dev:85,6 ino:2604147
    FC800000 23464 16 16 - read/shared dev:85,6 ino:1451026
    FDEF0000 8 8 8 - read/exec libw.so.1
    FDF00000 192 24 24 - read/shared dev:85,6 ino:2604142
    FDF40000 96 8 8 - read/shared dev:85,6 ino:2604134
    FDF60000 240 40 40 - read/shared dev:85,6 ino:2604157
    FDFA0000 360 352 352 - read/write/exec [ anon ]
    FE000000 4032 2472 2472 - read/exec libjvm.so
    FE3F0000 128 128 88 40 read/write/exec libjvm.so
    FE410000 56 56 48 8 read/write/exec libjvm.so
    FE430000 32 32 32 - read/shared dev:85,6 ino:2604137
    FE440000 208 40 40 - read/shared dev:85,6 ino:2604135
    FE480000 544 544 328 216 read/write/exec [ anon ]
    FE520000 8 8 8 - read/write/exec [ anon ]
    FE530000 32 32 32 - read/shared dev:85,6 ino:2604146
    FE540000 16 16 16 - read/shared dev:85,6 ino:2604123
    FE550000 40 16 16 - read/shared dev:85,6 ino:2604139
    FE560000 56 - - - read/shared dev:85,6 ino:899744
    FE580000 152 152 152 - read/write/exec [ anon ]
    FE610000 112 8 8 - read/shared dev:85,6 ino:899742
    FE630000 32 32 24 8 read/write/exec [ anon ]
    FE660000 72 - - - read/shared dev:85,6 ino:1450975
    FE680000 872 8 8 - read/shared dev:85,6 ino:1450985
    FE760000 8 8 8 - read/shared dev:85,6 ino:2604132
    FE770000 88 16 16 - read/shared dev:85,6 ino:1450974
    FE790000 64 64 64 - read/exec libzip.so
    FE7A0000 8 8 8 - read/write/exec libzip.so
    FE7B0000 8 8 - 8 read/write/exec [ anon ]
    FE7C0000 136 136 136 - read/exec libjava.so
    FE7F2000 8 8 8 - read/write/exec libjava.so
    FE802000 8 8 8 - read/write/exec [ anon ]
    FE904000 8 8 8 - read/write/exec [ anon ]
    FEA06000 8 8 8 - read/write/exec [ anon ]
    FEB08000 8 8 8 - read/write/exec [ anon ]
    FEC0A000 8 8 8 - read/write/exec [ anon ]
    FED0C000 8 8 8 - read/write/exec [ anon ]
    FEE0A000 8 8 8 - read/write/exec [ anon ]
    FEE0E000 8 8 8 - read/write/exec [ anon ]
    FEF0C000 8 8 - 8 read/write/exec [ anon ]
    FEF10000 8 8 8 - read/write/exec [ anon ]
    FF00E000 8 8 8 - read/write/exec [ anon ]
    FF020000 88 88 88 - read/exec libverify.so
    FF046000 8 8 8 - read/write/exec libverify.so
    FF050000 16 16 16 - read/shared dev:85,6 ino:899743
    FF060000 40 40 40 - read/exec libhpi.so
    FF07A000 8 8 8 - read/write/exec libhpi.so
    FF07C000 8 - - - read/write/exec libhpi.so
    FF090000 16 16 16 - read/exec libmp.so.2
    FF0A4000 8 8 8 - read/write/exec libmp.so.2
    FF0B0000 224 104 104 - read/exec libm.so.1
    FF0F6000 8 8 8 - read/write/exec libm.so.1
    FF100000 576 576 576 - read/exec libnsl.so.1
    FF190000 40 40 32 8 read/write/exec libnsl.so.1
    FF19A000 24 16 16 - read/write/exec libnsl.so.1
    FF1B0000 8 8 8 - read/exec libsched.so.1
    FF1C2000 8 8 8 - read/write/exec libsched.so.1
    FF1D0000 8 8 - 8 read/write/exec [ anon ]
    FF1E0000 40 40 40 - read/exec libsocket.so.1
    FF1FA000 8 8 8 - read/write/exec libsocket.so.1
    FF200000 688 688 688 - read/exec libc.so.1
    FF2BC000 32 32 8 24 read/write/exec libc.so.1
    FF2D0000 48 48 48 - read/exec libCrun.so.1
    FF2EA000 8 8 8 - read/write/exec libCrun.so.1
    FF2EC000 16 8 8 - read/write/exec libCrun.so.1
    FF300000 16 16 16 - read/write/shared dev:0,2 ino:7595433
    FF314000 8 8 8 - read/write/exec [ anon ]
    FF320000 8 8 8 - read/write/exec/shared [ anon ]
    FF330000 8 8 - 8 read/write/exec [ anon ]
    FF340000 8 8 - 8 read/write/exec libdl.so.1
    FF350000 112 112 112 - read/exec libthread.so.1
    FF37C000 8 8 - 8 read/write/exec libthread.so.1
    FF37E000 48 48 - 48 read/write/exec libthread.so.1
    FF390000 8 8 8 - read/exec libc_psr.so.1
    FF3A0000 184 184 184 - read/exec ld.so.1
    FF3DE000 8 8 - 8 read/write/exec ld.so.1
    FF3E0000 8 8 - 8 read/write/exec ld.so.1
    FFB70000 24 - - - - [ anon ]
    FFBD6000 104 104 96 8 read/write/exec [ stack ]
    total Kb 986752 936008 905624 30384

    See http://java.sun.com/j2se/1.5/pdf/jdk50_ts_guide.pdf and look into using libumen on Solaris.
    -kto

  • More ram than specs call for

    Specs for my emac specify support for 1GB of ram. In searching for additional ram (I presently have 512MB) I have found some suppliers that claim you can install 2GB (1GB in each of the two slots). I called and they said they have tested this and it works fine. I consider the company I called to be reputable. Has anyone heard of this? What would be the downside of trying it out - other than the extra cost? Is there some kind of power limitations or something that might harm my computer?
    Thanks for any insight,
    Doug

    Ya if you do a search of this group, you will find this has come up a LOT of times and yes your Mac can use more RAM than 1GB if you want.
    JIMacG5 I think is being a bit paranoid since, A) your eMac is probably long out of warranty anyway and B) Apple only tests up to whatever RAM was available at the time the model was in production. They do not test RAM for old models so many old models have outdates RAM specs and can use a lot more than they "officially" state they do.
    Patrick

  • Can I add more memory to my Mac OS X version 10.6.8

    Can I add more memory to my Mac OS X Version 10.6.8
    Processor 2.66 GHz
    Intel Core 2 Duo
    Memory 2 GB 800 MHz DDR2 SDRAM?

    The 2 places I’ve seen recommended most to buy reliable RAM are below. I have purchased RAM several times from Other World Computing and have always been very satisfied with the product and service. They have on-line instructions on how to replace the RAM. OWC has also tested RAM above what Apple states is the maximum. I now have 6GB installed on a machine supposedly limited to 4 GB.
    Crucial
    Other World Computing

  • Can not add more contacts on address book

    Hello
    i have a blackberry curve 8520.
    at the momment i have 288 contacts but i can not add more. I go to menu, address book, new contact, the window give me the options, i add the information (name, phone, email, etc) and when i want to save the contact it do not save
    i tried to reboot removing the battery for a minute and restart but still with the same problem.
    Also i figured out that when y sync my bb with the desktop manager, the address book is not sync it says (Adress book not installed) that is why i can not swipe the contacts to reinstall the info because i have no back up of the address book
    Please i need some help with this issues
    thanks
    Solved!
    Go to Solution.

    While there is no hard limit on how many contacts you can have in your device, there is a soft limit in that you can only have as many as your device memory can handle. Check your available memory to see if you have any remaining space. If not, then consider cleaning out/uninstalling some things you do not need in order to increase available memory for more contacts.
    Disclaimer: I'm just a regular user like the rest of you. I have spent a lot of time learning the limitations of the Blackberries to know how to fix most problems. If I have suggested a fix, please give a kudo and mark as a solution!

  • KDE 4.4 eating up more RAM than 4.3

    Given the same settings on both versions and after numerous testing, upon bootup, KDE 4.4 is eating up more RAM than KDE 4.3, at least 25 MB more on the average. I realize the developers mentioned they fixed numerous bugs from the previous version, but shouldn't they be working on getting it lighter? Where's the most likely culprit for this additional RAM usage? Can it be attributed to the newer QT version 4.6.1, or something else? Opinions much appreciated, thanks.
    Last edited by ejmarkow (2010-02-10 21:07:15)

    eldarion wrote:It's not that simple. I'ts a controversial subject that was discussed many times before.
    As for preload, i installed that some time ago and after 1-2 months i found out that it don't give me a visible speedup on cold start of my apps. In fact, the only thing it was doing was making my linux boot very slow.
    Well, it really is that simple. If I have spare RAM, I want something on my computer to start using it.
    Preload greatly increases speed on my end on some apps. Mostly big apps, like Openoffice and Kontact, which starts instantly with preload, and takes forever to run if I disable it. It doesn't increase boot time at all for me (I just start it in background, the rest of the loading happens after login and is not noticable on my system). Guess our milage are different.
    unixguru wrote:
    rune0077 wrote:
    Don't complain about RAM-use unless you're running out. Free RAM is wasted RAM (and, worse, wasted money you spend on that RAM). If there's RAM not being used, a good OS will find ways to use it.
    Instead of worrying about how to free up your used RAM, start worrying about how to use the RAM that is not being used (increase browser-cache, install preload, give Nepomuk more memory, etc).
    Certainly free RAM is a wasted resource, but the point of the discussion is whether the increase in RAM usage on KDE 4.4 is a good use of RAM. It is quite possible that the increase in RAM usage is due to bugs introduced in the new code and tracing the exact cause is helpful when one wants to submit a bug report to the KDE team.  The RAM saved this way could be used for more useful things in the next release of KDE.
    True. I was making a general statement, not being specific to KDE. Memory leaks are obviously not RAM being put to good use.
    In KDE 4.3 I found nepomuk all but useless. It slowed down my desktop and had a bad habbit of crashing Dolphin. Now it seems to run pretty well and I barely notice it, but it does take up a lot of my RAM compared to memory-usage in 4.3. But then, I feel like I'm getting something for my money. And I still got lots of RAM to spare, and no ideas on what to use it on.
    Last edited by rune0077 (2010-02-13 17:01:39)

  • Can I add more storage to my 4th generation 8gb Ipod touch?

    How can I increase the storage of my 4th generation 8gb ipod touch?

    Welcome to the Apple Support Communities
    Unfortunately, you can't add more storage to an iPod touch after buying it. If you bought it less than 14 days ago, you can return it and buy a 32 GB iPod touch

Maybe you are looking for