Plugin to import Aperture librairies does not release the memory used by the librairy after the import is completed

Let suppose I import a 30GB Aperture Library into LR which is on my HD. After the importation, if I send the imported library to the Trash and clear the Trash the disk space is not released by LR. So after a few importations I get the message that I do not have enough space on my HD to copy another library on the HD from an external drive which contains many Aperture libraries.

Casita17,  I recommend you evaluate ssprengel's questions and advice.  Please read the following below, as we don't want you to lose images!  I fear that you may be using a "referenced" library in Aperture, and this is the reason your disk space is not being released.  I would NOT RECOMMEND breaking your library into pieces for now.   You may very likely lose critical linkages, especially in albums.  If you have a number of Aperture libraries to begin with, then never mind.  Just be aware, Lightroom users generally recommend using only one lightroom catalog, which it sounds like you're doing.
Lets forget your system drive for now.  Do you have two times the disk space on your photos drive?  If not, do you have another drive laying around with as much space?  I recommend you make a backup before you continue.
I'm not quite sure what approach your are using, but I think the root cause of your dilemma exists because of how Aperture and Lightroom manage and store your images.  It may help to post what actions you take, step by step, and include the error messages.
You may already know some of these concepts, but lets leave no stone unturned.
First, Aperture uses "libraries", which contain all metadata and previews.  These images may be stored within the database (managed images), outside the database (referenced images), or a combination.  Can you apply a filter to your all photos selection, and tell us how many managed and references images you have?
Please read this for a better explanation:
http://www.lifeafterphotoshop.com/managed-vs-referenced-files-in-aperture/
Second, Lightroom's catalog is like an Aperture library.  Only ALL images are stored externally, "referenced" in Aperture parlance.
You should be able to create the Lightroom Catalog on any drive.  However, where you eventually store your images depends on what options you choose in the plugin when importing these images.
Any "managed" photos in Aperture WILL BE copied to the location you specify in the plugin.  Any "referenced" files MAY OR MAY NOT BE copied to the location.  They may be copied, or they they may remain in place, depending what options you select in the plugin.
Not sure I follow where you have your aperture library, images, and where you eventually want to store your Lightroom catalog, and where you want to store your lightroom images.  I'd suggest not breaking up your Aperture library.
If you are short on disk space, I suggest making a backup.  Then, select all photos and change them from managed to referenced, which will relocate the photos from within the library, to outside the library, preferably on the same drive.  Then, create a Lightroom catalog, wherever you have room.
Run the plugin and choose the option NOT to copy the files.  This way, it will leave them in place on your photo drive.  Some images may be copied to the lightroom masters destination any way, so you may want to choose another location on your photo drive in the plugin import options anyway.
When the migration finishes, you can delete the Aperture library, which will not remove all that much, and will not make much more space available.  And do NOT delete the image location you designated in Aperture, because you'll now be using it for Lightroom.  But this way, you'll be able to keep your space usage under control.
But KEEP your backup, even after the migration, JUST IN CASE!

