"Not enough memory" when exporting DNG to PSD, noise opening it

Hi guys, I'm using LR 4.2 and trying to export to PS CS6 on my Win 7 Asus 4gb laptop with 45gb free space on my hard drive.
I have made substantial edits to a raw file in LR and am attempting to export it to PS for final edits (cloning out extraneous features) at 16cm and 150 ppi (less than ideal but still too large). The working file is 73 mb.
However, I am getting an unsufficient memory error when trying this on Tif or Psd, even Jpg. I can get it to export as original, which gives me a DNG but then I get the same lack of memory issue when trying to open it in Photoshop.
What I can do is open the working DNG file in Photoshop but then only some of my adjustments come through - all the noise removal I have done has gone and the image is very noisy in PS. I can also convert it to Tiff using VSO Image Resizer and open this in PS but again, the noise is there.
The image is to be used as the cover photo on an A4 magazine so needs to be of print-quality.
I'd be grateful if anyone could give me some advice on how to deal with this problem image.
Thanks in advance,
Jo

Your memory issue isn't addressed here but try this to see if you can get a usable file before your deadline:
Hit CTRL S to make certain your metadata is saved (although it shouldn't matter). Then don't export as Original but rather export as DNG from Lightroom.
Does the image import properly now to PS?
On a side note: regardless of the flie format PSD, TIF, JPEG, the image takes up roughly the same amount of RAM when open in PS.

Similar Messages

  • Not enough Memory to export?

    When doing a lot of work on an image using more than one too
    l ie adjustment brush, spot removal and then exporting as a jpeg, it doesnt always export due to 'not enough memory' but also if successfully exported, once opened in Adobe and changes made ie resized, it then cant be saved.
    Should LR2 be removed?
    Is using Adobe Photoshop 7 a possible issue?

    Hope you don't mind me piggy-backing on your message. I'm having a similar problem, since I upgraded from LR 2.7 to 3.  Using LR 3.0 (Camera RAW 6.1), I tried exporting a Canon 5d II RAW file to disk as a PSD file, to be opened by Photoshop (CS3) later.  This RAW had one adjustment brush adjustment.  When trying to export to disk, I get a "not enough memory" response. Restarting computer does not help. Exported this same RAW file about a month or so ago, using Lightroom 2.7; this export was successful (same computer, resources, etc.).   Looks like something may have happened to LR software between versions 2.7 and 3.
    Here are the specifics at the time of the export:
    - Image file: CR2 file, ~ 27 Mbyte + 14Kbyte sidecar
    - Dell T5400 PC with dual-core processors
    - OS:  Windows XP Pro, Service Pack 3, build 2600
    - Physical memory available at the time of export attempt:  ~ 2.7 Gbytes out of a total of 4G.
    - Hard drive space:  223 GBytes out of a total of 1 Tbytes.
    - Virtual memry: ~ 2Gbytes
    Adobe:  Appreciate a fix soon. I do photography professionally, dealing with a lot of image files from any given job. This problem has become a big pain in the butt. Had to open up Photoshop CS3 and use its Camera RAW program to convert the CR2 files as a work around (of course, I'm not taking advantage of LR's adjustment brushes).

  • Not enough memory to export? CS4

    Hi all
    I wanted to export a 7 mg ai to a flattened, RGB 300 dpi .psd and got a 'not enough memory to save file' message. If this were an older machine or the .ai file was huge and the assigned scratch disk small I'd agree, but I'm thinking it must have something to do with a .tif file that was placed in the document.
    This is the second time I've ever placed art, so bear with any ignorance, please. The original .tif file is 2.5 mgs and then needed to be reduced considerably and to keep the file size down I chose to link it instead of embedding. Bad idea?
    Or is there something else that might cause this problem?  Thanks for any advice.
    EA

    First I will address the misconception of a 7MB being a small file when you want to export to say tiff or psd at only 300 ppi is actually at 8.5 x 11 inches is 64 MB 20x24 is 164 as 8 bit if it is being exported as cmyk add four layers and with content and it gets much larger. So 7MB is not an accurate way of describing what you are exporting better to give the dimensions and number of layers and complexity of the part does it have for instance paths with lots of points does it use a lot of symbols.
    Also do you have a scratch disk other than the startup disk, does it have a lot of free space, is it fragmented?
    What about your hardware, system and plug ins?

  • CR2008 Not enough memory while exporting reports from Crystal Reports 2008

    I have recently upgraded our Crystal Reports version from Crystal Reports Basic for Visual Studio 2008 to Crystal Reports 2008. After upgradation I am facing the problem "Memory full.OtherErrorFailed to export the report. Not enough memory for operation" when I am trying to export the report from Crystal Reports 2008 Report viewer, or directly from the code behind. The application is hosted application. The problem occurs in our production environment.
    Server details:
    OS: Windows 2003 Enterprise Edition R2 with SP2
    IIS: IIS 6
    .Net Framework: 3.5
    Application details:
    Hosted application using Crystal Reports 2008 SP 3
    Crystal Reports Viewer version: 12.0.2000.0
    The data binding of the report object is done through an ADODB dataset.
    Web.Config:
    <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
      <configSections>
        <sectionGroup name="businessObjects">
          <sectionGroup name="crystalReports">
            <section name="printControl" type="System.Configuration.NameValueSectionHandler" />
            <section name="crystalReportViewer" type="System.Configuration.NameValueSectionHandler" />
          </sectionGroup>
        </sectionGroup>
      </configSections>
      <businessObjects>
        <crystalReports>
          <printControl>
            <add key="url" value="http://myserver/mysite/PrintControl.cab" />
          </printControl>
          <crystalReportViewer>
            <add key="documentView" value="weblayout" />
          </crystalReportViewer>
        </crystalReports>
      </businessObjects>
      <appSettings>
        <add key="CrystalImageCleaner-AutoStart" value="true" />
        <add key="CrystalImageCleaner-Sleep" value="60000" />
        <add key="CrystalImageCleaner-Age" value="120000" />
      </appSettings>
      <system.web>
        <httpHandlers>
          <add path="CrystalImageHandler.aspx" verb="GET" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
        </httpHandlers>
        <compilation debug="false">
          <assemblies>
            <add assembly="CrystalDecisions.Data.AdoDotNetInterop, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />
            <add assembly="CrystalDecisions.Shared, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
            <add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
            <add assembly="CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
            <add assembly="CrystalDecisions.Enterprise.InfoStore, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
            <add assembly="CrystalDecisions.Enterprise.Framework, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
            <add assembly="CrystalDecisions.ReportSource, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
            <add assembly="CrystalDecisions.CrystalReports.Engine, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
          </assemblies>
      </system.web>
      <system.webServer>
         <handlers>
             <add name="CrystalImageHandler.aspx_GET" verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" preCondition="integratedMode" />
         </handlers>
      </system.webServer>
    </configuration>
    Sample Code:
    Report = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
    Report.Load(Server.MapPath(strReportPath));
    Report.SetDataSource(dsReport);
    Creportviewer.ReportSource = Report;
    For exporting the report to PDF
    string Filename = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.InternetCache).ToString(), Guid.NewGuid().ToString() + ".pdf");
    Report.ExportToDisk(ExportFormatType.PortableDocFormat, Filename);
    Clean Up Code: (Page_UnLoad event)
    if (Report != null)
         Report.Close();
         Report.Dispose();
    Creportviewer.ReportSource = null;
    Creportviewer.Dispose();
    dsReport = null;
    GC.Collect();
    GC.WaitForPendingFinalizers();
    Can someone help me resolve the issue.

    The .rpt file size is 14MB with the Data Save option enabled, 12MB without Data Save.  Presumably the 12MB file size is because of the 24bit PNG we have as our background.
    The Designer executes the report in less than a second and we can scroll through all pages and see the image fields perfectly.
    When we Export to PDF, the Designer takes a long time, eventually gets to the 77%, the 7th record and returns "Export report failed" followed by "Memory full".  If we export only page 1 of the 3 pages, it also returns a Memory full error.  However, when the same report is run with only 1 page, that page exports to PDF but with a ridiculously large size and export time.
    The machine has 2GB of physical memory with an 8GB pagefile with Windows 2003 (latest everything).  The process runs up to about 1GB before reporting the memory full error.
    We've also tried a variety of other suggestions posted in the other thread with no success.
    We're happy to provide the RPT file to the Report Team to diagnose the problem.  Ultimately, we need to be able to produce a 15 page report with approximately 45 images.
    Our preferred scenario is fixing problem 2.  The CR Designer seems quite capable of rendering our report and printing it to our third party PDF printer in a timely manner with small size.  However, the API reports memory full.
    The API resides in a dedicated reporting web service with NO other code except for loading the report, setting parameters and printing.  When executing, it uses up to about 1.1GB before reporting the error.
    Are there any other suggestions for fixing what we have?  Are there known problems with large images in reports?  Do we need to lodge a formal support request?
    Regards,  Grant.
    PS.  Grr and my message formatting is lost when I edited this message!!!
    There is a 1500 character limit and then all formatting is removed to save space. Break you posts into separate entries.
    Edited by: grantph on Sep 30, 2009 2:49 AM

  • X3 "Not Enough Memory" when trying to go to Media ...

    Hey there
    I did a software update on my phone "Nokia X3-00" but since i did that every time i want to go into my media player it just gives me the "Not Enough Memory" error.
    Any help?

    Nokia 7210 supernova-I have updated to the latest version v 07.23 n when i play music or view video and  when load music player its says not enough memory. i have a 2gb memory on it.any help.

  • IPad saying not enough memory when syncing photos from iPhoto

    I have been trying to sync my iPad for the past two weeks.  It is an iPad with Retina Display, 3rd Gen, 64gb.  I finally gave up and just downloaded all of my apps and songs from icloud, but I want to be able to sync it to my computer.  It keeps telling me that the iPad does not contain enought memory.  I do not know how this is seeing as how it says that I have over 40 gb free.  Today I was able to get it to sync, and then I realized I did not have my photos from iPhoto checked.  I checked it to sync photos from iPhoto and only selected one album with 223 pictures in it.  When I did that, it gave me the message that I could not sync it because I did not have enough memory.  How could I not have enough memory when it says that I have 40gb of space free and I am only trying to sync 223 photos?  Please help.  I will try to update this post if anything improves.
    I have already restored the iPad once, and that clearly did not do anything.  haha.

    Reset it by holding the power and home buttons at the same time until you see the Apple logo, then release.

  • Nikon D5100 and D700, CS5, ACR 6.4.1: not enough memory when I convert many nef in jpg

    The discution was ( and is) also here: http://forums.adobe.com/message/3781380#3781380

    Using ACR from PS3 or PS4, no problems. Using ACR 6.4.1. and making a batch convert, from nef  to jpg ( or to other formats) I receive "not enough memory" sometimes, and all the times when I select reducing noise and lens corrections. It happen also when I try to transform only one nef to jpg.
    I have win 7, i7, memory in triple channel, the system on a SSD, the scratch disk of win on another free SSD and the scratch disk for PS ans ACR on another SSD. I have tryed all imaginable settings, and no hope to use the ACR. Old ACR are OK, only this 6.4.1 have a big problem on my system.

  • CS2 Not enough memory when opening a file

    When I try to open a EPS file in CS, I get the Not enough memory dialog but if I open it in the trial version of CS4, it opens easily and uses half the ram compared to CS2 before it brings up the dialog. Is there a fix for this for CS2?
    Thanks
    Ryan

    Processexplorer and task manager, I have installed the update, using CS2 my machine grinds to a halt and doesnt open the image - CS2 ram usage when trying to open the image 690mb compared to cs4 trial 480mb with the image opening and barely any performance issues. Any image of 80mb seem to not open.

  • 'Not enough memory' when opening Excel, Word or ppt

    When I try to open Excel, Word or ppt, I get a pop up box stating 'Not enough memory'.
    I am running the latest update and through Disk Utility have done a repair disk.
    HELP!
    I have run a search on google to solve the problem but the solutions appeared far too 'techie'.
    I can follow reasonable guidance but was lost even reading their proposed solution.
    Any guidance much appreciated.
    Thank you

    Alec71 wrote:
    Hi,
    Thank you to those who have replied.
    Problem remains unsolved.
    Here is what I am running.
    OS X Version : 10.8.2
    Processor      : 2.4 GHZ Intel Core 2 Duo
    Memory         : 4 GB 1067 MHz DDR3
    Start Up Disk  : Macintosh HD
    Russa,
    thank you for your post. I followed your advice and it states the memory is OK.
    Grant,
    thank you for your post.
    I am using Microsoft Office 2008.
    I used the Activity monitor to read System Memory to determine how much RAM is being used:
    In response to your Questions:
    Total Memory in the Mac = 4 GB
    Free (Green) = 1.41 GB (1 third of the pie)
    Wired (Red) = 733.7 MB
    Active (Yellow) = 1.64 GB
    Inactive (Blue) = 232.6 MB
    Used = 2.58 GB
    Page Outs = 0 bytes (0 bytes / sec)
    Swap used = 0 bytes
    Does anyone have any solutions now I have provided a bit more information?
    Thank you, I can't function without being able to access word & excel.
    Reinstall Office 2008.

  • Not Enough Memory when saving to .eps format

    In AI-CS4 OS X 10.4.11 Dual 2.7 Power PC G5 4GB DDR SDRAM
    When I try to save my .ai file to .eps format it get the message
    "Can't save the illustration. Not enough memory was available or an object was too complex. Reducing the size of this document window"
    If I convert the text to outlines there is no problem.
    Also if I save the .a1 as a CS3 version then open it in AI-CS3 I can save it as an .eps file.
    Any insight on how to fix this issue would be appreciated.
    Marla

    It doesn't have anything to do with available memory/harddisk space/RAM. It is just an error message that really doesn't tell what actually IS the problem, only that there is some kind of problem.

  • Why does my Mac keep telling me that there is not enough memory when I need to open Excel?

    I have Excel installed on my iMac.
    I only use this rarely, mostly when I have grants to write for my students.
    When I try to open Excel, to look at an old document, I get the message that there is not enough memory, even though my Mac right now has 74 GB available.
    I really, really, really need to access these files, so am hoping for an answer to this puzzle!
    Thanks so much!!!

    OK, so here's what I did.
    First time, I reinstalled Office: 2008.  It must have sent the first one to the trash, because there were 9200+files in the trash once it was finished.  It looked for updates but didn't tell me that it needed any, so I tried to access Excel again, but got the same error message.
    So, then I dragged the whole Microsoft Office 2008 to the trash (it is still sitting there----question about this, too).  I reinstalled the whole thing again, but this time, it identified 3 updates that also needed to be installed.  I did that, and now, I am able to open Excel!
    Now my question about the trash:  if I empty the trash, am I going to lose all the files (especially worried about all the Word documents) that I had used the original one for, or, are all those documents, and the Excel files, still  there after the trash with the original Office 2008 is emptied; I wasn't able to only drag Excel to the trash so had to drag the whole thing.
    Am thinking that somehow those updates were never applied, which is very puzzling, because the first time I reinstalled, it didn't say anything about needing updates, but the second time, it did.
    Thank you!

  • Not Enough Memory when trying to Sync iPhone

    I tried to sync my iphone today, but I received an error message. Here it is...
    The iphone "(my name) iphone" cannot be synced. There is not enough memory available.
    Any one have any ideas, my phone is only half full and my Mac has loads of space left..

    Read https://discussions.apple.com/message/20416055#20416055

  • Not enough memory when converting???

    I've imported a 21 minute 720p video in to iTunes for Windows. It plays fine in iTunes. Then I try to convert it to iPad format. About 1/2 way thru the conversion, I get a message "Error occurred while converting the file XXXX. There is not enough memory available. I'm running Windows 7 with 4GB memory and hundreds of GB of disk space free.

    I'm also having this problem. I'm trying to convert a 1080p movie to play on an ipod. I have more then 200GB of free space, and 8GB of RAM. Can anybody offer some help?

  • HT1414 I get error "cannot restore phone because not enough memory" when trying to restore iphone 5

    My iphone 5 is freezing continuously and will not respond until turning off and on. It then freezes again with the first usage and will not respond with any button. I tried restoring it but get the message " Cannot restore phone because there isn't enough memory". Is anyone familiar with this problem?

    Read https://discussions.apple.com/message/20416055#20416055

  • Not enough memory - when there actually is!

    Hi
    I'm getting confused with my new Nokia 5200. I've managed to transfer some tracks from my pc to my phone, but it says that I don't have room to transfer everything that I'm asking it to. The music manager says that all the tracks are about 450mb and I've got a 2gb microSD card in there. Does anyone know whether I have to activate the memory card in some way? Failing that I thought I'd just delete eveything and start again, but I can't even work out how to delete tracks! Any advice would be great! I've never had an mp3 player before, but I thought it would be easier than this!
    Sarah

    25-Jan-2007
    06:59 AM
    kvmrsrinivas wrote:
    hi, I'm having Nokia 6280 purchased in Sept'06 with 256 MB extrernal memory card. Since, yesterday, the memory card is not being dispalyed. Hence, unable to store images, tones, etc. Can anybody help me out from this problem? Thanks. kvmr
    follow this:
    Remove your MMC from the phone.
    Restart your phone.
    Insert your MMC in the Phone by turning your phone OFF.(make sure the contacts of the MMC & phone is clean and the MMC fitted in the slot correctly)
    then turn it ON again.
    go to TOOLS > MEMORY
    you should see your MMC information there.
    IF YOU STILL CAN'T FIND YOUR mmc THERE, try to format the MMC in a different Phone or in a card reader (if you have) using FAT file system.
    then insert it to your phone and turn it ON.
    you should have your problem SOLVED if there is no faults happened to your MMC.
    Cheers,
    KATH
    POWER_USER
    "tEcHnOlOgY is LIFE"

