Data files free space calculation

Hi,
I have a query that calculates the Max Size (MB), Allocated (MB), Used (MB) and Used (%) for each data file in a 10.2 database.
The results from this query are similar to what I see in dbconsole or EMconsole except for the undo datafile, my script says +- 50% used,
dbconsole says 97% used and EM console says 0% used... does anyone have an idea what might be the cause of this?
SELECT ddf.file_id "File#",
ddf.file_name "Name",
(ddf.maxbytes/1024/1024) "Max Size (MB)",
(ddf.bytes/1024/1024) "Allocated (MB)",
((ddf.bytes) - NVL(SUM(dfs.bytes), 0))/1024/1024 "Used (MB)",
((((ddf.bytes) - NVL(SUM(dfs.bytes), 0))/ddf.bytes)*100) "Used (%)",
ddf.autoextensible "AutoExt.",
((ddf.bytes/ddf.blocks)*ddf.increment_by)/1024/1024 "Increment By (MB)"
FROM
dba_data_files ddf, dba_free_space dfs
WHERE
ddf.file_id = dfs.file_id(+)
GROUP BY ddf.file_id, ddf.file_name, ddf.maxbytes, ddf.bytes, ddf.autoextensible, ddf.increment_by, ddf.blocks
ORDER BY ddf.file_id;
I also try to calculate the same numbers for the temp datafile, I know that there is dba_temp_files and v$tempfile,
but how do I calculate the used space in the temp file ?
Thanks!
Pieter

Hi,
i used following query to see the free in space in tablespace,u can also try with it.
SELECT a.tablespace_name TSNAME, SUM(a.tots)/1048576 Tot_Size,
SUM(a.sumb)/1048576 Tot_Free,
SUM(a.sumb)*100/sum(a.tots) Pct_Free,
SUM(a.largest)/1048576 Large_Ext, SUM(a.chunks) Fragments
FROM (SELECt tablespace_name, 0 tots, SUM(bytes) sumb,
MAX(bytes) largest, COUNT(*) chunks
FROM dba_free_space a
GROUP BY tablespace_name
UNION
SELECT tablespace_name, SUM(bytes) tots, 0, 0, 0
     FROM dba_data_files
GROUP BY tablespace_name) a
GROUP BY a.tablespace_name
for free/used space in temp tablespace
SELECT tablespace_name, SUM(bytes_used)/1024/1024 "Tot Used Space in MB", SUM(bytes_free)/1024/1024 "Tot Free Space in MB"
FROM V$temp_space_header
GROUP BY tablespace_name;
Thanks
Kuljeet

