Error initialization of VM, not reserve enough memory

Basically i am trying to create a cgi program which opens a filehandle to capture the output of a java program (which outputs 6 simple strings), these strings are then placed into an array and printed to the browser as below:
open(THIS_J, "/usr/j2se/bin/java Testjprob|");
while (<THIS_J>) {
        unshift(@array,$_);
close(THIS_J);
$length = scalar(@array);
if($length != 0){
    print $q->p("The Search Returned No $array[3]");
}The java works when i execute it on the command line through a perl program, however, it doesnt work when i execute it through a cgi program. So i put a test in the perl program to see what version the java is when running:
system "/usr/j2se/bin/java -version > jprobversion.txt" || die "$!";and i looked in the jprobversion.txt and expected to see version numbers etc... instead this message appeared :
"Error occurred during initialization of VM
Could not reserve enough space for object heap"
I have spoken to a few people about this and they came to the conclusion that it is due to the differences in enviornment between running java under cgi and on the command line. I got a response back from a person who mentioned:
"The error message immediatly follows a mmap for 134217728 bytes.
There is no edquivalent mmap when run from the command line."
What is mmap and has anyone else ever come across a problem like this before? Is it just a case of setting an environment variable?

This could be a problem with virtual memory soft limits in the shell that perl exec's. Try this test. Make a test script that does this:
system("ulimit -Ha > /tmp/ul.out 2>&1");
system("ulimit -Sa >> /tmp/ul.out 2>&1");
For comparison, from your command line run:
ulimit -Ha; ulimit -Sa
Look at the resulting output. The line you're interested in is:
virtual memory (kbytes, -v) <some value here>
If the virtual memory size for -Ha in the script is > the size for -Sa then you should be able to increase your virtual memory limit like so in your script:
# increase stack to 64M, if hard limit is 'unlimited' then you could substitue
# the word 'unlimited' for 64000 or the word 'hard'. Check the various man pages
# for ulimit, bash, sh etc.
system("ulimit -Ss 64000; /usr/j2se/bin/java ....");
bill

Similar Messages

  • Could not reserve enough space for object he

    dear all,I installed weblogic6.0 with sp2 in soloris. But I found a error when I start startWebLogic.sh. I got the message:----------------------------------------------------------------------------------------LD_LIBRARY_PATH=/soft/bea/wlserver6.0/lib/solaris:/soft/bea/wlserver6.0/lib/sol8Error occured during initialization of VMCould not reserve enough space for object heap£¬why--------------------------------------------Thank you!

    I have the same problems but on windows NT

  • Error occurred during initialization of VM. Could not reserve enough space

    Dear All,
    I am trying to install SAP NetWeaver 7.0 SR2 SP9 on Oracle 10.2 and platform is Windows 2003 32 bits. While installing, in t he restarting the JAVA Instance step, server0 node is getting shutdown. When I further analyzed dev_server0 log, I could get below useful information:
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    [Thr 6008] JLaunchIAbortJava: abort hook is called
    [Thr 6008] **********************************************************************
    *** ERROR => The Java VM aborted unexpectedly.
    *** Please see SAP Note 943602 , section 'Java VM crashes'
    *** for additional information and trouble shooting.
    [Thr 6008] JLaunchCloseProgram: good bye (exitcode = -2)
    I referred the note mentioned above and it inturn referred to note# 940893. I followed many other sap notes also. However my above problem did not solve yet. I have checke my JAVA SDK version also. It is j2sdk1.4.2_11 and seems to be fine. My systems memory is 3 GB and I gave 20 GB as Virtual memory. I dont think that it should be a memory problem. However somewhere I am lost and can not get the grip over the problem  to resolve it.
    May I request all of you to kindly help me on above issue? Please let me know if you need any more information.
    Waiting for your kind replies.
    Regards,
    Faisal

    Dears,
    Thank you very much for your replies. The heap size was 1024. I changed it to the below:
    Heap Size=512 (earlier 1024)
    Changed below paramters in configtool:
    -Xmx512m (earlier 1024)
    -Xms256m (earlier 1024)
    Hope this information will be helpful to others as well.
    Once again, I thank both of you to guide me in proper directions.
    Regards,
    Faisal

  • Problem with Java Memory "Could not reserve enough space for object heap"

    Hi gurus,
    I am not an expert with Java´s configuration, and I have a situation that I don´t understand. First of all, I am working at Centos 6.2 with jdk_1.6 and Tomcat 7.
    The problem is...
    - If I run Tomcat with JAVA_OPTS="-Xmx128m"* (at catalina.sh) all works fine.
    - If I run Tomcat with JAVA_OPTS="-Xmx512m"* (at catalina.sh) an error appears:
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the Java virtual machine.
    This appear when I run java -version or when I try to stop Tomcat, and the Tomcat isn´t able to stop.
    The strange thing is that my server has more than 200M free in physical memory. So, why Tomcat isn´t able to stop? and Why Java doesn´t use the free memory in my server?
    Thanks in advanced.

    Hello EJP, thanks for your answer.
    I have explained bad.
    The server has 703M free when Tomcat is stopped. I had mentioned that my server has more than 200M free in physical memory when Tomcat is running with JAVA_OPTS="-Xmx512m", so I don´t understand why these errors appear.
    Do you understand me?
    Recently I have checked the swap memory, and it is disabled. In spite of swap memory is disabled I think java wouldn´t need this memory because it has free physical memory
    Thanks again.

  • WebLogic Error VM Could not reserve enough space

    Hi There,
    I have installed Weblogic 8.1 Deployment Server on Windows XP. The installation was successful, but when I am starting the weblogic it is not starting and throwing an error:
    *"Error occurred during initialization of VM Could not reserve enough space for object heap"*
    Can somebody help me to resolve the issue.....
    Many Thanks in advance....
    Regards...

    Sounds like maybe you have misconfigured -Xmx or -Xms when you invoke the JVM and are asking for more memory than your machine can physically allocate. Would need to see your weblogic startup configuration and how much RAM is installed on your target machine to help debug further.

  • Could not reserve enough space for object heap in Jdeveloper 11g R1

    Hi,
    I tried to increase the JVM heap size with Virtual machine = server and the value as -Xmx512m -XX:MaxPermSize=512M -Djbo.debugoutput=console in the project properties->Run/Debug/Profile->Default-Edit, but still getting the below error.
    Any help is appreciated.
    [waiting for the server to complete its initialization...]
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=D:\Oracle\MIDDLE~1\patch_wls1032\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Oracle\MIDDLE~1\JDK160~1.5-3\lib\tools.jar;D:\Oracle\MIDDLE~1\utils\config\10.3\config-launch.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;D:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.2.0.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;D:\Oracle\MIDDLE~1\modules\ORGAPA~1.0/lib/ant-all.jar;D:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar;d:\source\FCUBSInstaller.jar;D:\Olite10g_1\MOBILE\Sdk\bin\OLITE40.JAR;;
    PATH=D:\Oracle\MIDDLE~1\patch_wls1032\profiles\default\native;D:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;D:\Oracle\MIDDLE~1\modules\ORGAPA~1.0\bin;D:\Oracle\MIDDLE~1\JDK160~1.5-3\jre\bin;D:\Oracle\MIDDLE~1\JDK160~1.5-3\bin;D:\Olite10g_1\jre\1.4.2\bin\client;D:\Olite10g_1\jre\1.4.2\bin;D:\Software\oracle\product\10.2.0\client_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Windows Imaging\;D:\software\Clearcase 7.0\common;D:\software\Clearcase 7.0\ClearCase\bin;D:\Olite10g_1\MOBILE\sdk\bin;C:\Program Files\Liquid Technologies\Liquid XML Studio 2011\XmlDataBinder9\Redist9\cpp\win32\bin;D:\Software\Liquid Technologies\Liquid XML Studio 2011\XmlDataBinder9\Redist9\cpp\win32\bin;D:\software\oracle10g\BIN;D:\Jdev10g\jdk\bin;;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.6.0_14"
    Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
    Java HotSpot(TM) Client VM (build 14.0-b16, mixed mode)
    Starting WLS with line:
    D:\Oracle\MIDDLE~1\JDK160~1.5-3\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=D:\Oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks -Xmx512m -XX:MaxPermSize=512M -Djbo.debugoutput=console -Dweblogic.nodemanager.ServiceEnabled=true -Xverify:none -da -Dplatform.home=D:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=D:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=D:\Oracle\MIDDLE~1\WLSERV~1.3\server -Djps.app.credential.overwrite.allowed=true -Ddomain.home=C:\DOCUME~1\ANURAD~1\APPLIC~1\JDEVEL~1\SYSTEM~1.36\DEFAUL~1 -Dcommon.components.home=D:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.domain.config.dir=C:\DOCUME~1\ANURAD~1\APPLIC~1\JDEVEL~1\SYSTEM~1.36\DEFAUL~1\config\FMWCON~1 -Doracle.server.config.dir=C:\DOCUME~1\ANURAD~1\APPLIC~1\JDEVEL~1\SYSTEM~1.36\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.security.jps.config=C:\DOCUME~1\ANURAD~1\APPLIC~1\JDEVEL~1\SYSTEM~1.36\DEFAUL~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Digf.arisidbeans.carmlloc=C:\DOCUME~1\ANURAD~1\APPLIC~1\JDEVEL~1\SYSTEM~1.36\DEFAUL~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\DOCUME~1\ANURAD~1\APPLIC~1\JDEVEL~1\SYSTEM~1.36\DEFAUL~1\config\FMWCON~1\arisidprovider -Dweblogic.alternateTypesDirectory=D:\software\oracle\product\10.2.0\client_1\modules\oracle.ossoiap_11.1.1,D:\software\oracle\product\10.2.0\client_1\modules\oracle.oamprovider_11.1.1 -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\DOCUME~1\ANURAD~1\APPLIC~1\JDEVEL~1\SYSTEM~1.36\DEFAUL~1\oracle\store\gmds -Xms512m -Xmx512m -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=D:\Oracle\MIDDLE~1\patch_wls1032\profiles\default\sysext_manifest_classpath;D:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic.Server
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Process exited.

    This is telling you that there is not enough memory for the heap size you've specified. Increasing the heap size makes this worse, not better. You need more physical memory.
    john

  • 'java': "Could not reserve enough space on heap" on 48G Linux machine

    I have installed the 64bit version of jdk-1.6.0-17 from java.sun.com on my RedHat Linux machine with 48G internal memory.
    All the java commands return :
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the Java virtual machine.
    strace shows that java is trying to allocate 25% of my memory, ie 12G, and my virtual memory limit is 6G.
    The 32bit 1.6.0-16 did not expose this behaviour. I haven't tried the 32bit version of 1.6.0-17, sorry, but I do need those 64 bits. And I haven't tried the 64bit 1.6.0-16 either, should I?
    After finally finding out how to pass -Xmx4096M to jar,javah,javac,java many programs compile fine, but when I compile an app (containing main):
    The system is out of resources.
    Consult the following stack trace for details.
    java.lang.OutOfMemoryError: Java heap space
    at com.sun.tools.javac.util.ListBuffer.append(ListBuffer.java:110)
    at com.sun.tools.javac.util.ListBuffer.appendList(ListBuffer.java:120)
    at com.sun.tools.javac.parser.Parser.classOrInterfaceBody(Parser.java:2408)
    at com.sun.tools.javac.parser.Parser.classDeclaration(Parser.java:2253)
    at com.sun.tools.javac.parser.Parser.classOrInterfaceOrEnumDeclaration(Parser.java:2191)
    at com.sun.tools.javac.parser.Parser.typeDeclaration(Parser.java:2180)
    at com.sun.tools.javac.parser.Parser.compilationUnit(Parser.java:2126)
    at com.sun.tools.javac.main.JavaCompiler.parse(JavaCompiler.java:509)
    at com.sun.tools.javac.main.JavaCompiler.complete(JavaCompiler.java:646)
    at com.sun.tools.javac.jvm.ClassReader.fillIn(ClassReader.java:1869)
    at com.sun.tools.javac.jvm.ClassReader.complete(ClassReader.java:1777)
    at com.sun.tools.javac.code.Symbol.complete(Symbol.java:386)
    at com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:758)
    at com.sun.tools.javac.jvm.ClassReader.loadClass(ClassReader.java:1951)
    at com.sun.tools.javac.comp.Resolve.loadClass(Resolve.java:842)
    at com.sun.tools.javac.comp.Resolve.findGlobalType(Resolve.java:901)
    at com.sun.tools.javac.comp.Resolve.findType(Resolve.java:961)
    at com.sun.tools.javac.comp.Resolve.findIdent(Resolve.java:986)
    at com.sun.tools.javac.comp.Resolve.resolveIdent(Resolve.java:1162)
    at com.sun.tools.javac.comp.Attr.visitIdent(Attr.java:1714)
    at com.sun.tools.javac.tree.JCTree$JCIdent.accept(JCTree.java:1547)
    at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:360)
    at com.sun.tools.javac.comp.Attr.attribType(Attr.java:390)
    at com.sun.tools.javac.comp.MemberEnter.visitVarDef(MemberEnter.java:607)
    at com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:691)
    at com.sun.tools.javac.comp.MemberEnter.memberEnter(MemberEnter.java:387)
    at com.sun.tools.javac.comp.MemberEnter.signature(MemberEnter.java:350)
    at com.sun.tools.javac.comp.MemberEnter.visitMethodDef(MemberEnter.java:560)
    at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:639)
    at com.sun.tools.javac.comp.MemberEnter.memberEnter(MemberEnter.java:387)
    at com.sun.tools.javac.comp.MemberEnter.memberEnter(MemberEnter.java:399)
    at com.sun.tools.javac.comp.MemberEnter.finishClass(MemberEnter.java:410)
    make: *** [Sample.class] Error 3
    Running without the 6G limit and setting Xmx12000M doesn't help.
    I hope someone can shed some light into what's going on here. Why on earth would Java think it needs 12G memory to run? And why, when it gets it, is it still not enough?
    Thanks,
    Calle

    tschodt wrote:
    Cramgo wrote:
    strace shows that java is trying to allocate 25% of my memory, ie 12G, and my virtual memory limit is 6G.Maybe you have found a bug, the default max heap size calculation is supposed to cap it at 1G.
    [http://java.sun.com/performance/reference/whitepapers/tuning.html#section4.1.1]
    So should I report it somewhere or what?
    After finally finding out how to pass -Xmx4096M to jar,javah,javac,java many programs compile fine
    Are you setting one of [_JAVA_OPTIONS|http://java.sun.com/j2se/1.5.0/docs/guide/2d/flags.html] or [JAVA_TOOLS_OPTIONS|http://java.sun.com/javase/6/docs/platform/jvmti/jvmti.html#tooloptions] for all shells?
    No, passing -Xmx4096m to java, and -J-Xmx4096m to javac, javah and jar. Is JAVA_OPTIONS or JAVA_TOOLS_OPTIONS better, how do I use those?
    but when I compile an app (containing main):
    The system is out of resources.
    Consult the following stack trace for details.
    java.lang.OutOfMemoryError: Java heap space
    make: *** [Sample.class] Error 3Running without the 6G limit and setting Xmx12000M doesn't help.Forgot to specify -Xms and-Xmx?Promise not to laugh. Seems like I somehow got rid of that m.... running with a heap size of 12000 bytes might be a bit sparse, admittedly. ;) Caught it when I added -Xms...
    I hope someone can shed some light into what's going on here. Why on earth would Java think it needs 12G memory to run? And why, when it gets it, is it still not enough?OK so I now can compile again, great. Would be lovely to get rid of the -Xmx but I can live with that...

  • Could not reserve enough space for card marking array

    # java -d64  -Xms1024M -Xmx2048M -version
    Error occurred during initialization of VM
    Could not reserve enough space for card marking array

    You may be running out of swap space.
    I suggest you review this doc first:
    Troubleshooting Java[tm]: Error Occurred During Initialization of VM: Could not reserve enough space for object heap (Doc ID 1260764.1)

  • I am trying to install a program on my Mac Book Pro Retina from a Apple SuperDrive. Every time I run the installer, it says I do not have enough memory to install. However, I definitely have enough memory (186.74 GB). Any ideas why?

    I am trying to install a program on my Mac Book Pro Retina from a Apple SuperDrive. Every time I run the installer, it says I do not have enough memory to install. However, I definitely have enough memory (186.74 GB). The program takes only 550 MB. Any ideas why?

    Thanks for the clarification on the terms. I consider myself proficent at my computer, but not exactly in its inner-workings! I have 8 GB of memory installed.
    I am still confused as to why I do not have any space for the program. This is the exact error message I get: "There is not enough free space on Macintosh HD disk. The Print Shop 2 application requires about 550 MB to be installed. Free some disk space and try again."
    Thank you again for your help.

  • "The Finder does not have enough memory available"

    "The Finder does not have enough memory available"
    Situation: G4 (AGP Graphics), OS 9.0 with tons of memory.
    Problem: Only with any browser viz Explorer, Communicator, iCab or Opera (all versions). Starts off fine. I have broadband. Then steadily goes slower and slower till virtually stops even with just the one browser and one window and no other programs in use. Try to do anything else and above message appears. The problem seems to involves the operating system and the way it interacts with the code of certain sites eg Ebay. It has nothing to do with PRAM, or allocation of memory to the browser or deleting various Preferences. The deletion of Finder, Memory etc Preferences, quitting, restarting all deal with the symptoms and are not a permanent cure. The primary symptom is a massive loss of available memory, not even enough to run a single browser and one window! Any simple solutions? I realise I can upgrade to OS 9.2. Will this work? Apart from this browser problem I am happy with my present set so is there a simpler solution apart from upgrading?

    Thankyou to all for the welcome and your responses to my query.
    I have 640mb of RAM. The problem is intermitent and is determined to a great extent by the sites which I visit. Yahoo for example is great - no problems. In another window visiting eg Ebay will eventually (variable) cause a slowdown. I have switched Virtual Memory on and off, changed cache, program allocations of memory, regularly used Norton Utilies to inspect, repair, defrag etc and looked all over the place for advice. Things run great for a while but it is only a question of time , months or even days, before the problem re-appears. I was surprised to find so little about it on the Web. Perhaps everyone else has upgraded or is on OS X! If I could have done something without upgrading I may have gone for that option as everything else is running like a dream and I want to keep it that way! I use programs such as Paperport (sadly not made for OS X) which I find a marvellous scanning and paperwork management program. To get it to work with OS 9.0 I had to determine with Cassidy & Green's marvellous extension conflict identifier Conflict Catcher that the Control Strip needed disabling. If I upgrade, I could, for Paperport et al, upset the Apple cart! I have also read about a program called Reaper which was used to deal, I believe, with Finder memory problems with OS 7 and OS 8. It is still available on at http://www.versiontracker.com/dyn/moreinfo/macos/3783 Apart from this I know nothing more at present about it.
    However, the following was one item which I found of great interest which goes along with your advice of upgrading.
    From http://www.icab.de/faq.html#q36
    "Mac OS 8/9: Why does iCab 3.0 complain that it is running out of memory all the time?
    This is not a bug of iCab, it's a bug of the "classic" MacOS 8.5/8.6 (and maybe OS 9.0 as well). The problem occurs when a web page has web forms with text input fields. The Unicode text input fields (MLTE) of these old MacOS releases do still have some serious bugs. One of theses bugs causes the MacOS to reserve almost all available memory for these text edit fields so there's no memory left for iCab. Apple has fixed this bug in MacOS 9.2.x (maybe in 9.1 as well), so the best solution for this problem would be to upgrade the MacOS. If this is not possible, you can disable the Unicode text input fields in the preferences dialog of iCab in the panel "Operation > Browser, Tabs". Switch off the option "Use Unicode TextEdit" to configure iCab so that it will use the "ancient" text edit fields, which do work OK, but which do not support Unicode".
    Here is someone with a similar problem back in 2000:
    "From TacitRF
    Date: Thurs, Jun 8 2000 12:00am
    Email: [email protected] (TacitR)
    Groups: comp.sys.mac.system
    This is ridiculous! I have hardly touched this machine today. Does RAM get eaten up while the computer is sitting there idle (and sleeping every now and then after I've checked email or looked at a couple newsgroup posts)?
    Yes, it can, under certain circumstances.
    Open your TCP/IP control panel. Click the Options button. (If there is no Options button, select Edit->User Mode, and click "Advanced.") Is "Load Only When Needed" turned on? If it is, you may severly fragment the memory in your computer every time you start a program that uses the Internet. Let's say, for example, you launch Netscape. Netscape tries to access the Internet. This causes TCP/IP to load, on top of Netscape. Now, when you quit Netscape, the memory it was using may not get freed up. Launch Outlook. It loads TCP/IP. Now, when you quit Outlook, you may not get its memory back either". Try turning off Load Only When Needed in the TCP/IP Options, see if that solves
    the problem. Hope that helps!"
    I find that whatever I do one way or another the slowdown will eventually reappear. A bit like weeding gardens and washing dishes! Well unless there is a way of dealing with OS 9.0 memory behaviour with browsers it looks like an upgrade will have to do!
      Mac OS 9.0.x  

  • Macbook has Grey screen wont start- said " MAC OSX does not have enough memory "

    My daughter was using the macbook, and a message came up saying something like MAC OSX does not have enough memory for start up applications, ...
    and it was frozen ( wish I had written down what it said") In held the start button down for 10 seconds, and now it wont work properly.
    All I get on start up is a grey screen. I have tried holding down shift key and rebooting, but nothing.
    I tried resetting the Pram or whatever it is.
    I cant try and start from the start up utility disc as there is already a disc in there and I cant get it out.
    Have tried rebooting with mouse key pressed., have tried rebooting holding F12, rebooting holding command O and P , have tried pushing the ejectb button when rebooting. But nada.
    Ipod died last week, video camera on the blink yesterday, am having a bad electronic week!!!
    Has it died or is there another solution..Help please.

    Wow, sorry to hear!
    Does it boot into any of these modes?
    Target mode...
    http://support.apple.com/kb/HT1661
    Does it boot to Single User Mode, CMD+s keys at bootup, if so try...
    /sbin/fsck -fy
    Repeat until it shows no errors fixed.
    (Space between fsck AND -fy important).
    Resolve startup issues and perform disk maintenance with Disk Utility and fsck...
    http://docs.info.apple.com/article.html?artnum=106214
    Does booting with the Option/alt key held down show any boot choices or work at all?

  • Ipod touch cannot not be sync as itunes does not have enough memory

      I got a new ipod touch 32gb yesterday 12.sept 2011.
    i set it up to my computer and put my apps and music on to it, its has 25.2gb left on it and my computer has 80gb memory left put when i try to put pictures on to the ipod 32gb it shows and error message saying
    THIS IPOD CANNOT BE SYNC AS ITUNES DOES NOT HAVE ENOUGH MEMORY,
    whats going on.?
    Also all my apps from my 8gb ipod touch are all updated and put on the 32gb ipod touch  but when i go to updates on the 32gb ipod touch it shows all my apps have updates to download
    but when i click on the same are showing the £0.69 next to them, if i click on them do i have to buy them again? WHEN I ALREADY HAVE PAID FOR THEM
    my ipod touch 8gb has 4gb memory left and that too cannot sync pictures or any more music as the same error message shows
    THIS IPOD CANNOT NOT BE SYNC AS ITUNES DOES NOT HAVE ENOUGH MEMORY
    IS THIS I TUNES MEMORY OR SOMETHING

    it seem's to be working not but don't know how long
    keep your fingers crossed ...
    my laptop has an 2tb of ram
    you mean 2GB, right? You might consider to get yourself more RAM to run Lion smoothly. Looking at my machine I see that the kernel, Safari, iTunes and Mail together take up 2GB, without doing anything interesting at all.

  • I have an imac with snow leopard. I do not have enough memory to get lion. I switched my  mail  to icloud and now my ipod touch has icloud.  i can receive mail on my ipod touch and through the icloud web site, BUt I cannot receive mail on my mac directly

    I have an imac with snow leopard. I do not have enough memory to get lion.
    I switched my mail  to icloud and now my ipod touch has icloud.
    i can receive mail on my ipod touch and through the icloud web site, BUt I cannot receive mail on my mac directly any more. There is an exclamation point on my mail in box and also an ! on .mac.
    Can anyone help me with settings so I can receive mail again directly on my mac?
    Thanks
    Mathmarv
    <Edited by Host>

    See this Apple note on troubleshooting icloud mail: http://support.apple.com/kb/TS4002
    You may have seen this page already: http://www.apple.com/support/icloud/mail-notes/

  • When trying to sync my iPhone with my MacBook Pro, I receive the error message "You do not have enough access privileges to update this device".  How to I adjust the access privileges??

    When trying to sync my iPhone/iPad with my MacBook Pro, I receive the error message "You do not have enough access privileges to update this device".  How to I adjust the access privileges?

    Hello magestecal,
    Thanks for using Apple Support Communities.
    To troubleshoot this issue where you're getting a permissions error when trying to sync your iPhone, I'd like you to please follow the steps in the article below.
    iTunes: Missing folder or incorrect permissions may prevent authorization - Apple Support
    Take care,
    Alex H.

  • HT4623 I  tried to update my ipod. When I did I got an itunes icon and a picture of a usb cable. Can you please get me out of it? I am not going to update at this time because I do not have enough memory.

    I tried to update my ipod touch. When I did I got an itunes icon and a picture of a usb plug.  I cannot do the update due to not having enough memory or backing up my ipod. Do you know how I can get this off my screen, so I can back up my ipod?

    As fas as I know once that screen comes up you must connect it to your computer and restore with iTunes
    Allan

Maybe you are looking for

  • Ipad not detected after updating itunes 11.1 on windows 8.1

    after updating itunes 11.1, ipad 3g IOS 4 7 GM, not by the system windows 8.1 when connecting usb. When charging from the power supply and it works. What's the problem?

  • DISPLAY AS TEXT (DOES NOT SAVE STATE)

    can i use the pl/sql anonymous block or pl/sql function body for item which is DISPLAY AS TEXT (DOES NOT SAVE STATE). I am using this query and getting an error in case of pl/sql anonymous block can be used only for save state item. my apex version i

  • Segment Space Advisor Error

    Hi, I get this error every morning in alert log Errors in file c:\oracle\product\admin\escort\bdump\escort_j000_3360.trc: ORA-12012: error on auto execute of job 8887 ORA-20000: ORA-20000: Content of the tablespace specified is not permanent or table

  • Sapscript: Do not interpret two commas in text as tab

    Since Sapscript interprets two commas in a row as a tab, this causes a problem for any form which prints out any text containing two commas. Does anyone know a way to get Sapscript to ignore these commas?

  • Importing from Power Point to Captivate 5.5.

    We have some ppts that have something similar to layered content on the slide.  You click on a slide and new content is shown.  Any way to get this into Captivate or do you need to redo these slides?