Can I increase application memory in finder

I get a message saying I am running out of application memory.
With OS9, I could increase the allocated memory in finder. Can I do this in 10.5.8?

No. Mac OS X's RAM allocation is handled by the system automatically. If there's only a little free space on the internal drive, delete or move files as needed.
(64166)

Similar Messages

  • Can I increase heap memory without specify any class or jar file??

    Hi,
    I tried to increase my heap memory in this way :
    java -Xms256m -Xmx256m
    but I got an error ... it's seem that I must specify a class java or a .jar file ...
    This is the error :
    Usage: java [-options] class [args...]
    (to execute a class)
    or java [-options] -jar jarfile [args...]
    (to execute a jar file)
    where options include:
    -client to select the "client" VM
    -server to select the "server" VM
    -hotspot is a synonym for the "client" VM [deprecated]
    The default VM is client.
    -cp <class search path of directories and zip/jar files>
    -classpath <class search path of directories and zip/jar files>
    A ; separated list of directories, JAR archives,
    and ZIP archives to search for class files.
    -D<name>=<value>
    set a system property
    -verbose[:class|gc|jni]
    enable verbose output
    -version print product version and exit
    -version:<value>
    require the specified version to run
    -showversion print product version and continue
    -jre-restrict-search | -jre-no-restrict-search
    include/exclude user private JREs in the version search
    -? -help print this help message
    -X print help on non-standard options
    -ea[:<packagename>...|:<classname>]
    -enableassertions[:<packagename>...|:<classname>]
    enable assertions
    -da[:<packagename>...|:<classname>]
    -disableassertions[:<packagename>...|:<classname>]
    disable assertions
    -esa | -enablesystemassertions
    enable system assertions
    -dsa | -disablesystemassertions
    disable system assertions
    -agentlib:<libname>[=<options>]
    load native agent library <libname>, e.g. -agentlib:hprof
    see also, -agentlib:jdwp=help and -agentlib:hprof=help
    -agentpath:<pathname>[=<options>]
    load native agent library by full pathname
    -javaagent:<jarpath>[=<options>]
    load Java programming language agent, see java.lang.instrument
    -splash:<imagepath>
    show splash screen with specified image
    can I increase heap memory without specify any class or jar file??
    thx

    chiara wrote:
    Hi,
    I tried to increase my heap memory in this way :
    java -Xms256m -Xmx256m
    but I got an error ... it's seem that I must specify a class java or a .jar file ...
    This is the error :
    Usage: java [-options] class [args...]
    (to execute a class)
    or java [-options] -jar jarfile [args...]
    (to execute a jar file)
    can I increase heap memory without specify any class or jar file??The job of java.exe is to execute java bytecode.
    What is it supposed to do with your request to use 256m of memory for heap
    when you are not giving it a class or a jar to run?

  • If i can't increase the memory on an iphone, how do i NOT upload my entire itunes library?

    hi,
    i'm new to this whole smartphone thing.  but i've run into this frustration and can't seem to find my way around it.
    every time i hook up my phone - iphone 4 - to my computer - macbook 10.7 - they try to sync, and now i don't like having them both on the same wifi because they 'update' behind my back.  i don't want 3 days worth of music on my phone.  i would rather have more room on the phone for other stuff - apps and whatnot.
    i've set every checkbox i can find to NOT sync, and to NOT update, but  they do it anyway.  the songs that haven't been copied in their entirety  have left a place-saver of sorts - a ghost that seems to interfere with  playback of songs in a modified album, or if i just try to play from  the library - which i do, sometimes.
    someone on another post said that since you can't upgrade the memory on an iphone, that they should just delete some music, but it doesn't seem to let me - it puts it there without my permission, and even now that i've deleted all the music from the phone, the library is still full of all these 'ghost' songs that i don't know how to be rid of.
    thanks,
    nate.

    Now, one at a time:
    On Mac:
         Do you have the latest iTunes 11.0.4? If not download it here http://www.apple.com/support/itunes/
         Switch on  iTunes menu > View > Show Sidebar
         Connect and select iPhone under DEVICES in iTunes Sidebar.
         Go through the tabs (top right pane) Summary, Info, Apps, etc.
         and select and de-select what you want on iPhone.
         When finished, click Apply button (bottom right) and then click Sync.

  • Problem Application - can't open Applications folder in finder

    Dear All,
    I went to upgrade an application (Transmission) today, but during the upgrade, my macbook requested to be restarted. I did this, and now whenever that application is encountered in finder, it crashes finder. This means I cannot open the folder in finder, or from my dock. If I search for it using spotlight, it also crashes.
    I have tried deleting it through terminal, but when I navigate to the applications folder, and type "ls -l", no contents are listed, though I can still load other applications through spotlight.
    Does anyone have any idea what I might be able to do to delete this problem application? I was hoping to just do a system restore using my time-machine backups, but I don't have an install CD, and apparently you can't do that without one of those.
    Thank you in advance for any advice!
    Tom (UK)

    tjw62 wrote:
    I went to upgrade an application (Transmission) today, but during the upgrade, my macbook requested to be restarted. I did this, and now whenever that application is encountered in finder, it crashes finder. This means I cannot open the folder in finder, or from my dock. If I search for it using spotlight, it also crashes.
    Welcome to Apple's discussion groups.
    I'd launch the Console utility and look under ~/Library/Logs and /Library/Logs for a CrashReporter item. If you see a Finder crash log in either of those locations, post the contents here and someone may be able to help you decipher what's wrong.
    I'd also use Disk Utility to do a "verify disk" operation on your boot drive to see if that reveals anything.
    Does anyone have any idea what I might be able to do to delete this problem application? I was hoping to just do a system restore using my time-machine backups, but I don't have an install CD, and apparently you can't do that without one of those.
    If all else fails it's probably possible to use commands in the Terminal application to delete the problematic application, but first I'd try the things I suggest above.

  • How to Increase the memory size of a File in the Application Server

    Hello Abaper's
    I have generated a XML file for the data of  internal table (with 10 Records). When i download , i can see the XML file for the Entire 10 Records.
    But , while transferring the XML file to Applicationserver , it's  transferring only upto max 4 Records.I     assume that the memory is insufficient to  allocate 10  Records. Can we Increase the Memory size of the File on Application server. OR,  is there any error in My Source Code.
    Code i used to Transfer the XML File to Application server.
    OPEN DATASET FNAME FOR OUTPUT IN BINARY MODE.
    IF sy-subrc EQ 0.
       LOOP AT it_xmltab INTO wa_xmltab.
           TRANSFER wa_xmltab TO FNAME.
       ENDLOOP.
    ELSE.
      MESSAGE e004(zmsg5) WITH 'File FNAME not opened'.
    ENDIF.
    CLOSE DATASET FNAME.
    Regards
    Jv

    Hi,
    DATA : filename TYPE rlgrap-filename.
    DATA : doc_name TYPE char30.
    DATA : bin_size TYPE i.
    SELECT matnr matkl meins
           FROM mara INTO TABLE it_mara
           UP TO 10 ROWS.
    CALL FUNCTION 'SAP_CONVERT_TO_XML_FORMAT'
      EXPORTING
        i_filename           = filename
        i_xml_doc_name       = doc_name
      IMPORTING
        pe_bin_filesize      = bin_size
      TABLES
        i_tab_sap_data       = it_mara         "  contains  10 Records
      CHANGING
        i_tab_converted_data = it_xmltab.
    placing XML File in Appl. Server
    DATA : FNAME(60) VALUE 'xyz_File'.
    DATA : num TYPE i.
    DATA : xmldata(256) TYPE x.
      For Writing The data in Application Server
    OPEN DATASET FNAME FOR OUTPUT IN BINARY MODE. " ENCODING DEFAULT.
    IF sy-subrc EQ 0.
      LOOP AT it_xmltab INTO wa_xmltab.
        TRANSFER wa_xmltab TO FNAME.
      ENDLOOP.
    ELSE.
      MESSAGE e004(zmsg5) WITH 'File FNAME not opened'.
    ENDIF.
    CLOSE DATASET FNAME.
      For Reading The data in Application Server
    OPEN DATASET FNAME FOR INPUT IN BINARY MODE. " ENCODING DEFAULT.
    DO.
      IF sy-subrc EQ 0.
        READ DATASET fname INTO xmldata.
        WRITE :/ xmldata.
        Clear xmldata.
      ELSE.
        EXIT.
      ENDIF.
    ENDDO.
    CLOSE DATASET FNAME.
    at runtime i can see   
    it_mara  --> contain 10 records
    it_xmltab --> contain 7 lines (Each line size is 255 char). This table have XML format data,  (unknow format , with all numeric 
                        digits)
    it_xmltab is trasferred to application server , but the xml format is generated upto 4 records, and for the remaining records
    the XML format is not generated.
    the XML data in application server file is
    <?xml version="1.0"?><TY_MARA><TY_MARA><MATNR Datatype="C" Length="36">0-BUY1</MATNR><MATKL Datatype="C" Length="18">012</MATKL><MEINS Datatype="C" Length="6">PC
    </MEINS>
    </TY_MARA><TY_MARA><MATNR Datatype="C" Length="36">0-BUY2</MATNR><MATKL Datatype="C" Length="18">012</MATKL><MEINS Datatype="C" Length="6">
    PC </MEINS>
    </TY_MARA><TY_MARA><MATNR Datatype="C" Length="36">000000000000000001</MATNR><MEINS Datatype="C" Length="6">EA</MEINS>
    </TY_MARA><TY_MARA><MATNR Datatype="C" Length="36">000000000000000002</MATNR
    Regards
    JV

  • Can't increase memory

    Hi!!!
    I can't increase de memory in the properties of the JRE control panel...
    If I set the -Xmx parameter to 512 it works fine, but if I increase it to 1024 it crashes... I can�t open the window in which the applet is running, when I try to do that the page closes...
    My OS is Windows 2000 and the RAM memory is 3GB
    Pleaseeeee heeeelp!!!!

    The JVM needs a contiguous range of virtual addresses at least
    as large as the -Xmx value for the java heap Usually a 1G range
    is possible on most windows boxes. However, there have been some
    recent updates from Microsoft that caused some DLLs to be loaded
    at 'inconvenient' addresses, reducing the virtual address space
    available for the java heap. See the thread "JVM issues after applying
    August Microsoft secuirty patch MS06-040":
    http://forum.java.sun.com/thread.jspa?forumID=37&threadID=759413
    That thread talks about windows 2003, so may not strictly apply to
    you. However, at the very least, make sure you have isntalled all the
    available updates from Microsoft.
    If you still have a problem, try a -Xmx value smaller than 1024m,
    say something like -Xmx768m.

  • Application memory on CLDC/MIDP for PalmOS

    Hello,
    I've got serious problem running my MIDlet on PalmOS. It seems, that the maximum amount of memory I can assign to an application is 64kB. It doesn't matter how much memory Palm (or POSE) has, I cannot increase application memory in JavaHQ. Is there any possibility to change it. I do need more memory!
    Thanks for your help,

    Thanks,
    I have one more question. When my application (MIDlet) is starting, it creates many classes (arrays, Vectors,...) which are not not used afterwards. I think, the garbage collection should take care of disposing them, but it seems like they are not disposed and this is from my memory problems came from. I tried using "System.gc()", but it didn't help.
    Could You tell me somethig about "gc", does it work at all or what should I do to make it working. I tried to trace it, but when I check STDOUT.txt (for testing I'm using POSE) the amount of garbage collected bytes is 0 :(
    Thanks in advance
    Chris Bilinski

  • How to increase the memory in Event Server

    I have this folowing error in the windows event observer (in french). The memory Event Server memory seems to be to small.  (English message traduction : Insufficient memory in the Event Server"" ).
    How can i increase this memory ? The physical server is dedicated to Crystal server.
    Type de l'événement : Erreur
    Source de l'événement : BusinessObjects_EventServer
    Catégorie de l'événement : EventServer
    ID de l'événement : 35750
    Date : 13/10/2010
    Heure : 09:56:51
    Utilisateur : N/A
    Ordinateur : SERVHLM3
    Description :
    Mémoire insuffisante dans l'Event Server
    I have this folowing error in same time... that talk about maximum limit Windows offices reach
    (English message traduction : "Attempt to allocate Windows 40 offices, only 19 have been allocated. It may be that the system has reached its maximum limit." ).
    Do you know how this can happen ? And how to correct this ?
    Type de l'événement : Erreur
    Source de l'événement : BusinessObjects_crproc
    Catégorie de l'événement : Général
    ID de l'événement : 49301
    Date : 13/10/2010
    Heure : 09:56:54
    Utilisateur : N/A
    Ordinateur : SERVHLM3
    Description :
    Tentative d'allocation de 40 bureaux Windows, seulement 19 ont été alloués. Il se peut que le système ait atteint sa limite maximum. Contactez votre administrateur système.

    As Ankur said, there are not parameters for this setting.
    Probably what you can do is, you can add this server to a defined server group.
    Generally you can assign additional resources to a server group. That could probably help you to increase performance.
    Regards
    Gowtham

  • How to increase free memory in device

    Hi
    How can I increase free memory in my 9300?, I was told to remove all tyhe languaes I do not use but am unsure how to do it?

    Hi chesterkins,
    Here is how to remove any unwanted languages:
    In Device Software 5.0
    Open the Setup Wizard.
    Click Languages.
    Select the language you want to use on the BlackBerry smartphone and click Next. The BlackBerry deletes all languages that you do not select.
    In Device Software 6.0
    Open Setup.
    Click Languages.
    Click Manage Languages.
    Select the language you want to use and click Update. All languages that you do not select will be removed.
    The steps listed in this article should help you maximize your device memory. http://bbry.lv/k6tjHs
    Hope this helps.
    -FS
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click Solution? for posts that have solved your issue(s)!

  • Tomcat 6 increase JVM memory ?

    How can I increase the memory of Apache Tomcat 6. Earlier i used to do it in catalina.bat. Now am not sure how to do them, as I have tomcat exe services in bin folder (OS:Windows). It would be great if any one could help me resolve this issue.
    Thanks in advance.

    hope that by now, you have the answer. If not, you can try the following:
    Run \bin\tomcat6w.exe.
    In the new window that is displayed, select the Java tab and change the following as per your requirements:
    Initial memory pool
    Maximum memory pool

  • Available memory in finder decreases as i use safari

    as i go to web sites, i can see the available memory in finder decreasing by almost 100mb when i go to different web sites. do i have a trojan horse. plus the internet seems slower since i let some bozos download a ufc fight they wanted to watch

    I see from your signature that you have Norton Anti-virus. Get rid of it.
    Norton Antivirus has a very long and illustrious reputation for mangling Mac OS X systems, sometimes to the point where a complete reinstall is necessary. Among other things, it installs kernel extensions which are known to cause kernel panics and system freezes; it contains known and documented bugs which can silently corrupt Adobe Photoshop and Adobe InDesign files, destroy a user's ability to authenticate as an administrator, and (on PPC systems) can cause Classic to stop functioning; and Symantec has on at least two occasions now released flawed .dat file updates which erroneously report certain critical Mac OS X files as "viruses." (Deleting these "viruses" causes damage to the system that in some cases renders it unbootable.)
    Also, you need to to update to OS 10.4.11.
    And of course clean out your caches!

  • Increase flash memory macbook pro

    can we increase flash memory of a MacBook Pro Retina cause my own one have only 126 go of memory and I wanna add some memory if it's possible?
    thanks for your answer

    Here are some options:
    http://eshop.macsales.com/shop/SSD/OWC/Air-Retina/Apple-MacBook-Pro-Retina-2012- Drive-Internal-Flash
    Ciao.

  • Can I increase the amount of memory allocation to my terminal or any other application to make it run faster ?

    Hi,
    I have a file that must be run using Terminal only. Its a pretty large file and i do remember that in WIndows we had an option where we could maximum run-time memory to speed up the process of a particular task. Is there any, such chance in Mac ?
    Thank you
    Teja

    Dear Kappy,
    Thank you so much for the reply. Basically this is what i am trying to figure out. I acknowledge that Mac and Apple are well built in every aspect. But i am just curious. Kindly bear.
    In Windows, when i go to Task Manager > Processes > I can right click on any of them, and i can increase the Memory that is allocated from Normal > Above Normal > High > Very High > Real Time. So i am trying to work and do the same on Mac too. Because there is an application (Terminal), which i want to be executed at a higher rate. 
    Yes i did try Renice as you mentioned. But there was "no immediate significant change". Then i also used a GUI version for renice, called "Process Wizard". Which also did the same.
    However thank you for the reply.
    God bless

  • Where can i find the option to clear the application memory full

    where can i find the option to clear the application memory full

    You can purge the memory through terminal or install a memory clean app from teh mac app store, but there is no need for that because the OS manages the memory and will free up memory when needed.

  • How do you increase an applications memory

    Getting a memory error code from Outlook 108 so how do I increase the applications memory?

    i googled your error and came up with a MS office thread that pointed to this
    http://www.office.mvps.org/error/number.html#error-108
    you've probably got an email with a bad header or some other such fun.  if you have webmail access for your account, you can login there and try to delete the message.
    -mvimp

Maybe you are looking for

  • Apple display occasionally don't wake from sleep

    Hey guys, I recently bought a macmini (2011) and a apple Thunderbolt Display. All works fine but a couple of times my display won't wake from macmini sleep when i click the mouse or keybord! I power-cycling the monitor (unplugging power, waiting a fe

  • Security roles and profiles

    Hello, Could you please provide information on "security roles and profiles " I would appreciate. Regards, Alex

  • IMovie 09 uses up 4GB of RAM in less than 2 minutes

    Hi, The topic says it all i think.. To be honest i don't know if i had this issue before Snow Leopard i have only been using it for about a week. I have a MacBook Pro (Early 2008) 2.6GHz with 4GB RAM installed. I have never had any issues with the RA

  • XML parsing enconde error

    Hello experts, I have a custom component which allow a dynamic navigation in some pages of the Portal. This same component works fine with another two Enperprise Portal (Implementation-Version=6.2.0.39.200606211833 and JDK-Version=1.3.1) and any erro

  • Expand all areas in item details as default

    We open the item details and have to make changes in nearly every area (basic data, cost assignment, ship-to-address, source of supply). So we have to open each area one by one and every time the screen is refreshing. So we spend a long time for wait