How much space does Lion occupy?

Does anyone know how much memory is consumed by Lion?
Tech specs call for 7 GB free space. My earlier version imac has a max memory capacity of 8 GB. Should I consider Lion?
Thanks,
Hugh

Hello iphoneapp,
Thank you for helping my last two brain cells synapse. I was confusing memory with hard drive capacity.
However, after reading the forum comments regarding Lion I think I will stay with Snow Leopard.

Similar Messages

  • How much space does Lion  and Mountain Lion take up?

    I have a 64gb MacBook Air and I dont have many apps or files on it but I only have 30gb left, is this normal?
    I'm new to Macs

    Here are instructions on how to create USB bootable drive with Mounain Lion. http://reviews.cnet.com/8301-13727_7-57479690-263/how-to-create-an-os-x-10.8-mou ntain-lion-install-drive/

  • How much space does OS X Mountain Lion take?

    I am considering a MacBook Air 128 GB for my next laptop, but I'm not sure if that's enough. How much space does the OS take up?

    OS X Mountain Lion, without any third-party app, takes about 9 GB of hard disk. The minimum requirement is 8 GB of hard drive space, so if you have to store a lot of data, you may have to buy an external drive to store all the files you want

  • How much space does a new app take?

    My 16GB Touch is pretty full (about 360MB left after all the music is loaded). How much space does the typical app take up?

    There are some that are larger (Super Monkey Ball supposedly takes up 36 MB), but most that I have seen or downloaded are around 1 MB. SUPER small

  • How much space does a blob use?

    How much space does a BLOB use?
    Does it use allocated anyspace if its empty?

    It will size appropriately:
    TEST.SQL>CREATE TABLE TBLOB
      2  (
      3  A BLOB
      4  ) TABLESPACE _SANITIZED_;
    TABLE CREATED.
    TEST.SQL>SELECT INITIAL_EXTENT FROM DBA_TABLESPACES WHERE TABLESPACE_NAME='_SANITIZED_';
    INITIAL_EXTENT
           5242880
    TEST.SQL>SELECT * FROM DBA_EXTENTS WHERE SEGMENT_NAME='TBLOB';
    OWNER                          SEGMENT_NAME                                                                      PARTITION_NAME                 SEGMENT_TYPE
    TABLESPACE_NAME                 EXTENT_ID    FILE_ID   BLOCK_ID      BYTES     BLOCKS RELATIVE_FNO
    YJAM                           TBLOB                                                                                                            TABLE
    _SANITIZED_                                  0         16    1201289    5242880        640           16
    TEST.SQL>SELECT * FROM DBA_OBJECTS WHERE CREATED > SYSDATE-1;
    OWNER                          OBJECT_NAME
    SUBOBJECT_NAME                  OBJECT_ID DATA_OBJECT_ID OBJECT_TYPE        CREATED  LAST_DDL TIMESTAMP           STATUS  T G S
    YJAM                           SYS_LOB0000920875C00001$$
                                       920876         920876 LOB                14:41:36 14:41:36 2005-11-16:14:41:36 VALID   N Y N
    YJAM                           TBLOB
                                       920875         920875 TABLE              14:41:36 14:41:36 2005-11-16:14:41:36 VALID   N N N
    TEST.SQL>SELECT * FROM DBA_EXTENTS WHERE SEGMENT_NAME='SYS_LOB0000920875C00001$$';
    OWNER                          SEGMENT_NAME                                                                      PARTITION_NAME                 SEGMENT_TYPE
    TABLESPACE_NAME                 EXTENT_ID    FILE_ID   BLOCK_ID      BYTES     BLOCKS RELATIVE_FNO
    YJAM                           SYS_LOB0000920875C00001$$                                                                                        LOBSEGMENT
    _SANITIZED_                                  0         16    1202569    5242880        640           16
    TEST.SQL>DECLARE
      2    VALINS VARCHAR2(4000);
      3  BEGIN
      4    VALINS:='1';
      5    FOR I IN 1..100000
      6    LOOP
      7      INSERT INTO TBLOB VALUES (RPAD(VALINS,4000,'0'));
      8    END LOOP;
      9  END;
    10  /
    PL/SQL procedure successfully completed.
    TEST.SQL>COMMIT;
    Commit complete.
    TEST.SQL>SELECT * FROM DBA_EXTENTS WHERE SEGMENT_NAME IN ('SYS_LOB0000920875C00001$$','TBLOB');
    OWNER                          SEGMENT_NAME                                                                      PARTITION_NAME                 SEGMENT_TYPE
    TABLESPACE_NAME                 EXTENT_ID    FILE_ID   BLOCK_ID      BYTES     BLOCKS RELATIVE_FNO
    YJAM                           TBLOB                                                                                                            TABLE
    _SANITIZED_                                  0         16    1201289    5242880        640           16
    YJAM                           TBLOB                                                                                                            TABLE
    _SANITIZED_                                  1         17    1169929    5242880        640           17
    YJAM                           TBLOB                                                                                                            TABLE
    _SANITIZED_                                  2         18    1163529    5242880        640           18
    YJAM                           TBLOB                                                                                                            TABLE
    _SANITIZED_                                  3         19    1176969    5242880        640           19
    YJAM                           TBLOB                                                                                                            TABLE
    _SANITIZED_                                  4          5     379529    5242880        640            5
    YJAM                           TBLOB                                                                                                            TABLE
    _SANITIZED_                                  5         14     375689    5242880        640           14
    YJAM                           TBLOB                                                                                                            TABLE
    _SANITIZED_                                 51         18    1172489    5242880        640           18
    YJAM                           TBLOB                                                                                                            TABLE
    _SANITIZED_                                 52         19    1191689    5242880        640           19
    YJAM                           SYS_LOB0000920875C00001$$                                                                                        LOBSEGMENT
    _SANITIZED_                                  0         16    1202569    5242880        640           16
    54 rows selected.
    TEST.SQL>ANALYZE TABLE TBLOB COMPUTE STATISTICS;
    Table analyzed.
    TEST.SQL>SELECT * FROM DBA_TABLES WHERE TABLE_NAME='TBLOB';
    OWNER                          TABLE_NAME                     TABLESPACE_NAME                CLUSTER_NAME                   IOT_NAME                         PCT_FREE   PCT_USED
    INI_TRANS  MAX_TRANS INITIAL_EXTENT NEXT_EXTENT MIN_EXTENTS MAX_EXTENTS PCT_INCREASE  FREELISTS FREELIST_GROUPS LOG B   NUM_ROWS     BLOCKS EMPTY_BLOCKS  AVG_SPACE  CHAIN_CNT
    AVG_ROW_LEN AVG_SPACE_FREELIST_BLOCKS NUM_FREELIST_BLOCKS DEGREE     INSTANCES  CACHE TABLE_LO SAMPLE_SIZE LAST_ANA PAR IOT_TYPE     T S NES BUFFER_ ROW_MOVE GLO USE
    DURATION        SKIP_COR MON CLUSTER_OWNER                  DEPENDEN COMPRESS
    YJAM                           TBLOB                          _SANITIZED_                                                                                               10
             1        255        5242880     5242880           1  2147483645            0                            YES N     100000      33547          373       1977          0
           2042                         0                   0          1          1     N ENABLED       100000 14:51:22 NO               N N NO  DEFAULT DISABLED NO  NO
                    DISABLED NO                                 DISABLED DISABLED
    TEST.SQL>SELECT BYTES/1024 FROM DBA_SEGMENTS WHERE SEGMENT_NAME='TBLOB';
    BYTES/1024
        271360   
    TEST.SQL>TRUNCATE TABLE TBLOB;
    Table truncated.
    TEST.SQL>BEGIN
      2    FOR i IN 1..100000
      3    LOOP
      4      INSERT INTO TBLOB VALUES ('1');
      5    END LOOP;
      6  END;
      7  /
    PL/SQL procedure successfully completed.
    TEST.SQL>COMMIT;
    Commit complete.
    TEST.SQL>ANALYZE TABLE TBLOB COMPUTE STATISTICS;
    Table analyzed.
    TEST.SQL>SELECT BYTES/1024 FROM DBA_SEGMENTS WHERE SEGMENT_NAME='TBLOB';
    BYTES/1024
          5120Note: there is a deported blob segment for the pointers I forgot in my previous post.
    HTH,
    Yoann.
    Message was edited by:
    Yoann Mainguy
    Hmm, forgot that for a full comparison of the avg linesize:
    TEST.SQL>SELECT * FROM DBA_TABLES WHERE TABLE_NAME='TBLOB';
    OWNER                          TABLE_NAME                     TABLESPACE_NAME                CLUSTER_NAME                   IOT_NAME                         PCT_FREE   PCT_USED
    INI_TRANS  MAX_TRANS INITIAL_EXTENT NEXT_EXTENT MIN_EXTENTS MAX_EXTENTS PCT_INCREASE  FREELISTS FREELIST_GROUPS LOG B   NUM_ROWS     BLOCKS EMPTY_BLOCKS  AVG_SPACE  CHAIN_CNT
    AVG_ROW_LEN AVG_SPACE_FREELIST_BLOCKS NUM_FREELIST_BLOCKS DEGREE     INSTANCES  CACHE TABLE_LO SAMPLE_SIZE LAST_ANA PAR IOT_TYPE     T S NES BUFFER_ ROW_MOVE GLO USE
    DURATION        SKIP_COR MON CLUSTER_OWNER                  DEPENDEN COMPRESS
    YJAM                           TBLOB                          _SANITIZED_                                                                   10
             1        255        5242880     5242880           1  2147483645            0                            YES N     100000        628           12       1223          0
             41                         0                   0          1          1     N ENABLED       100000 14:56:56 NO               N N NO  DEFAULT DISABLED NO  NO
                    DISABLED NO                                 DISABLED DISABLED         

  • How much space does a Windows 7 install take on a Mac?

    How much space does a Windows 7 install take on a Mac?

    Installation of Windows 7 is required at least around 20GB of disk space 64bit version, 32bit version is around 16GB, 100GB is a sensible amount of disk space for a Windows installation, I suppose.

  • How much space does apple give you for free in the cloud

    how much space does apple give any user in the cloud

    5Gb - http://www.apple.com/icloud/what-is.html

  • How much space it is occupying for each Material Master in MARA table.

    Hi Gurus & Markus .
    If one of the functional consultant creates a Material Master in MARA how much space it will occupy for each. Like we need to create 10000 material masters.
    How can i access exactly to that table in terms of db growth.
    >Rahul

    use this command:
    select blocks from dba_tables where table_name='MARA';
    then add 8 entries. then same command:
    select blocks from dba_tables where table_name='MARA';
    check difference between the 2, you will get a small number, you will get the number of Kbytes used per record.

  • How much space does ios6 take on iPhone4

    Considering iphone 4s, Will 16GB be enough?  How much space does the OS take?

    iOS uses roughly ~ 1GB for the system partition, with roughly 800MB's actually used, depending on iOS version.

  • How much space does iOS 6 or iOS 7 require?

    On a 8 GB iphone how much space does iOS 6 or iOS 7 take up?

    No one can tell you specifically, as it will vary by device and user and according to your personal data on the device etc. But, you can expect anywhere roughly around 175-195MB.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How much space does client copy of ECC6 IDES client 800 requires

    Hello
    Does anyone knows how much space does client copy of ECC6 IDES client 800 requires?

    But I do not have enaugh disk capacity at the moment. So I ned to order it
    You donot have to perform the client copy actually . You have to just run the test, it will not consume any disk, probably some archive files will be generated
    Regards,
    Subhash

  • How much space does tiger take up & how to make it take up less

    i recently read a post by someone claiming that tiger took 18.5gb on there ibook, and some one replied saying that apple claims you can install tiger in to 3gb.
    : is this true?
    : if so, how do you "compress" it?
    : iff not so, how much space does it take up on avarage?

    hi Axl....
    I've got tiger in ok, running fine - bought family pack and have done 3 installs without problem, so that's the good news ....
    I did a major reshuffle and toss-out of files before I installed - bought 80gb mobile external hard drive - and did install with 5+gb free, so after it had about 3gb free, then all of a sudden I went down to less than 1gb
    I've been in a hunt for more files to throw out (a nice find were the old ipod updaters that were eating 500mb) ....
    If I want to throw out most of the language files (for instance) ... where are they ? (I did search for danois and found nothing, so .... buried ?)
    any other suggestions for things to throw away .... I've pretty much eliminated 90% of all things classic, for instance ....
    and - do you have ideas for why space seems to disappear so fast .... I'm not doing anything special, but wham, 2gb flies away to ???
    thanks

  • How much space does iOS takes?

    Dear Apple Support Community,
    I want to know how much space does the iOS takes (installed) on a default iPhone 4 for all it's versions (eg. latest iOS 3, latest iOS 4 and iOS 5).
    Watching the 2011 WWDC keynote on iOS 5, you will see a handful of new functionalities being added that will take the user experience even further, which is great!
    But if you have minimum technical background, you know that more features means more lines of code, and this WILL take some extra space on your device. Also, iOS is an ever-changing product distributed over the web, but the iPhones have always the same hard-fixed ammount of storage space (only changes if you buy a new device).
    This is what I'm looking for:
    iOS 3.5.1 -> 1,2 Gb
    iOS 4.3.3 -> 2,1 Gb
    iOS 5.0.0 -> 2,9 Gb
    ** those are fictitious values, most probably not the actual ones **
    Important: I'm just curious about it, I don't find this being a big issue as 16 or 32 gb of space is pretty much. Even if the OS takes 2~3 gigs out of it, there's still plenty space for everything you need on the go.
    Thank you very much!!

    Something like 660MB, apparently:
    http://en.wikipedia.org/wiki/IOS_%28Apple%29

  • How much space does MacBook Air OS and software take up?

    Greetings,
    I am looking to replace my aging 2008 MacBook with a new MacBook Air.  I want to get the 11 inch model most likely with the 128GB of storage.   I will use it mostly for email, web surfing and other light duty work. 
    While I don't intend to load it up with various software, I will probably put a half dozen peices of software on it, over and above the Apple software it comes with. But, no biggies like PhotoShop.    My question is this:
    About how much space does the Apple OS and the assorted Apple software that comes standard take up? 
    I cannot spend a lot and would like to avoid buying the bigger drive if possible.
    Thanks.

    new from box it will have 121 GB available.
    I cannot spend a lot and would like to avoid buying the bigger drive if possible.
    Thats a bad working premise, no computer is a data storage device.  You dont need a huge SSD, just an external HD for data backups and for putting tons of big media files on.
    128GB is plenty for almost everyone,  IF they know very very simple rules of drive management.

  • How much space does JNI_CreateJavaVM

    Many of us who try to intialize Java inside another processes address space find problem with space, e.g., we get inexplicable ENOMEM's returned from the JNI_CreateJavaVM call. Apparently, the problem is that the VM needs contiguous address space. But, how does it determine how much it needs?
    Consider the solution in [S. Carlson's post|http://forums.sun.com/thread.jspa?threadID=5403763&tstart=0] . This solution looks for a contiguous block of memory large enough to hold the Permanent Generation (+-XX:MaxPermSpace+) space and the maximum heap (+-Xmx+) space. But it doesn't work. I'm guessing this is because the VM wants to put other stuff into that address space. My question is: What? And how do I decide how much space it wants?
    Conversely: What would happen if I iterate over the CreateJavaVM call, reducing the space requirement, until it worked? Would that work? I intend to try it, but I'm hoping somebody might tell me if it's a good idea before I waste my time.

    Conversely: What would happen if I iterate over the CreateJavaVM call, reducing the space requirement, until it worked? Would that work? I intend to try it, but I'm hoping somebody might tell me if it's a good idea before I waste my time.That won't work because CreateJavaVM sets a flag that indicates whether or not the vm creation can be re-attempted. In the case of ENOMEM, it cannot. The second attempt to call CreateJavaVM will return -1.

Maybe you are looking for

  • Error While Monitoring the Infopackage Load(URGENT)

    Hi All, I am monitoring one Process Chain in that one Infopackage load is going on since 1h 45m , i have checked for the short dumps but there is no time out issue and i am checking the job status R/3 side in SM37 but it saying no job matches with th

  • Audit Log - Table Log

    Hi everyone, Can anyone tell me if i activate table logging on a table (not customizing table) like MARC table, what information is saved in the system?. Can I check or know, previous the audit log activation over this table, what fields or what info

  • Can we post to two real cost objects?

    how many cost objects can we use at the time of posting? and how many real objects can we use at the time of posting? as far as my knowledge we can use one real object. but in one interview , the interviewer said that we could use two real objects? i

  • Fresh install of premiere

    Firstly if anyone from Adobe ever reads this forum, when can I expect a working version of Premier CC 2014. I'm am getting crashes continuously. Sometimes if I click too quickly. Almost all the time when I send to Adobe Media Encoder. The transferrin

  • SRM Live Auction issue

    Hello Experts, Need your inputs on the following issue: Whenever the Strategic Purchaser clicks on the 'Live Auction' button in SRM portal, in the new window the system again asks for the Username and Password. After entering the Purchaser login cred