Creating more storage space

I've loaded my main drive and my external storage with video projects. How do I delete the video I have to make room for new video? I've done it in the past by sending projects to the 'trash' and emptying the 'trash.' But I'm ending up with only 103 minutes of available storage. Before I had ten times that amount. What am I missing? Thanks for whatever help you can give.

Normally the thing that takes up the most drive space is your captured video files. They are stored on the drive you selected for Capture Scratch in FCP Preferences. The same is true for audio and video render files which can also take up some drive space.
Trashing project files will not save you any space. It just means you've thrown out a whole bunch of work as you will never be able to open that project again. (auto-saves aside)
Whether or not you want to delete your captured files all depends on finished you are with the project. Once you trash a Capture Scratch folder, it's gone and that specific project footage will have to be reacquired if you ever need to re-visit the project.
You really need to crack open the manual and do some reading about how and where FCP stores your files if you want to make intelligent choices in this regard.
rh

Similar Messages

  • How to create more storage space without deleting apps

    I need more storage space for my iphone 5s. I dont  want to delete my apps. any ideas?

    Hi pacificmission,
    Welcome to Apple Support Communities. 
    This article should give you ideas about how to free up storage space on your iPhone 5s by showing you how to view storage space usage and remove less used content.
    See how much storage you've used on your iPhone, iPad, and iPod touch - Apple Support
    Cheers,
    -Jason

  • HOw DO I delete apps to create more storage so I can back up

    HOw can I delete apps to create more storage or delete videos or photos from iphone. I have deleted some from my Mac desk top already. They should be deleting on all devices,right. PLEASE ADVISE ASAP

    If you're talking about backing up to iCloud, deleting Apps is almost irrelevant.  Apps aren't backed up to iCloud.  App Data is, but that's usually a small amount.  Plus, you can control what gets backed up to iCloud.  Go to Settings > iCloud > Storage & Backup > Manage Storage > This Device.  Then, turn off whatever data you don't want backed up to iCloud.  Usually, Photos & Videos take up the most space.
    You can turn that off, and simply import your Photos & Videos to your computer for safekeeping.
    Also, you can increase your iCloud storage from the free 5GB to +10 GB ($20/year), +20 GB ($40/year) or +50 GB GB ($100/year).

  • Short dump - No more storage space available for extending an internal tabl

    Hi All,
    I have requirement in which my program generates a text file on my presentation server. Here my problem is, this requirement can not be executed in back ground, it should be done in foreground only. When I execute in foreground, if the data records comes to some 38 lacks then I am getting a short dump saying 'No more storage space available for extending an internal table'.
    And in dump analysis under WHAT HAPPENED section it is giving as
    ' What happened?                                                                                |
    |    You attempted to extend an internal table, but the required space was                         |
    |    not available.
    Please suggest me, what I have to do in this case?
    Thanks in advance.
    Thanks,
    Sudha Mettu

    Hi SuDash,
    Allocation of the memory spaces will be done by BASIS people.
    you can contact them..
    Regards!

  • Short dump -No more storage space available for extending an internal table

    Hi All,
    While running one program I get the short dump saying
    "No more storage space available for extending an internal table "IT_862".
    Error Analysis given in the dump log :
    The internal table "IT_862" could not be enlarged further.
    To extend the internal table, 14656 bytes of storage space was
    needed, but none was available. At this point, the table "IT_862" has
    8528862 entries.
    Source Code Extract :
    003360     loop at t_line.
    003370       clear t_output.
    003380
    003390   *   Increment Line counter
    003400       add 1 to l_line_cnt.
    003410
    003420       t_output-object = t_stxh-tdobject.
    003430       t_output-id     = t_stxh-tdid.
    003440       t_output-spras  = t_stxh-tdspras.
    003450       t_output-name   = t_stxh-tdname.
    003460       t_output-line   = l_line_cnt.
    003470       t_output-format = t_line-tdformat.
    003480       t_output-text   = t_line-tdline.
         *>       append toutput.   " ERROR POINT*
    Can you please suggest what can be the possible solution for the above error.
    Thanks in advance.
    Sanjeet

    Hi
    Check out this thread:
    Re: No storage space available for extending the internal table
    Make sure you are not having an infinite loop.
    Hope this helps
    Regards,
    Jayanthi.K

  • HT4859 how do I delete pictures in Icloud to create more storage? I have 1,700 pictures did not know that this would not allow me to back up my phone??

    How do I delete pictures in icloud to create more storage? I have 1,700 pictures and my phone will not let me backup , I have replaced my phone for power was going out every couple of days and did not know what to do , they send me a other phone with set up all my pictures from Ipad and phone must have filled icloud up.
    Thank you

    Welcome to the Apple community.
    When you delete the account from your device, you will be given the opportunity to save Safari data, reminders, calendars and contacts to your device, which you can later merge with the other account once you login.
    You won't be able to save your photo stream photos in the same way, so if you have any photo stream photos that are not already in your camera roll, you should move them there before you delete your account.
    Your iWork documents can be saved to iTunes on your device, but if you have them on a Mac they would be much easier to save to your desktop there. You can move them back after you switch.
    Notes can be shared to messages or mail and copy and pasted back after the switch. Although if you have a Mac, you may find it easier to do there. You could also use a temporary secondary account (see last item) to log into both accounts and copy and paste directly into your other account.
    You can set up Mail forwarding at iCloud.com mail preferences (little gear icon-bottom left) to receive mail from your old address to your new one.
    As an alternative to just switching, you might consider switching and adding your previous account back as a secondary account at settings > mail, contacts, calendars. You would still need to move your photos and iWork documents and save your safari data, but you'd have access to your old mail, contacts, calendars, reminders and notes.

  • How do i add more storage space on my macbook air ?

    HI, I HAVE 121 GB OF STORAGE ON MY MACBOOK AIR VERSION 10.9.2. IT KEEPS COMING UP THAT I DONT HAVE ENOUGH SPACE ON MY LAPTOP. HOW DO I GET MORE STORAGE SPACE SO THAT THIS PROBLEM DOESNT OCCUR?

    backup your static media huge files, pics , vids, audio to an external HD.
    http://support.apple.com/kb/ht1427

  • Error-No more storage space available for extending an internal table.

    Hi Experts,
                    i am facing problem in a program . its showing runtime error.
    Short text
        No more storage space available for extending an internal table.
    its showing error at   
    IF sy-subrc NE 0.
            REFRESH p_wip_tab.
          ELSE.
            i_wip_tab-pspnr = i_internal_and_external-pspnr_prps.
            LOOP AT p_wip_tab.
              MOVE-CORRESPONDING p_wip_tab TO i_wip_tab.
    ==> APPEND i_wip_tab.
            ENDLOOP.
          ENDIF.
    DATA: l_billable_tab LIKE p_billable_tab OCCURS 0 WITH HEADER LINE,
          p_wip_tab      LIKE zpswip OCCURS 0 WITH HEADER LINE.
    DATA: BEGIN OF i_wip_tab OCCURS 0,
            pspnr              LIKE prps-pspnr.
            INCLUDE STRUCTURE zpswip.
    DATA:   pernr_name         LIKE pa0002-vorna,
          END OF i_wip_tab.
    How i can resolve this problem if anybody knows it then please reply me as soon as possible.
    Thanks

    Hello.
    Probably you fill the internal table with too much data and it cannot hold that much.
    You can either redesign the program so that it processes the data in batches of, say 100000 records, or contact your BASIS team and ask for their help. They could possible assign more memory to the running applications.
    Reward if helpful.
    Regards,
    George

  • TSV_TNEW_PAGE_ALLOC_FAILED -  No more storage space available for extending

    Hi
    Im SAP-BW Consultant. I need some code in the transfer rules. But while im loading data , im getting "No more storage space available for extending an internal table.
    Pls check my code and modify it so that i can load the data of 5,000,00 records
    TYPES: BEGIN OF tys_TG_1,
                         /BIC/ZIUTILICH           TYPE /BIC/OIZIUTILICH,
                       /BIC/ZIRGRCH           TYPE  /BIC/OIZIRGRCH,
                       /BIC/ZPRODUCT           TYPE /BIC/OIZPRODUCT,
    END   OF tys_TG_1.
    TYPES:  tyt_TG_1        TYPE STANDARD TABLE OF tys_TG_1
                                                     WITH NON-UNIQUE DEFAULT KEY.
    data: e_s_result type tys_TG_1.
    data: e_t_result type tyt_TG_1.
    DATA : ITAB1 TYPE STANDARD TABLE OF  /BIC/AZDSO_HYD00.
    DATA : WA_ITAB TYPE /BIC/AZDSO_HYD00.
    loop at RESULT_PACKAGE into e_s_result.
         Select /BIC/ZIUTILICH /BIC/ZIRGRCH /BIC/ZPRODUCT                                               FROM       /BIC/AZDSO_HYD00 INTO
                                    (e_s_result-/BIC/ZIUTILICH,
                                    e_s_result-/BIC/ZIRGRCH,
                                     e_s_result-/BIC/ZPRODUCT)
                                 WHERE
                                 COMP_CODE = e_s_result-COMP_CODE AND
                                 PROFIT_CTR = e_s_result-PROFIT_CTR .
              append e_s_result to e_t_result.
         endselect.
             clear e_s_result.
    ENDLOOP.
    refresh RESULT_PACKAGE.
    move e_t_result[] to RESULT_PACKAGE[].
    So im getting TSV_TNEW_PAGE_ALLOC_FAILED -  No more storage space available for extending an internal table..
    I think there is a problem in the code. pls look it and modify it.
    Regards
    kumar

    Hello Kumar,
    The amount of data you can store in an internal table is limited by the width of the table together with the available memory on your machine. If you try to put too much data in your table you'll always get that problem.
    As I see it you have a table RESULT_PACKAGE with some fields and based on the entries in that table you select one row out of another table.
    You can easily use
    Select
    /BIC/ZIUTILICH /BIC/ZIRGRCH
    /BIC/ZPRODUCT FROM
    /BIC/AZDSO_HYD00
    INTO TABLE e_t_result
    FOR ALL ENTRIES in RESULT_PACKAGE
    COMP_CODE = RESULT_PACKAGE-COMP_CODE AND
    PROFIT_CTR = RESULT_PACKAGE-PROFIT_CTR .
    That still doesn't solve your memory problem hence you should try to process the data in packages, because you obviously don't have enough memory to process all data at once.
    You can add the following:
    Select
    /BIC/ZIUTILICH /BIC/ZIRGRCH
    /BIC/ZPRODUCT FROM
    /BIC/AZDSO_HYD00
    INTO TABLE e_t_result
    PACKAGE SIZE xxxx
    FOR ALL ENTRIES in RESULT_PACKAGE
    COMP_CODE = RESULT_PACKAGE-COMP_CODE AND
    PROFIT_CTR = RESULT_PACKAGE-PROFIT_CTR .
    PROCESS your data here
    ENDSELECT.
    You might also want to discuss the issue with your basis team if there is a way to get more memory if there is no way to do that process.
    Hope that helps,
    Michael

  • "more storage space needed" prompt won't go away.  Can't power off iPad to do so either.  Suggestions?

    The "Need more storage space" prompt came up, and has options to close or go to settings.  It's frozen, but active.  Neither option works.  Stuck on screen and can't do anything else, beyond activate suri.  Suggestions?

    Welcome to the Apple Support Communities
    Hold Sleep and Home buttons until the iPad restarts, so you will be able to use it again

  • I have been tying to buy more storage space and for no reason I can't get it

    I have been tying to buy more storage space and for no reason I can't get it

    I hae been trying going through all the steps to do so, but at the end, I can't get the purchase.

  • HT4910 I can not back up my iPhone.  it says I need more storage space.  I purchased more space and icloud says it is there, but the phone is not recognizing this and continues to say that I need to purchase more space in order to back it up.  Any ideas?

    I can not back up my iPhone.  It says I need more storage space.  I purchased more space and icloud says it is there, but the phone is not recognizing this and continues to say that I need to purchase more space in order to back it up.  Any ideas?

    Close your iTunes,
    Go to command Prompt -
    (Win 7/Vista) - START/ALL PROGRAMS/ACCESSORIES, right mouse click "Command Prompt", choose "Run as Administrator".
    (Win XP SP2 & above) - START/ALL PROGRAMS/ACCESSORIES/Command Prompt
    In the "Command Prompt" screen, type in
    netsh winsock reset
    Hit "ENTER" key
    Restart your computer.
    If you do get a prompt after restart windows to remap LSP, just click NO.
    Now launch your iTunes and see if it is working now.
    If you are still having these type of problems after trying the winsock reset, refer to this article to identify which software in your system is inserting LSP:
    iTunes 10.5 for Windows: May see performance issues and blank iTunes Store
    http://support.apple.com/kb/TS4123?viewlocale=en_US

  • F.05 : No more storage space is available for extending  an internal table

    Hi,
    While executing F.05(FCV), I am getting ABAP Run time Error which is as below
    Short Text: No more storage space is available for extending  an internal table
    Pls, Give me solution and get more points. It is very urgent
    Thanks in advance
    Akash

    call your sap basis guys
    i don't need any points

  • Getting Dump "No more storage space available for extending an internal table" ??

    Hi All,
    In Web Ui while i was click save, it taking too much of time for saving at all lost it throwing dump such as "No more storage space available for extending an internal table". Recently Basis side did some activities for storing day to day transaction in back up server, after this activities i am getting this problem. i opening that Bsp component it throwing some information message such as component not integrated, i didn't see that message properly but i clicked continue button. After that basis activity only i got that information message once.
    i dont know what is the issue. Can anyone give solution for this issue
    Thanks,
    Anbu

    Ask your basis guys to clean up the system memory. This is happening because no memory is left.
    ~Kavindra

  • Dump --  No more storage space available for extending an internal table

    In Our system we are getting this dump
    No more storage space available for extending an internal table
    and because of it no user is able to login into the system.
    We have Some classes in the system and we have defined shared memories to all classes according to regions.
    So for a particular class means users of a region are not able to logon to systems and we are getting these dumps in the system.
    So please suggest first how to clear the shared memory & how to conclude what activity in system made the shared memory full.
    Regards,
    Shivam Mittal

    My OS is HP-UNIX..
    And we do not access on OS level,So please suggest the way to clear it from SAP level.
    In dump it is also mentioned:
    The internal table "\AREA=<Name>\INSTANCE=$DEFAULT_INSTANCE$\VER
    SID=2\OBJ={O:1.2*\CLASS=<CLASS>\DATA=GT_BUFFER[1]-DATA" could
      not be further extended. To enable
    error handling, the table had to be delete before this log was written.
    As a result, the table is displayed further down or, if you branch to
    the ABAP Debugger, with 0 rows.
    At the time of the termination, the following data was determined for
    the relevant internal table:
    Memory location: "\AREA=<Name>\INST=$DEFAULT_INSTANCE$\CLNT=100"
    Row width: 156
    Number of rows: 0
    Allocated rows: 63
    Newly requested rows: 1216 (in 19 blocks)
    Please also suggest what is the internel table name that is causing the issue.
    Regards,
    Shivam Mittal

Maybe you are looking for