Similar Messages

  • SQL 2000 Log and data file free space

    HI ~ In SQL 2000, are there any tsql I can get the free space of the mdf and ldf file ?

    I would like to look into EACH ldf too like SQL 2005 onward using sysfiles
    in SQL 2000
    DBCC sqlperf(logspace) will just sum all the ldf size..... 
    Hello,
    Below would work in SQL2000.I did not tested it on 2000 ,I dont have 2000 anymore.This will give information for data and log file free space for all databases
    exec sp_msforeachdb 'SELECT name ,size/128.0 - CAST(FILEPROPERTY(name, ''SpaceUsed'') AS int)/128.0 AS AvailableSpaceInMB
    FROM sysfiles';
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • TT6220: Permanent data partition free space insufficient to allocate

    Hi,
    I am getting following error while loading data from oracle to times ten group.
    TT6220: Permanent data partition free space insufficient to allocate

    It means just what it says. The permanent memory area within TimesTen (that holds table data, indices etc.) and whose size is defined by PermSize has become full. Either load less data or increase the size of the datastore by increasing permSize (assuming you have enough free memory).
    Chris

  • Set alert for log file free space

    We need to set an alert in case the log file fills up to a certain level (ST04 - Space usage - Total log size / Free space)
    Which parameter should we set in solman for this?
    Thanks in advance

    setup your CCMS agents to monitor the log files
    http://help.sap.com/saphelp_nw04/helpdata/en/65/f3156d443e744abe15dbe14e4e32b5/content.htm

  • TimesTen Error802/6220: permanent data partition free space insufficient

    Hi,
    I am new to TimesTen and try to evaluate it as IMDB cache.
    I am facing this error repeatedly. I have increased perm size from 6.25 GB to 10 GB.
    After inserting about 460.000 rows I get the error again. Is it possible that 460.000 rows need 3.75 GB space?
    In Oracle database these rows occupy about 200 MB space.
    Any ideas for this situation?
    Regards
    Thomas

    Hi Jim,
    thank you for your answer. My drive has run full, so my TT DB crashed and I didn't get it started.
    I think I will setup another DB to continue my tests.
    By the way, I didn't mesure a big gap to the database in writing large amount of data...
    I think I will chaange OS to Linux for the next test.
    Kind regards
    Thomas

  • Dense Restructure 1070020 Out of disk space. Can't create new data file

    During a Dense Restructure we receive: Error(1070020) Out of disk space. Cannot create a new [Data] file.
    Essbase 6.5.3 32-bit
    Windows 2003 32bit w/16GB RAM
    Database is on E: drive with 660GB space total, database is ~220GB.
    All cubes are unlimited
    Tried restoring from backup same problem.
    Over years and years the database is never recalculated, never exported and imported, never verified. Only new data loaded and dense restructured.
    Towards the end of a dense restructure (about 89 pan files through about 101 2GB pag files), getting an error: Error(1070020) Out of disk space. Cannot create a new [Data] file.
    There are still several hundred GB of free space available, and we can write to this free space outside of the essbase application within windows.
    The server's file system is consistent, defragmented, and can prove use of additional space. Hard drive controller and system does not report any "hardware issues".
    Essbase.cfg file
    ; The following entry specifies the full path to JVM.DLL.
    JvmModuleLocation C:\Hyperion\Essbase\java\jre13\bin\hotspot\jvm.dll
    ;This statement loads the essldap.dll as a valid authentication module
    ;AuthenticationModule LDAP essldap.dll x
    DATAERRORLIMIT 30000
    ;These settings are here to deal with error 1040004
    NETRETRYCOUNT 2000
    NETDELAY 1600
    App log
    [Sat Oct 17 13:59:32 2009]Local/removedfrompost/removedfrompost/admin/Info(1007044)
    Restructuring Database [removedfrompost]
    [Sat Oct 17 15:48:42 2009]Local/removedfrompost/removedfrompost/admin/Error(1070020)
    Out of disk space. Cannot create a new [Data] file. [adIndNewFile] aborted
    [Sat Oct 17 15:48:42 2009]Local/removedfrompost///Info(1008108)
    Essbase Internal Logic Error [7333]
    [Sat Oct 17 15:48:42 2009]Local/removedfrompost///Info(1008106)
    Exception error log [C:\HYPERION\ESSBASE\app\removedfrompost\log00002.xcp] is being created...
    log00002.xcp
    Assertion Failure - id=7333 condition='((!( dbp )->bFatalError))'
    - line 11260 in file datbuffm.c
    - arguments [0] [0] [0] [0]
    Additional log info from database start to restructure failure
    Starting Essbase Server - Application [removedfrompost]
    Loaded and initialized JVM module
    Reading Application Definition For [removedfrompost]
    Reading Database Definition For [removedfrompost]
    Reading Database Definition For [TempOO]
    Reading Database Definition For [WTD]
    Reading Database Mapping For [removedfrompost]
    Writing Application Definition For [removedfrompost]
    Writing Database Definition For [removedfrompost]
    Writing Database Definition For [TempOO]
    Writing Database Definition For [WTD]
    Writing Database Mapping For [removedfrompost]
    Waiting for Login Requests
    Received Command [Load Database]
    Writing Parameters For Database [removedfrompost]
    Reading Parameters For Database [removedfrompost]
    Reading Outline For Database [removedfrompost]
    Declared Dimension Sizes = [289 125 2 11649 168329 1294 622 985 544 210 80 2016 11 9 9 8 8 1 1 6 1 3 1 2 2 1 2 1 2 77 2 65 1 1 1 1 1 1 1 1 1 1 1 260 4 3018 52 6 39 4 1577 6 ]
    Actual Dimension Sizes = [289 119 1 1293 134423 1294 622 985 544 210 80 2016 11 9 9 8 8 1 1 6 1 3 1 2 2 1 2 1 2 77 2 65 1 1 1 1 1 1 1 1 1 1 1 260 4 3018 52 6 39 4 1577 5 ]
    The number of Dynamic Calc Non-Store Members = [80 37 0 257 67 ]
    The number of Dynamic Calc Store Members = [0 0 0 0 0 ]
    The logical block size is [34391]
    Maximum Declared Blocks is [1960864521] with data block size of [72250]
    Maximum Actual Possible Blocks is [173808939] with data block size of [17138]
    Formula for member [4 WK Avg Total Sls U] will be executed in [CELL] mode
    Formula for member [Loc Cnt] will be executed in [CELL] mode
    Formula for member [OH Str Cnt] will be executed in [CELL] mode
    Formula for member [Current Rtl] will be executed in [CELL] mode
    Essbase needs to retrieve [1017] Essbase Kernel blocks in order to calculate the top dynamically-calculated block.
    The Dyn.Calc.Cache for database [removedfrompost] can hold a maximum of [76] blocks.
    The Dyn.Calc.Cache for database [removedfrompost], when full, will result in [allocation from non-Dyn.Calc.Cache memory].
    Writing Parameters For Database [removedfrompost]
    Reading Parameters For Database [removedfrompost]
    Unable to determine the amount of virtual memory available on the system
    Index cache size ==> [1048576] bytes, [128] index pages.
    Index page size ==> [8192] bytes.
    Using buffered I/O for the index and data files.
    Using waited I/O for the index and data files.
    Unable to determine the amount of virtual memory available on the system
    Reading Data File Free Space Information For Database [removedfrompost]...
    Data cache size ==> [3145728] bytes, [22] data pages
    Data file cache size ==> [0] bytes, [0] data file pages
    Missing Database Config File [C:\HYPERION\ESSBASE\APP\removedfrompost\removedfrompost\removedfrompost.cfg], Query logging disabled
    Received Command [Get Database Volumes]
    Received Command [Load Database]
    Writing Parameters For Database [TempOO]
    Reading Parameters For Database [TempOO]
    Reading Outline For Database [TempOO]
    Declared Dimension Sizes = [277 16 2 1023 139047 ]
    Actual Dimension Sizes = [277 16 1 1022 138887 ]
    The number of Dynamic Calc Non-Store Members = [68 3 0 0 0 ]
    The number of Dynamic Calc Store Members = [0 0 0 0 0 ]
    The logical block size is [4432]
    Maximum Declared Blocks is [142245081] with data block size of [8864]
    Maximum Actual Possible Blocks is [141942514] with data block size of [2717]
    Essbase needs to retrieve [1] Essbase Kernel blocks in order to calculate the top dynamically-calculated block.
    The Dyn.Calc.Cache for database [TempOO] can hold a maximum of [591] blocks.
    The Dyn.Calc.Cache for database [TempOO], when full, will result in [allocation from non-Dyn.Calc.Cache memory].
    Writing Parameters For Database [TempOO]
    Reading Parameters For Database [TempOO]
    Unable to determine the amount of virtual memory available on the system
    Index cache size ==> [1048576] bytes, [128] index pages.
    Index page size ==> [8192] bytes.
    Using buffered I/O for the index and data files.
    Using waited I/O for the index and data files.
    Unable to determine the amount of virtual memory available on the system
    Reading Data File Free Space Information For Database [TempOO]...
    Data cache size ==> [3145728] bytes, [144] data pages
    Data file cache size ==> [0] bytes, [0] data file pages
    Missing Database Config File [C:\HYPERION\ESSBASE\APP\removedfrompost\TempOO\TempOO.cfg], Query logging disabled
    Received Command [Get Database Volumes]
    Received Command [Load Database]
    Writing Parameters For Database [WTD]
    Reading Parameters For Database [WTD]
    Reading Outline For Database [WTD]
    Declared Dimension Sizes = [2 105 2 11649 158778 1279 609 971 531 208 78 2017 11 9 9 1 1 1 1 6 1 2 1 1 2 1 1 1 2 77 1 1 1 1 1 1 1 1 1 1 1 1 1 260 3 2954 52 6 39 4 1581 6 ]
    Actual Dimension Sizes = [1 99 1 1293 127722 1279 609 971 531 208 78 2017 11 9 9 1 1 1 1 6 1 2 1 1 2 1 1 1 2 77 1 1 1 1 1 1 1 1 1 1 1 1 1 260 3 2954 52 6 39 4 1581 5 ]
    The number of Dynamic Calc Non-Store Members = [0 29 0 257 57 ]
    The number of Dynamic Calc Store Members = [0 0 0 0 0 ]
    The logical block size is [99]
    Maximum Declared Blocks is [1849604922] with data block size of [420]
    Maximum Actual Possible Blocks is [165144546] with data block size of [70]
    Formula for member [Loc Cnt] will be executed in [CELL] mode
    Formula for member [OH Str Cnt] will be executed in [CELL] mode
    Formula for member [Current Rtl] will be executed in [CELL] mode
    Essbase needs to retrieve [1017] Essbase Kernel blocks in order to calculate the top dynamically-calculated block.
    The Dyn.Calc.Cache for database [WTD] can hold a maximum of [26479] blocks.
    The Dyn.Calc.Cache for database [WTD], when full, will result in [allocation from non-Dyn.Calc.Cache memory].
    Writing Parameters For Database [WTD]
    Reading Parameters For Database [WTD]
    Unable to determine the amount of virtual memory available on the system
    Index cache size ==> [1048576] bytes, [128] index pages.
    Index page size ==> [8192] bytes.
    Using buffered I/O for the index and data files.
    Using waited I/O for the index and data files.
    Unable to determine the amount of virtual memory available on the system
    Reading Data File Free Space Information For Database [WTD]...
    Data cache size ==> [3145728] bytes, [5617] data pages
    Data file cache size ==> [0] bytes, [0] data file pages
    Missing Database Config File [C:\HYPERION\ESSBASE\APP\removedfrompost\WTD\WTD.cfg], Query logging disabled
    Received Command [Get Database Volumes]
    Received Command [Set Database State]
    Writing Parameters For Database [removedfrompost]
    Writing Parameters For Database [removedfrompost]
    Received Command [Get Database State]
    Received Command [Get Database Info]
    Received Command [Set Database State]
    Writing Parameters For Database [TempOO]
    Writing Parameters For Database [TempOO]
    Received Command [Get Database State]
    Received Command [Get Database Info]
    Received Command [Set Database State]
    Writing Parameters For Database [WTD]
    Writing Parameters For Database [WTD]
    Received Command [Get Database State]
    Received Command [Get Database Info]
    Received Command [SetApplicationState]
    Writing Application Definition For [removedfrompost]
    Writing Database Definition For [removedfrompost]
    Writing Database Definition For [TempOO]
    Writing Database Definition For [WTD]
    Writing Database Mapping For [removedfrompost]
    User [admin] set active on database [removedfrompost]
    Clear Active on User [admin] Instance [1]
    User [admin] set active on database [removedfrompost]
    Received Command [Restructure] from user [admin]
    Reading Parameters For Database [Drxxxxxx]
    Reading Outline For Database [Drxxxxxx]
    Reading Outline Transaction For Database [Drxxxxxx]
    Declared Dimension Sizes = [289 126 2 11649 168329 1294 622 985 544 210 80 2016 11 9 9 8 8 1 1 6 1 3 1 2 2 1 2 1 2 77 2 65 1 1 1 1 1 1 1 1 1 1 1 260 4 3018 52 6 39 4 1577 6 ]
    Actual Dimension Sizes = [289 120 1 1293 134423 1294 622 985 544 210 80 2016 11 9 9 8 8 1 1 6 1 3 1 2 2 1 2 1 2 77 2 65 1 1 1 1 1 1 1 1 1 1 1 260 4 3018 52 6 39 4 1577 5 ]
    The number of Dynamic Calc Non-Store Members = [80 37 0 257 67 ]
    The number of Dynamic Calc Store Members = [0 0 0 0 0 ]
    The logical block size is [34680]
    Maximum Declared Blocks is [1960864521] with data block size of [72828]
    Maximum Actual Possible Blocks is [173808939] with data block size of [17347]
    Formula for member [4 WK Avg Total Sls U] will be executed in [CELL] mode
    Formula for member [Loc Cnt] will be executed in [CELL] mode
    Formula for member [OH Str Cnt] will be executed in [CELL] mode
    Formula for member [Current Rtl] will be executed in [CELL] mode
    Essbase needs to retrieve [1017] Essbase Kernel blocks in order to calculate the top dynamically-calculated block.
    The Dyn.Calc.Cache for database [Drxxxxxx] can hold a maximum of [75] blocks.
    The Dyn.Calc.Cache for database [Drxxxxxx], when full, will result in [allocation from non-Dyn.Calc.Cache memory].
    Reading Parameters For Database [Drxxxxxx]
    Unable to determine the amount of virtual memory available on the system
    Index cache size ==> [1048576] bytes, [128] index pages.
    Index page size ==> [8192] bytes.
    Using buffered I/O for the index and data files.
    Using waited I/O for the index and data files.
    Unable to determine the amount of virtual memory available on the system
    Data cache size ==> [3145728] bytes, [22] data pages
    Data file cache size ==> [0] bytes, [0] data file pages
    Performing transaction recovery for database [Drxxxxxx] following an abnormal termination of the server.
    Restructuring Database [removedfrompost]
    Out of disk space. Cannot create a new [Data] file. [adIndNewFile] aborted
    Essbase Internal Logic Error [7333]
    Exception error log [C:\HYPERION\ESSBASE\app\removedfrompost\log00002.xcp] is being created...
    Exception error log completed -- please contact technical support and provide them with this file
    RECEIVED ABNORMAL SHUTDOWN COMMAND - APPLICATION TERMINATING

    To avoid all these things as a best practice
    we didn't allow dense restructure on the cubes size>30 GB
    As an altrnative, we will export the level0 data, clear the DB, and load the new data. After that aggregate the cube to store the data at all the consolidation levels.

  • Function module to find out DATA BASE size, free space, used size

    Is there any function module to find out DATA BASE , free space, used size
    FM that gives all the details of the Date base
    what data base, what is the size, free space, used space etc...
    instead of writing case by case for each data base. based on  CASE SY-DBSYS.

    Hi,
    Check this FM:
    DB02_ORA_SELECT_DBA_SEGMENT
    alternatively u can check the tcode: DB02
    thanks|
    Mahesh

  • Free space in tablespaces

    Hi All,
    Is it possible to collect data about free space in tablespaces in GC (in some table)?
    I'd like to have history of free space in tablespaces. Now I have some sql script which is triggered once per day and store output in the file.

    Hi All,
    Is it possible to collect data about free space in tablespaces in GC (in some table)?
    I'd like to have history of free space in tablespaces. Now I have some sql script which is triggered once per day and store output in the file.

  • 'Erase Free Space Utility' problem

    Hi everyone, I wonder if you could spare your time in helping me with what I believe is a bit of a fixable dilemma but I just am not sure how to fix the problem.
    I ran the 'Erase Free Space' option on my hard disk through the Disc Utility application but unfortunatly the application crashed at around 30% completion and I am left with only 6.5MBs of free disk space (previously being 72MBs free).
    I have found out how to fix the problem but really do not know how to access '/var/root/Library/Caches/TemporaryItems' as explained below to obtain and remove the files 'EFTFile1.sparseimage'.
    I would be very very grateful if someone could point me in the right direction.
    Many thanks.
    "Disk Utility accomplishes the erase feature by creating large sparse image files in a preset directory. It then deletes them with the srm tool (secure remove) and an overwrite pattern of your choice. If Disk Utility is interrupted, this sparse image is left on the disk just taking up space. Starting another free space erase session makes another file, instead of cleaning up the previous one. So, as there are no checks in Disk Utility for cleaning up this failed process, so you have to hunt it down manually.
    There are a variety of ways of doing this, but I’ll cut to the chase and give you the answer. The files are created in /var/root/Library/Caches/TemporaryItems and are sequential variations of the name EFTFile1.sparseimage. Simply remove these files (as root) to reclaim your free space and then start the process again to finish the task."
    Message was edited by: Chris Kerr

    Chris Kerr wrote:
    I ran the 'Erase Free Space' option on my hard disk through the Disc Utility application but unfortunatly the application crashed at around 30% completion and I am left with only 6.5MBs of free disk space (previously being 72MBs free).
    72 MB is way too little disk space for Mac OS X to run properly. You need to delete some files in order to give Mac OS X and applications more space. If that's why you're running "Erase Free Space", then you're not doing the right thing. Erase Free Space will overwrite all the free space on your hard drive with random data: the free space will remain free, but you will not get any extra free disk space after doing this. Erase Free Space's purpose is to make deleted data unrecoverable, for example if you deleted many sensitive files without using Secure Empty Trash and want to make sure the they can't be recovered.
    You should be able to use Terminal to remove the sparseimage, but you should really delete or move a lot of stuff to another hard drive first; you need at least a few GB of free space if you want Mac OS X to run normally.

  • SSD - Disk Utility - Erase Free Space

    Hi Community,
    does the function in disk utility, which erases the free space by writing zeros into it, in context to a SSD drive the same like a block refresh which some drive vendor utilities does to increase the write performance? Or is a block which contains only zeros not really empty for the SSD controller?
    Thx & Bye Tom

    I am guessing a little here, but I suspect that "Trim" support ensures that data in free space can't be reaccessed once the files are deleted.
    Another guess is that erasing the SSD free space may not be a great idea from the point of view of unnecessary writes and also filling the entire usable space up with what may appear to be data.
    We are also discussing this subject in a German newsgroup and there we came to the result that the only way to inform the SSD-controller that the content of a specific block is invalid, is either to overwrite a specific logical address, so than the controller knows which physical blocks are invalid or to send the TRIM command.
    To write zeros into the empty space is from the controllers point of view only content and will result in a full SSD drive afterwards. As longer I think about this as more I belief that this is correct and the use of the disk utility to refresh a SSD drive isn't the best idea... ;-)
    Bye Tom

  • Amount of free space not consistent on iPhone 4 with iTunes 10

    The amount indicated as "free space" does not stay consistent in iTunes 10. The value keeps changing.

    Addenda: 1) The free space indicator does not update in real time (e.g., while adding new music to the iPod) as it did in previous versions if iTunes.
    2) The error(s) in the iTunes free space calculations can cause syncing probems when the iPod is almost full. For example, I might try to add 400K worth of music on my iPod, which has about twice that much free space. iTunes 10 will tell me there's not enough room on the iPod and will not synch. Identical library on a different computer running iTunes 9 will allow the same iPod to synch. Interestingly, in this scenario, iTunes 10 will give me a different number for the amount of free storage required to update each time I press the "Sync" button.

  • Claiming of free space in data files

    I have a problem for claiming the free space in few data files .There is the data in the files at fragmented places i.e. the free space is below the high water mark.DB is production db and Export/Import is not possible due to time consideration. How to get back that space. Please reply soon.....

    Dolly, the term HWM in Oracle is normally only used to describe the last used block in a table allocation. There is no way to reclaim unused blocks below the HWM in a table without reorganizing the table though Oracle will resuse the space for new rows if the pct_used threshold allows (or ASSM) allows it do so.
    You can sometimes release free (unused) blocks above the HWM of a table using the alter table shrink option.
    You can perform a similar function on extendable datafiles between the last allocated object extent and the end of file.
    As Justin said, you need to explain your situation better.
    -- Mark D Powell --

  • Get Total DB size , Total DB free space , Total Data & Log File Sizes and Total Data & Log File free Sizes from a list of server

    how to get SQL server Total DB size , Total DB free space , Total Data  & Log File Sizes and Total Data  & Log File free Sizes from a list of server 

    Hi Shivanq,
    To get a list of databases, their sizes and the space available in each on the local SQL instance.
    dir SQLSERVER:\SQL\localhost\default\databases | Select Name, Size, SpaceAvailable | ft -auto
    This article is also helpful for you to get DB and Log File size information:
    Checking Database Space With PowerShell
    I hope this helps.

  • Increase free space in data files

    Hello All,
    We are running netweaver 04s on sql server. In our EPR landscape, we are having message no free space in file in db02 transaction. It reports error when we execute DB02 and does not allows or shows us the DBCC check options. Strangely, this message appears even if the auto grow option in data files is on.
    Could you please let me know what would be the impact if I increase the datafiles initial size?
    Thanks,
    Gaurav

    Hello Jeff,
    Thanks for the response!
    The odd thing out is that, we do have autogrowth on, and I am sure the data file size is getting increased on all the datafiles, otherwise the database would have struck up but the information that we get on DB02 transaction is wrong or the correct information is not bieng reflected.
    Also, I am not able to run the DBCC checks via dbacockpit!
    Please share your thoughts!
    Thanks,
    Gaurav

  • Strange calculation of free space

    Hi!
    I can't understand how size of free space is calculated.
    For example:
    in my mailbox i have 3 folders
    Incoming  40.4 Mb
    Sent 13.1 Mb
    Junk 302 Kb
    In total about 55 Mb
    but in Statistic writtent, that ocupied 161.7 Mb
    Same situation3 with Documents and Application data:
    My Measures  252.5 Mb
    Mail                160.1 Mb
    Pages              22.6 Mb
    Numbers          14.6 Mb
    Keynote           13.4 Mb
    All other in sum less than 1 Mb
    In total should be less than 500 Mb
    ps: I deleted all photos and turned off PhotoStream.
    How to solve this problem?

    I have the same issue. I have just 68.5MB of documents in iCloud and it says it's full. I tried to delete photos from photo stream. I have no backups in iCloud and I don't sync my mail to iCloud.
    https://www.evernote.com/shard/s24/sh/a8fc9ce7-0b24-4b24-a306-617a824b9333/5bbc8 d18d8fb43ef713088057c8d830e
    https://www.evernote.com/shard/s24/sh/58447450-8089-4bc6-8a0f-d133747d05ff/17fc6 e9d31b5d68242ea2f8f1024ac73

Maybe you are looking for