Similar Messages

  • JInternalFrame is closed, but does not release the memory

    Hi,
    I have problem with using of JInternalFrame.
    I create a new internal frame, and close it."setClosed(true);dispose();"
    The frame does not release the memory (after gc the allocated memory is the same)
    Before close I removed all listeners, and closed all reference to other object. (I think so :-) )
    Do You have any idees?
    regards
    G�bor

    Hi,
    I think u will have to release all the associated used objects. or you can also call the finalize() method in order to release the memory.
    Regards,
    Balaji.SN

  • I just had to reformat the external hard drive that houses my iPhoto library, then restore it from a backup. Now Time Machine is telling me my backup hard drive suddenly does not have the space to complete a backup. I also noticed when I go in to Time Mac

    I just had to reformat the external hard drive that houses my iPhoto library, then restore it from a backup. Now Time Machine is telling me my backup hard drive suddenly does not have the space to complete a backup. I also noticed when I go in to Time Machine, there are only about 5 backups recorded on the ext. hard drive. There were many more before. Any idea what happened and if I have to buy a new back up hard drive?

    Hallo  Kieth ,
    I am not quite ready to restore the full iphoto library , as I have days of work re - imputting titles,descriptions and enhancement . I hope that your suggestion works , as I use my Macbook basically to work with digital photography. Through time , I will need to delete my library to recover more disc space and I would hate to have to spend more time re - imputting titles and descriptions all over again .
    Thanks for your interest and advice.
    regards  - Alan

  • JMF Does not release the RTP ports

    Hi,
    I am working on a program that simply listens RTP messages from the network and play them on a PC. My datasource is created as follows:
    String url2= "rtp://127.0.0.1:10000/audio/1";
    medialocator=new MediaLocator(url2);
    ds=Manager.createDataSource(medialocator);
    This ds will later be given to a player for the local playback. It has a flow like this: DS->Processor->DS->Player.
    Everything works fine for the first execution. The stream is played. However when I stop the player, processor and even the ds, JMF does not realease the RTP ports. I still can see them in the netstat output. Heres how I try to release the resources:
    public void releaseResources(){
    try{
    if(player!=null){
    player.stop();
    player.deallocate();
    player=null;
    if(ds2!=null){
    ds2.stop();
    ds2.disconnect();
    ds2=null;
    if(processor!=null){
    processor.stop();
    processor.removeControllerListener(this);
    processor.deallocate();
    medialocator=null;
    ds=null;
    Because of this problem, when I try to do the same thing on the same url after sometime, it gives the error "Cannot create the RTP Session: Can't open local data port: 10000". The ports are released after I shutdown the JVM.
    Does anyone have an idea on how to release this ports in the same JVM session?
    Thanks a lot,
    Murat

    DataSource objects open a connection to their source, in your case, a connection to an RTP port. You need to call
    ds.disconnect()
    on both datasources, but SPECIFICLLY on ds (as opposed to ds2) if you want it to release the port.

  • Oci_close does not release the connection when using DRCP

    Hello everyone,
    we are currently testing the deplyment of DRCP with 11g. I have the whole thing setup (correctly to my best knowledge), but I am facing an issue. The call to oci_close does not seem to release the connection to the pool as I would expect and therefore we see similar behavior like we were getting without using the DRCP.
    Our setup is using two RAC instances running 11.1.0.6.0, I am using PHP 5.1.6 with PECL installed oci8 1.3.4. The DRCP pool is configured and started, each with 100 max servers.
    When the webserver is idle it looks, well, idle.
    SQL> SELECT INST_ID,NUM_BUSY_SERVERS FROM GV$CPOOL_STATS;
    INST_ID NUM_BUSY_SERVERS
    1 0
    2 0
    The script is as simple as it gets:
    <?php
    $c = oci_pconnect('scott','tiger','IWPPOOLED');
    $s = oci_parse($c, 'select * from emp');
    $r = oci_execute($s, OCI_DEFAULT);
    oci_close($c);
    sleep(30);
    ?>
    What I would expect is that the script would connect to the pool, do the work for a tiny moment and then release the connection for usage by other script.
    But after I point the browser to the script, I get a 30 second loading time (as expected) but the server is busy all the time, like this:
    SQL> SELECT INST_ID,NUM_BUSY_SERVERS FROM GV$CPOOL_STATS;
    INST_ID NUM_BUSY_SERVERS
    1 0
    2 1
    After the 30 second sleep, it is released and busy servers are back to 0.
    If I load the server with ab using 256 connections:
    ab -n 1000000 -c 256 -k http://mywebserver/ocitest.php
    the pool is maxed out and the connects are stalling:
    SQL> SELECT INST_ID,NUM_BUSY_SERVERS FROM GV$CPOOL_STATS;
    INST_ID NUM_BUSY_SERVERS
    1 95
    2 95
    My network config for this service is following:
    IWPPOOLED =
    (DESCRIPTION =
    (LOAD_BALANCE=ON)
    (FAILOVER=ON)
    (ADDRESS = (PROTOCOL = tcp)(HOST = 10.1.16.33)(PORT = 1521))
    (ADDRESS = (PROTOCOL = tcp)(HOST = 10.1.16.34)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = IWP)
    (SERVER=POOLED)
    (FAILOVER_MODE=
    (TYPE=SELECT)
    (METHOD=BASIC)
    (RETRIES=5)
    (DELAY=3)
    The phpinfo() look like this:
    OCI8 Support enabled
    Version 1.3.4
    Revision $Revision: 1.269.2.16.2.38.2.20 $
    Active Persistent Connections 1
    Active Connections 1
    Oracle Instant Client Version 11.1
    Temporary Lob support enabled
    Collections support enabled
    Directive Local Value Master Value
    oci8.connection_class IWPAPP IWPAPP
    oci8.default_prefetch 100 100
    oci8.events On On
    oci8.max_persistent -1 -1
    oci8.old_oci_close_semantics Off Off
    oci8.persistent_timeout -1 -1
    oci8.ping_interval -1 -1
    oci8.privileged_connect Off Off
    oci8.statement_cache_size 20 20
    I am using the instant client for 11g
    Any ideas?
    Thanks!
    Michal

    Don't forget to use oci_free_statement($s); See "Closing Oracle Connections" in The Underground PHP and Oracle Manual. (I was just simplifying this example today for the next release of the manual).
    You may also see the "dedicated optimization", where a pooled server in a non- maxed-out pool is retained (unless needed by another PHP process) under the assumption that the initial PHP process might become active again. See http://www.oracle.com/technology/tech/php/pdf/php-scalability-ha-twp.pdf
    Feel free to email me offline (see my profile) if there are questions/data you don't want to post.
    cj
    Edited by: cj2 on Oct 16, 2008 8:12 AM

  • EJB3 : suspend JTA transaction does not release the connection in the XA DS

    Hi all,
    I did a test and after suspending a JTA transaction I note that in the xa datasource the activeconnection = 1.
    So is it normal because I was thinking that when I suspend the transaction the teh connection is released and then after a transaction resume I could continue the transaction with another connection of the xa datasource ?
    Thank you for all..
    Christophe.

    It's a long time ago, but did you ever solve this problem?
    I'm having the same issue with OSB writing to a WLS8.1 JMS queue.
    I have a development OSB server which works fine.
    Pete

  • Photoshop does not release memory after closing document.

    When I close a large document Photoshop does not release the memory. If I open another document the program is slow and not resposive. If I close out of Photoshop and restart it then load the other document it is quick and responsive again.

    A bit late to the party here but this issue is still live and I can't find anything else on the forum similar to it (apologies if there is).
    Photoshop does not seem to re-use memory it just keep allocating new right up to the limit before the prog crashes (same applies to Fireworks) so any batch/script processing of more than a handful of files is impossible.
    I am Photoshop via Creative Cloud (so I am always updated to your latest release), Windows 7 64k with 8Mb memory and am using Norton Intenet Security 20.3.1.22 which is updated daily.

  • EMac modem does not release phone line

    I have an original eMac. The modem is capabale of receiving and sending faxing. However, occasionally it does not "release" the phone line causing any incoming fax to get a busy signal and if you try to dial the phone number you also get a busy signal. Unplugging the phone line from the modem port resolves the issue as does restarting.
    What can be done to fix this issue besides getting a new modem.
    Thanks!

    I recall having similar problems with my home pre-broadband dial-up account under 10.1.5. That was blamed on the computer modem and the ISP modems implementing different versions of the same modem protocol (which certainly doesn't say mush for the 'standard' part of the v.92 protocol). That I thought was fixed in later versions of OS X, but you may still want to contact your ISP to ask them if they're aware of other Mac dial-up users with the same problem and if they can suggest any modem commands to add to your modem command strings. You can ask them to check on their end to see if they're receiving the line release command from your modem when you attempt to hang up.
    Since most Mac-related questions to ISP support seem to garner a response of "huh?", your other option would be to try dropping the modem protocol from v.92 to v.90 (and if necessary even lower) to see if those protocols are more compatible with your ISP's modem banks.

  • Uninstaller utility does not remove the installation from the registry

    In our environment, we publish a script in Group Policy so that both the ActiveX and Plugin installs for flash player are easily installed for staff that have limited user access on their computers.  I usually remove or replace the old MSI files from the path the above script installs from when I get new versions of Flash Player.  For a while, I've run into a problem where when the new MSI files are installed, they try to uninstall the existing installation and fail because the old MSI file is no longer at the original installation source path.  I've tried to remedy this by having the script use the uninstall_flash_player utility to manually remove the activex and plugin first, but this utility does not remove the installation details of each from the registry, and the subsequent installations of the MSI files fail.  I have to uninstall the existing flash player installations first or perform a registry hack to formally remove the installation from Windows, and then the new installation will succeed.
    Does anybody have any advice for making this process work better?  Would this be considered a bug with the uninstaller tool?

    Hi, Until someone can reply to your thread/question, you may want to see this thread.
    http://forums.adobe.com/thread/826773?tstart=0
    eidnolb

  • Full garbage collection issue, not releasing/flagging memory

    I have the following problem running on a multi-cpu windows server with Java 1.4.2_05 using WebLogic 8.1:
    During a lifecyle of the web application (under load, but not to heavy) memory usage seems ok and garbage collection is called regularly. Suddenly, the used heap starts to rize very fast and after a while, even a full garbage collection cylce, does not release any memory anymore.
    I am sure that, from our coding, we release memory ok, and normally we should only use about 5 to 10 mb for each user max (with0 normal defnew garbage collections).
    I tried changing the garbage collection parameters, but this does not solve the problem. Best scenario was with the concurrent collector and I got this output at +/- the end:
    [GC 100202K->93511K(115628K), 0.0091472 secs]
    [GC 148480K->139612K(163808K), 0.0225914 secs]
    [Full GC[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor289]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor290]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor273]
    153750K->133006K(164064K), 1.2434402 secs]
    [GC 148939K->137948K(203264K), 0.0223085 secs]
    [GC 188789K->177116K(203264K), 0.0180729 secs]
    [Full GC[Unloading class sun.reflect.GeneratedSerializationConstructorAccessor312]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor322]
    [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor309]
    189788K->170264K(203264K), 1.1851945 secs]
    [Full GC 203228K->203227K(203264K), 1.2876122 secs]
    [Full GC 203263K->203233K(203264K), 1.3354548 secs]
    [Full GC 203263K->203258K(203264K), 1.2873518 secs]
    <Jan 17, 2007 9:40:40 AM EST> <Error> <HTTP> <BEA-101017> <[ServletContext(id=33114655,name=console,context-path=/console)] Root cause of ServletException.
    java.lang.OutOfMemoryError
    >
    [Full GC 203263K->203233K(203264K), 1.2814516 secs]
    [Full GC 203233K->203231K(203264K), 1.6029044 secs]
    [Full GC 203263K->203242K(203264K), 1.3081352 secs]
    <Jan 17, 2007 9:41:51 AM EST> <Emergency> <WebLogicServer> <BEA-000210> <The WebLogic Server is no longer listening for connections.>
    [Full GC 203263K->203247K(203264K), 1.3161194 secs]
    [Full GC 203263K->203249K(203264K), 1.2954988 secs]
    [Full GC 203263K->203247K(203264K), 1.6423404 secs]
    <Jan 17, 2007 9:41:57 AM EST> <Alert> <WebLogicServer> <BEA-000218> <Server shutdown has been requested by <WLS Kernel>>
    [Full GC 203263K->203250K(203264K), 1.3161025 secs]
    Another strange item is: I maximized the amount of memory it uses to 512m with the Xmx parameter, I am almost sure that that one is used, but it never gets higher than 203M? Does anyone know why this is?
    Another strange item: the monitoring in the weblogic code indicates 32MB of usage (relative memory usage seems to be ok, but the quanity indication is just plain wrong) with 15 threads running.
    This problem does not exist when using JBoss 4.0.2 or 4.0.3 (standard j2ee settings).
    If anyone has an idea or can help me, I would appreciate it very very much. :)

    Hi ,
    Is this issue resolved ?
    we are facing same problem.
    1. We have checked the CPU and memory utilization everything is normal
    2. GC logs showing FULL GC calls continuously
    3. After restart the resin server system is working normally.
    Environment detail
    Resin ./resin-pro-3.0.18 on suse Linux
    Java JDK1.4.2_08
    Please suggest

  • Aperture 3 does not import video from iPhone

    Aperture 3 does not want to import my videos from iPhone anymore. This used to work perfectly fine before, now Aperture hangs as soon as I try to upload any video.
    Is this a known bug??

    I'm experiencing the similar but Aperture not importing photos from iPhone. When I go to iPhoto and import then it works. My software is all latest.

  • My Aperture Library does not want to open.

    Hi Guys,
    I am trying to Reference my Aperture Library, so that I keep all my RAW (original) files on my external hard drive, and only work on the Version files in Aperture.  I am having a BIG problem with it.  My Aperture library does not want to open now at all....
    Can someoen please guide me through this, step by step??

    Hi Frank,
    Well, I just switched back to how it was now, so everything works as normal.
    I can tell what I want to do, though.
    I am currently working on the Aperture Library IN APERTURE, so when I import HUGE RAW files (1000x at a time), it will tell me very quickly that there is not enough space.  So what I would like to do is:
    I would like my library to look like this:
    I want to import EVERYTHING and KEEP THEM THERE for ever.....
    Because at the moment, I work on my RAW files, I export them as:
    -RAW
    -With watermark
    -Without watermark
    onto my HardDive in folders.
    Then I delete them off my library IN Aperture, because I need to, there is not enough space.
    So when someone contacts me and they want 10 images of eg.Street food of Phuket, that are HIGH resulotion, or made b/w or whatever, then I have to re-import a RAW to re-edit it to what the client wants.
    Do you understand were I am going with this??
    So now, I woud like to know, HOW to put my Aperture Library on my harddrive, and keep all files IN APERTURE so I can work on them whenever I need to, and of course export them as I want, but still keep them in Aperture.
    But I am having problems with this whole referenced thing and in moving my library to my HD.  I have tried dragging my Aperture Library (in Pictures) to my HD, it copies, and then when I hold down the OPTION key and open Aperture, I go to Other Library:
    and choose my Aperture Library on my HD which I have copied from PICTURES:
    Then I get this.....
    And this is where I STOPPED..........
    I really appreciate you helping me Frank, thank you so much!!!!!!
    Lourika

  • IMPORT Target Portal does not match the Source Portal version

    Hi,
    Executing the import via the command line gives me the following error: Error: Target Portal does not match the Source Portal version
    Cannot proceed with Import
    Checking the output of the script tells me that the portal source has version 9.0.2.6 and the target 9.0.4.0.
    Does this mean that there is no backwards compatibilty?
    How should I continue from here?
    Best Regards

    Portal Export/Import utilities are designed only to work between Portals which are at the same version level.
    For more information, please see this section in the Portal Export/Import FAQ for 9.0.2.6:
    http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/OTN_CONTENT/MAINPAGE/DEPLOY_PERFORM/9023_EXPORT_IMPORT_FAQ_0308.HTM#question_5
    OracleAS Portal allows you to upgrade your existing content to the latest release of Portal.
    What you need to do in your particular case is to upgrade your existing portal installation from 9.0.2.6 to 9.0.4 before using Portal Export/Import between your two portal instances.
    Best Regards,
    Harry

  • " plug-in name does not support the highest level of security for Safari plug-ins" appear for some plugins in Safari Security "Manage Website Settings"?

    Hi,
    Wondering why "<plug-in name> does not support the highest level of security for Safari plug-ins" appear for some plugins in Safari > Security > "Manage Website Settings"?
    Have been trying to get to the root cause of the problem but did not find much on this. I am trying to figure out what can get the warning to go away completely than using the Allow/Always Allow options for the plug-in
    Thanks,
    Shyam

    Hi Linc,
    Thank you for your response. Here is the screenshot of the warning that I am talking about.
    Here is what I do:
    1. Launch Safari and open its Preferences. I have Safari 7.1 installed on my machine.
    2. Click Security Tab and click Manage WebSite Settings
    3. A window opens showing me all the Plug-ins that I have (listed on the left hand side).
    4. One of them is the Adobe Reader plug-in. When I click Adobe Reader, the following details about the plug-in show up on the right
    I was referring to the highlighted section that warns me about this plug-in not using the highest level of security for Safari Plug-ins.
    Note: I do not see this for all my plug-ins (QuickTime, Adobe Flash Player don't give me this warning) which tells me that there is a way to make the warning go away.
    Thanks again,
    Shyam

  • I have just upgraded from Elements/Premiere elements 11 to version 12. I am running on a PC with Windows 7. When I try to run video from the existing catalogue or video newly imported I get a window stating "....system does not have the required compresso

    I have just upgraded from Elements/Premiere elements 11 to version 12. I am running on a PC with Windows 7. When I try to run video from the existing catalogue or video newly imported I get a window stating "....system does not have the required compressor/decompressor (codec) installed" Where has it gone? Where do I get a new one? I am getting REALLY REALLY fed up with trying to find an answer!!!!!!!!

    Try to disable hardware acceleration in Firefox.
    *Firefox > Preferences > Advanced > General > Browsing: "Use hardware acceleration when available"
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

Maybe you are looking for