Maybe you are looking for

  • Accidently deleted track numbers. How do i get them back without manually doing it one by one?

    I was going thru my itunes to try and get it all in order.  I highlighted an album, get info, checked a few boxes, and i thought all was looking good. Then i discovered a heap of songs did not have track numbers. I eventually worked out that one of t

  • My imessage isnt working please help asap!

    i have an iphone 4 running off straight talk, the phone has worked without any problems until a day and a half ago, i even called apple care with this problem. whenever i go to send an imessage the message sends but doesnt deliver idk if its my phone

  • WM-PP Control Cycle

    I've created a WM-PP Control cycle for Pick parts in HU- WM managed storage location and by releasing a production order I'm getting a message: No WM relevant components exist (function not possible) Message no. CO577 I've est-up everything from WM s

  • Reading from ABAP memory, not available in call stack

    Hi, I need to read a table from ABAP memory. It is not available from the call stack, so I can’t use the standard ‘assign’ approach. The internal table is listed under System areas -> Area ITABS-HEADS with the name \FUNCTION-POOL=MLSP\DATA=IY_ESLL[] 

  • Blurry photos in iWeb 09?

    I've dropped some photos on an iWeb 09 page. (I have optimization set to OFF). I publish the photos to a folder. Then I upload to my real Domain. The photos are blurry. When I into the folder on my hard drive, I see that iWeb has changed my photos...