Speech recognition server using all kinds of memory!

I'm running an imac 27" with 8gb of memory and have been doing some video work lately.  Watching things with activity monitor I noticed that speech recognition server process was using 800mb + of memory.  Normally I keep speech recognition started but activated by voice suppressed with the escape key.
I have already found that -using- speech commands prevents the computer display from going to sleep, like this discussion - https://discussions.apple.com/message/11395271?searchText=speech%20recognition%2 0server#11395271
I reported this as a bug to Apple, and they admitted there is a problem, and that maybe they will fix it but no guarantee. 
I created a workaround for the display sleep that seems to alleviate both situations, I "wrote" an applescript to restart speakable items.  It's pretty simple but you have to wait for the processes to go away, around 30 seconds or so.
Has anyone else seen or reported the excessive memory use with speech recognition?

That's wishful thinking if you think an update will be made overnight by Apple because of a complaint by an individual. 
10.7.3 reportedly only updates:  
Add Catalan, Croatian, Greek, Hebrew, Romanian, Slovak, Thai, and Ukrainian language support
Address issues when using smart cards to log into OS X Resolve issues authenticating with directory services Address compatibility issues with Windows file sharing
10.7.2 reportedly only updates: 
iCloud stores your email, calendars, contacts, Safari bookmarks, and Safari Reading List and automatically pushes them to all your devices. Back to My Mac provides remote access to your Mac from another Mac anywhere on the Internet. Find My Mac helps find a missing Mac by locating it on a map and allows you to remotely lock the Mac or wipe all its data. Getting started with iCloud is easy. After installing the update, OS X will automatically present an iCloud setup panel. Simply enter an existing Apple ID or create a new one and then follow the on screen instructions. To learn more about iCloud visit http://www.apple.com/icloud.  
The 10.7.2 update also includes Safari 5.1.1 as well as fixes that: Allow reordering of desktop spaces and full screen apps in Mission Control.
Enable dragging files between desktop spaces and full screen apps. Address an issue that causes the menu bar to not appear in full screen apps. Improve the compatibility of Google contact syncing in Address Book.
Address an issue that causes Keynote to become temporarily unresponsive.
Improve VoiceOver compatibility with Launchpad.
Address an issue that causes a delay in accessing the network after waking from sleep.
Enable booting in to Lion Recovery from a locally attached Time Machine backup drive. Resolve an issue that causes screen zoom to stop working. Improve Active Directory integration.
10.7.1:
Address an issue that may cause the system to become unresponsive when playing a video in Safari. Resolve an issue that may cause system audio to stop working when using HDMI or optical audio out. Improve the reliability of Wi-Fi connections. Resolve an issue that prevents transfer of your data, settings, and compatible applications to a new Mac running OS X Lion. Resolve an issue in which an admin user account could be missing after upgrading to OS X Lion.
These are each information from the various update pages.    While Apple has been known to include unreported updates in their version updates, the closest to something desired was the Voiceover improvement in 10.7.2.  That though is of speech from putting the cursor over text to read out loud.
If they are running 10.7.3, and have not seen improvement, then my advice from my other post is good.
I would also indicate that one is running 10.7.3 in one's profile so one knows one isn't missing any updates that may not already be applied.

Similar Messages

  • What is speech recognition server? Can I use applescript to make an app like siri??

    tell application "SpeechRecognitionServer"
    set response to listen for {"good","bad"} with prompt "How are you?"
    if response is "good" then
    say "Wonderful sir.. Is there anything you want me to do for you?"
    else
    say "Cheer up! Is there anything I can do for you?"
    end if
    end tell
    This is the script i'm trying to run, but there's a problem! it says - "Where is Speech Recognition Server"

    The path for that is /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognit ion.framework/Versions/A/SpeechRecognitionServer.app

  • Ignore voice commands / Speech Recognition Server timeout

    I'm fairly new to AppleScript but I've found it really entertaining and gloriously simple to pick up so far.  I've been using it mostly to make my own speakable items for the Mac's voice control, and I've managed to write some basic things like voice commands to set/change volume and brightness.  My goal at this point is to be able to do the majority of things I want to do on my computer by voice only.  Sue me - I just rewatched Iron Man and I really wish I had a JARVIS system right now. 
    This means that the computer must always be listening for commands (I have set it to 'listen continuously with keyword', and set the keyword as 'optional before commands').  It defeats the purpose if I have to walk over and hit a key to start listening for commands.  At the same time, I don't want to have to speak a keyword, because I will invariably forget to do so and it's also an added hassle (especially when I have several commands to say - I don't want to have to say the keyword before each command). 
    You might have an idea of where this is going.  Obviously, if the computer is always listening, it will pick up on normal conversation and try to interpret it. 
    I could just deactivate voice commands when I'm not using it, but as I said earlier, I don't want to have to either hit a key or say a keyword.  In other words, I want to be able to activate and deactivate voice commands by voice.  Deactivating is easy.  Activating is what presents an interesting problem, because if it's deactivated, how will it hear my reactivation command? 
    Thus, the first part of my question: is there a way - any way at all - to get voice commands to ignore commands until given some keyword, short of literally changing its settings to listen for a keyword before the command? 
    I decided to try to use speech recognition.  This must, I think, be involved in some way, because as I said earlier, this presents the unique problem of having voice commands deactivated yet still able to recognise the reactivation command.  I had noticed that while the computer is listening for a specific command, it ignores anything that isn't what it is listening for.  I tried to use this to my advantage and wrote a script to listen for a reactivation command; until the reactivation command was given, the computer would ignore everything else.  The problem is that the speech recognition server times out after two minutes.  I have tried to increase this, but to no avail (see below for my attempts). 
    Thus, the second part of my question: assuming there is no other answer to my first question, is there a way to get speech recognition to listen indefinitely?
    Here are the two things I tried to make the timeout last longer, specifically for five minutes (300 seconds) in both cases.  Neither worked; both timed out after 120 seconds. 
    tell application "SpeechRecognitionServer"
            set userinput to listen for {"resume voice commands"} giving up after 300
    end tell
    and
    with timeout of 300 seconds
              set userinput to listen for {"resume voice commands"}
    end timeout

    UPDATE: I have since come up with an alternate solution.  I created two speakable items, one for 'deactivation' and one for 'activation'.  The deactivation command uses UI scripting to set voice commands to 'keyword required' mode (i.e. the keyword is required before each command); the activation command simply sets it back to 'keyword optional' mode. 
    I figure that as long as I choose a keyword that's unique enough that it (and things that sound like it) won't come up too often in conversation, the computer will ignore anything I say once I activate the keyword requirement.  Then, I only need to say the keyword once along with the reactivation command to bring it out of this 'ignore commands' state. 
    In a way, this is actually better, because it allows me to continue to use voice commands if I really need to, as opposed to having to say the reactivation command to get my computer to listen to me, saying my intended command, and then saying the deactivation command to make it ignore me again. 
    All the same, if anyone has answers to any of my two original questions, please don't hesitate to share your knowledge!  It might come in handy later! 

  • Speech recognition server "not responding"

    speech recognition server" "not responding" constantly in Activity Monitor and it is Highlighted in RED
    Anybody seen this before?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Photoshop CS6 not using all available computer memory [was:Hello all]

    I have the creative cloud trial version, and when I use photoshop cs6 it will not allow me to use all of the memory. I would love any help that can be offered.

    Sound like you starting the 32 bit version of Photoshop on a Windows system. If you have a 64 bit Windows system both the 32bit version and the 64bit version of CS6 is installed. Look in you start button you should sett two CS6 start icons one for each version. Only the 64 Bit version can use more than 4GB of Ram.

  • I need to clear some of my mail and pictures because they're using all of my memory, but how?

    I need to clear some of my mail and pictures because they're using all of my memory, but how?

    Just open the "Photos" app, open the "Camera Roll" folder and start deleting the pictures you do not want to keep. For mails just open the Mail app and do the same, click edit, choose your emails you do not want to keep and delete them.

  • Final cut pro using all of my memory

    So I have the latest version of Mavericks (as of late July) and the latest version of Final Cut Pro (10.1.2). Now I am creating a short film for my Extension English major work and I am editing with Final Cut Pro, the problem that I am having is that the program keeps using up all of my memory under the "other" field. My "Other" usage is weighing in at around 60GB as of now. I do own a 2TB harddrive and my MacBook is 120GB (with HSC documents that I need to keep or else my future as a human is basically pointless).
    How am I able to continue editing my project without using all of my memory. is there an autosave switch i need to turn off, is there a problem with my software!?!?
    Please help!

    You really need to get an external drive – Thunderbolt, USB3, or Firewire 800 – depending on the vintage of your machine. And you should get a second external for backup. (Sorry to be spending your money for you, but it's important; drives fail – both spinning drives and SSDs.)
    Put your media, and your libraries on the external drive. You can drag the libraries you have now to the new drive, working in the Finder, with FCP closed,. Before you do that, it's a good idea to select the libraries and use the Consolidate Library Files command. WHen you drag a library to another drive, it will be copied. Before you trash the duplicate libraries on the boot drive, open the new libraries to make sure they work properly.
    Good luck.
    Russ

  • 1 SQL instances with several archive Databases using all AWE RAM memory of server

    Hello,
    I just migrated my accounting system to a new SQL Server deployment of the software.
    We just purchased the expensive SQL Server enterprise to accomodate.
    I have some replicated databases to of lower priority that I put on the same instance that we occasionally query.  I also imported a 70GB old archive DB that we on very rare occasions.  We are not concerned about performance on these databases
    as we are about the accounting DB on the same instance.
    The MAX memory was set to unlimited on that instance.  As soon as I put in this monster 70GB archived databases the AWE memory usage used up my full 30GB of RAM.
    Is there a way to set the memory usage so the archive databases do not get loaded into the AWE but still the critical accounting system DB on the same instance is taken care of?
    Or do I have to shell out another $3-6k for a separate instance?  SQL Server Express has a 4GB limitation and one of the backup DB we don't really care about is 20GB replicated from Azure.

    Hi,
    >>70GB archived databases the AWE memory usage used up my full 30GB of RAM.
    How did you checked that Archived database is using 30 G did you used sys.dm_os_buffer_descriptor.Do SQL server have locked pages in memory
    SQL Server bring pages in memory if it is requested ,if you access Archived database heavily its bound to take memory but if yous top accessing it and access your other database SQL server will flush out pages of archive IF REQUIRED.
    SQL server manages memory dynamically so I guess you do not need to worry
    >>s there a way to set the memory usage so the archive databases do not get loaded into the AWE but still the critical accounting system DB on the same instance is taken care of?
    No ,there is no way buffer pool is shared region
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
    My TechNet Wiki Articles

  • OLAP server uses a lot of memory

    Hello Experts,
                                                                                    We are having a BPC Microsoft multi server environment.                                                                               
    The application server and database server are 2 seperated servers.                                                                               
    The version for BPC is SP7 and for SQL Server 2008 SP1 cumulative update 6                                                                               
    Each time we are running reports or performing actions on BPC, we see onthe database server in the task manager that the MSMDSRV.EXE
    applicationstarts to increase in memory use. It starts with 1,5GB of memory use andit ends 10 minutes later (when the report is don
    e running) with almost                                                                               
    4GB. For some heavy reports, the memory use grows till 12-13GB.                                                                               
    Is this normal? There is 32GB in this server, would the server crash if                                                            
    there was less then 32GB? Because due to this memory use of the OLAP                                                               
    server, the server uses up to 28GB of RAM.                                                                               
    Is it usefull to use a fixed memory allocation for the Analysis Server?                                                            
    And how can we calculate how much we have to allocate?                                                                               
    Do we have to modify the MSMDSRV.INI file? And isn't this Analysis Server                                                          
    using a cache, because it seems that when the report is done running, all                                                          
    the memory used by the OLAP server is free again.                                                                               
    Are there any parameters we can change to increase the performance of the                                                          
    Analysis Server?                                                                               
    Thanks in advance,
    Arjun.

    Hi ,
    You have to place this question into other Forum SAP BPC version for SAP Microsoft.
    You have to check if you have at least CU 6 for your SQL Server 2008 SP1 and also you have to make sure you have right parameters for OLAP
    Memory Heap type = 2
    HeapTypeForObjects = 0
    PreAllocate=25 (this paramters is just into msmsdsrv.ini)
    Regards
    Sorin Radulescu

  • Sun java web server - using a lot of memory

    sjws 6.1sp7 - solaris 10u4
    we have a web server instance that uses over 3gb of ram. it servers mostly jsps. i understand why permanent heap is so large (jsp classes) any one have an idea of what else could be going on here?
    17921 webservd 3271M 2976M cpu1 0 10 9:05:55 31% webservd/80
    pmap shows (cut down for length):
    00010000 8K r-x-- /opt/jws61/bin/https/bin/webservd
    00020000 8K rwx-- /opt/jws61/bin/https/bin/webservd
    00022000 1171168K rwx-- [ heap ]
    < snip, and a bunch of the following >
    74000000 5440K r--s- dev:314,2 ino:6823381
    74560000 120K r--s- dev:314,2 ino:6823394
    74590000 408K r--s- dev:314,2 ino:6823341
    74600000 464K r--s- dev:314,2 ino:6823383
    74680000 2192K r--s- dev:314,2 ino:6823304
    748B0000 72K r--s- dev:314,2 ino:6823307
    748D0000 144K r--s- dev:314,2 ino:6823286
    74900000 1264K r--s- dev:314,2 ino:6823418
    74A50000 160K r--s- dev:314,2 ino:6823345
    74A80000 552K r--s- dev:314,2 ino:6823276
    74B10000 8K r--s- dev:314,2 ino:6823327
    74B20000 352K r--s- dev:314,2 ino:6823280
    74B80000 832K r--s- dev:314,2 ino:6823319
    74C60000 104K r--s- dev:314,2 ino:6823324
    74C80000 504K r--s- dev:314,2 ino:6823337
    74D10000 352K r--s- dev:314,2 ino:6823283
    74D70000 32K r--s- dev:314,2 ino:6823406
    74D80000 664K r--s- dev:314,2 ino:6823271
    74E30000 16K r--s- dev:314,2 ino:6823314
    74E40000 40K r--s- dev:314,2 ino:6823349
    74E50000 32K r--s- dev:314,2 ino:6823404
    74E60000 104K r--s- dev:314,2 ino:6823278
    74E80000 584K r--s- dev:314,2 ino:6823347
    74F20000 312K r--s- dev:314,2 ino:6823248
    74F80000 1808K r--s- dev:85,40 ino:3471
    75150000 80K r--s- dev:314,2 ino:6823373
    < snip, and then what appears to be taking up most of the memory >
    96800000 20480K rwx-- [ anon ]
    97C00000 20480K rwx-- [ anon ]
    99000000 20480K rwx-- [ anon ]
    9A400000 28672K rwx-- [ anon ]
    9C000000 4096K rwx-- [ anon ]
    9C400000 4096K rwx-- [ anon ]
    9C800000 4096K rwx-- [ anon ]
    9CC00000 28672K rwx-- [ anon ]
    9E800000 8192K rwx-- [ anon ]
    9F000000 8192K rwx-- [ anon ]
    9F800000 24576K rwx-- [ anon ]
    A1000000 4096K rwx-- [ anon ]
    A1400000 4096K rwx-- [ anon ]
    A1800000 12288K rwx-- [ anon ]
    A2400000 40960K rwx-- [ anon ]
    A4C00000 8192K rwx-- [ anon ]
    A5400000 16384K rwx-- [ anon ]
    A6400000 24576K rwx-- [ anon ]
    A7C00000 40960K rwx-- [ anon ]
    AA400000 20480K rwx-- [ anon ]
    AB800000 12288K rwx-- [ anon ]
    AC400000 20480K rwx-- [ anon ]
    AD800000 4096K rwx-- [ anon ]
    ADC00000 36864K rwx-- [ anon ]
    B0000000 4096K rwx-- [ anon ]
    B0400000 16384K rwx-- [ anon ]
    B1400000 4096K rwx-- [ anon ]
    B1800000 8192K rwx-- [ anon ]
    B2000000 45056K rwx-- [ anon ]
    B4C00000 12288K rwx-- [ anon ]
    B5800000 4096K rwx-- [ anon ]
    B5C00000 12288K rwx-- [ anon ]
    B6800000 16384K rwx-- [ anon ]
    B7800000 4096K rwx-- [ anon ]
    B7C00000 4096K rwx-- [ anon ]
    B8000000 4096K rwx-- [ anon ]
    B8400000 4096K rwx-- [ anon ]
    B8800000 4096K rwx-- [ anon ]
    B8C00000 4096K rwx-- [ anon ]
    #/usr/jdk/j2sdk1.4.2_16/bin/jmap -heap 17921
    Attaching to process ID 17921, please wait...
    Debugger attached successfully.
    Server compiler detected.
    JVM version is 1.4.2_13-b06
    using thread-local object allocation.
    Mark Sweep Compact GC
    Heap Configuration:
    MinHeapFreeRatio = 40
    MaxHeapFreeRatio = 70
    MaxHeapSize = 67108864 (64.0MB)
    NewSize = 2228224 (2.125MB)
    MaxNewSize = 4294901760 (4095.9375MB)
    OldSize = 1441792 (1.375MB)
    NewRatio = 2
    SurvivorRatio = 32
    PermSize = 16777216 (16.0MB)
    MaxPermSize = 1073741824 (1024.0MB)
    Heap Usage:
    New Generation (Eden + 1 Survivor Space):
    capacity = 347406336 (331.3125MB)
    used = 163723696 (156.1390838623047MB)
    free = 183682640 (175.1734161376953MB)
    47.1274352348024% used
    Eden Space:
    capacity = 336920576 (321.3125MB)
    used = 163723696 (156.1390838623047MB)
    free = 173196880 (165.1734161376953MB)
    48.59415175640683% used
    From Space:
    capacity = 10485760 (10.0MB)
    used = 0 (0.0MB)
    free = 10485760 (10.0MB)
    0.0% used
    To Space:
    capacity = 10485760 (10.0MB)
    used = 0 (0.0MB)
    free = 10485760 (10.0MB)
    0.0% used
    tenured generation:
    capacity = 715849728 (682.6875MB)
    used = 645847144 (615.9278335571289MB)
    free = 70002584 (66.7596664428711MB)
    90.22105041576548% used
    Perm Generation:
    capacity = 895221760 (853.75MB)
    used = 894921568 (853.4637145996094MB)
    free = 300192 (0.286285400390625MB)
    99.96646730302892% used

    It usually takes about 24 hours to get there. It is easily reproducible. "Kill -3" is not leaving a javacore for some reason.
    The applications are mostly jsp, and are all over the board. There is a lot of XML parsing, some db connections, and all sorts of other home grown things. However, if the jsp applications were leaking would that not be in the heap?
    How would I hunt down these allocations?
    A2400000 40960K rwx-- [ anon ]
    A4C00000 8192K rwx-- [ anon ]
    A5400000 16384K rwx-- [ anon ]
    A6400000 24576K rwx-- [ anon ]
    A7C00000 40960K rwx-- [ anon ]
    AA400000 20480K rwx-- [ anon ]
    AB800000 12288K rwx-- [ anon ]
    ###server.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!--
       Copyright (c) 2003 Sun Microsystems, Inc.  All rights reserved.
       Use is subject to license terms.
    -->
    <!DOCTYPE SERVER PUBLIC "-//Sun Microsystems Inc.//DTD Sun ONE Web Server 6.1//EN" "file:///opt/jws61/bin/https/dtds/sun-web-server_6_1.dtd" >
    <SERVER>
        <PROPERTY name="docroot" value="/xxxxxweb/xxx"/>
        <PROPERTY name="accesslog" value="/data/logs/xxxxx/access"/>
        <PROPERTY name="user" value=""/>
        <PROPERTY name="group" value=""/>
        <PROPERTY name="chroot" value=""/>
        <PROPERTY name="dir" value=""/>
        <PROPERTY name="nice" value=""/>
        <LS id="ls1" port="92" servername="xxxxx" defaultvs="https-bamxxx"/>
        <MIME id="mime1" file="mime.types"/>
        <ACLFILE id="acl1" file="/opt/jws61/httpacl/generated.https-xxxxx.acl"/>
        <VSCLASS id="vsclass1" objectfile="obj.conf">
            <VS id="https-xxxxx" connections="ls1" mime="mime1" aclids="acl1" >
                <PROPERTY name="docroot" value="/xxxxxweb/xxx"/>
                <WEBAPP uri="/" path="/xxxxxweb/xxx" enabled="true"/>
            </VS>
        </VSCLASS>
    <JAVA javahome="/usr/jdk/j2sdk1.4.2_13" serverclasspath="/opt/jws61/bin/https/jar/webserv-rt.jar:${java.home}/lib/tools.jar:/opt/jws61/bin/https/jar/webserv-ext.jar:/opt/jws61/bin/https/jar/webserv-jstl.jar:/opt/jws61/bin/https/jar/ktsearch.jar:/opt/oracle/product/9.2.0/jdbc/lib/ojdbc14.jar:/opt/oracle/product/9.2.0/jdbc/lib/nls_charset12.jar:/opt/oracle/product/9.2.0/jdbc/lib/ocrs12.jar" classpathsuffix="" envclasspathignored="true" nativelibrarypathprefix="/opt/oracle/product/9.2.0/lib32" debug="false" debugoptions="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n" dynamicreloadinterval="-1">
            <!--
            <JVMOPTIONS>-Djava.security.manager</JVMOPTIONS>
            <JVMOPTIONS>-Djava.security.policy=/opt/jws61/https-xxxxx/config/server.policy</JVMOPTIONS>
            <JVMOPTIONS>-Djava.security.auth.login.config=/opt/jws61/https-xxxxx/config/login.conf</JVMOPTIONS>
            -->
            <JVMOPTIONS>-Djava.util.logging.manager=com.iplanet.ias.server.logging.ServerLogManager</JVMOPTIONS>
            <JVMOPTIONS>-Djava.awt.headless=true</JVMOPTIONS>
            <JVMOPTIONS>-server</JVMOPTIONS>
            <JVMOPTIONS>-Xmx1024m</JVMOPTIONS>
            <JVMOPTIONS>-Xms96m</JVMOPTIONS>
            <JVMOPTIONS>-Xrs</JVMOPTIONS>
            <JVMOPTIONS>-XX:MaxPermSize=1024m</JVMOPTIONS>
            <JVMOPTIONS>-Denv=proddc2split</JVMOPTIONS>
            <JVMOPTIONS>-Dhttp.proxyHost=proxy-vip.xxxops.com</JVMOPTIONS>
            <JVMOPTIONS>-Dhttp.proxyPort=3128</JVMOPTIONS>
            <JVMOPTIONS>-Dhttps.proxyHost=proxy-vip.xxxops.com</JVMOPTIONS>
            <JVMOPTIONS>-Dhttps.proxyPort=3128</JVMOPTIONS>
    <!--       <JVMOPTIONS>-DORACLE_HOME="/opt/oracle/product/9.2.0"</JVMOPTIONS> -->
            <SECURITY defaultrealm="native" anonymousrole="ANYONE" audit="false">
                <AUTHREALM name="file" classname="com.iplanet.ias.security.auth.realm.file.FileRealm">
                  <PROPERTY name="file" value="/opt/jws61/https-xxxxx/config/keyfile"/>
                  <PROPERTY name="jaas-context" value="fileRealm"/>
                </AUTHREALM>
                <AUTHREALM name="native" classname="com.iplanet.ias.security.auth.realm.webcore.NativeRealm">
                  <PROPERTY name="jaas-context" value="nativeRealm"/>
                </AUTHREALM>
                <!--
                <AUTHREALM name="ldap" classname="com.iplanet.ias.security.auth.realm.ldap.LDAPRealm">
                  <PROPERTY name="directory" value="ldap://localhost:389"/>
                  <PROPERTY name="base-dn" value="o=isp"/>
                  <PROPERTY name="jaas-context" value="ldapRealm"/>
                </AUTHREALM>
                -->
                <!--
                <AUTHREALM name="solaris" classname="com.iplanet.ias.security.auth.realm.solaris.SolarisRealm">
                  <PROPERTY name="jaas-context" value="solarisRealm"/>
                </AUTHREALM>
                -->
            </SECURITY>
            <RESOURCES>
            </RESOURCES>
        </JAVA>
        <LOG file="/data/logs/xxxxx/errors" loglevel="info"/>
    </SERVER>###magnus.conf
    # The NetsiteRoot, ServerName, and ServerID directives are DEPRECATED.
    # They will not be supported in future releases of the Web Server.
    NetsiteRoot /opt/jws61
    ServerName entertainment
    ServerID https-xxxxxx
    RqThrottle 128
    DNS off
    Security off
    PidLog /opt/jws61/https-xxxxxx/logs/pid
    User webservd
    StackSize 131072
    TempDir /tmp/https-xxxxxx-ba138622
    CGIWaitPid on
    KeepAliveThreads 4
    KeepAliveTimeout 30
    KernelThreads off
    MaxKeepAliveConnections 256
    MaxProcs 1
    UseNativePoll on
    Init fn=flex-init access="$accesslog" format.access="%Ses->client.ip% - %Req->vars.auth-user% [%SYSDATE%] \"%Req->reqpb.clf-request%\" %Req->srvhdrs.clf-status% %Req->srvhdrs.content-length%"
    Init fn="load-modules" shlib="/opt/jws61/bin/https/lib/libj2eeplugin.so" shlib_flags="(global|now)"###obj.conf
    <Object name="default">
    AuthTrans fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true"
    NameTrans fn="redirect" from="/NASApp/xxx/" url-prefix="/"
    NameTrans fn="ntrans-j2ee" name="j2ee"
    NameTrans fn=pfx2dir from=/mc-icons dir="/opt/jws61/ns-icons" name="es-internal"
    NameTrans fn=document-root root="$docroot"
    PathCheck fn=unix-uri-clean
    PathCheck fn="check-acl" acl="default"
    PathCheck fn=find-pathinfo
    PathCheck fn=find-index index-names="index.html,home.html,index.jsp"
    ObjectType fn=type-by-extension
    ObjectType fn=force-type type=text/plain
    Service method=(GET|HEAD) type=magnus-internal/imagemap fn=imagemap
    #Service method=(GET|HEAD) type=magnus-internal/directory fn=index-common
    Service method=(GET|HEAD) type=magnus-internal/directory fn=send-error code=404 path="404.html"
    Service method=(GET|HEAD|POST) type=*~magnus-internal/* fn=send-file
    Service method=TRACE fn=service-trace
    Error fn="error-j2ee"
    Error fn=send-error code=404 path="/xxxxxxweb/xxx/404.html"
    Error fn=send-error code=405 path="/xxxxxxweb/xxx/404.html"
    Error fn=send-error code=500 path="/xxxxxxweb/xxx/500.html"
    AddLog fn=flex-log name="access"
    </Object>
    <Object name="j2ee">
    Service fn="service-j2ee" method="*"
    </Object>
    <Object name="cgi">
    ObjectType fn=force-type type=magnus-internal/cgi
    Service fn=send-cgi user="$user" group="$group" chroot="$chroot" dir="$dir" nice="$nice"
    </Object>
    <Object name="es-internal">
    PathCheck fn="check-acl" acl="es-internal"
    </Object>
    <Object name="send-compressed">
    PathCheck fn="find-compressed"
    </Object>
    <Object name="compress-on-demand">
    Output fn="insert-filter" filter="http-compression"
    </Object>
    <Object ppath="*.xml">
    AuthTrans fn="set-variable" insert-srvhdrs="Cache-Control: max-age=60"
    AuthTrans fn="set-variable" insert-srvhdrs="Edge-Control: max-age=60"
    </Object>

  • "airport" process uses all of the memory an cpu

    After I reinstalled my MacBook and updated to the latest version of Tiger (10.4.8) my airport network behaves very strange. When I boot my MacBook or disconnect/connect my Airport network a process called "airport" is consuming all the CPU and memory. It uses one core exclusivly and gows to 1,2 GByte of RAM (even more virtual Memory). This slows down the macbook to almost still and heats up the CPU.
    The only thing I can do is to kill the process. Then everything works fine. But this is annoying.
    It seems to make no difference if I use a wireless LAN or not. When airport is enabled then this bug occurs.

    On this thread,
    http://discussions.apple.com/thread.jspa?messageID=349
    2852, people that have Check Point Software's
    SecureClient are reporting the airport process using
    ~95% of CPU time.
    I had SecureClient installed and I can confirm that
    if you uninstall SecureClient, the airport process
    works normally again. I don't know if this is the
    only source of this problem, but if you happen to
    have SecureClient, then you might want to uninstall
    and confirm if this solves your problem.
    Also I would be curious if anyone is having this
    problem that has never had SecureClient, or any 3rd
    party VPN software.
    I can confirm that at least some of my problem with the "airport" process was related to VPN software. After uninstalling the Cisco VPN client, problems dramatically reduced. Interestingly, I still have the Checkpoint client installed, but only rarely see problems with "airport".
    MBP 2.0 GHz   Mac OS X (10.4.8)  

  • I have 16 GB physical memory and my kernel_task file grows to use all my available memory. How do I fix it? It is now completely utilized and Kernal_task is 9.3GB.

    MY computer is acting strangly and now my physical memory of 16GB is completely utilized all the time. I noticed that the kernal_task is now 9.3GB and I don't know why. If I restart the system I am only using about 6GB and then it starts to use more until it is completely utilizing everything WHY?

    Hardware Information:
              iMac (21.5-inch, Mid 2010)
              iMac - model: iMac11,2
              1 3.06 GHz Intel Core i3 CPU: 2 cores
              16 GB RAM
    Video Information:
              ATI Radeon HD 4670 - VRAM: 256 MB
    System Software:
              OS X 10.9.2 (13C1021) - Uptime: 0 days 0:10:11
    Disk Information:
              ST3500418AS disk0 : (500.11 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) / [Startup]: 499.25 GB (391.27 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              OPTIARC DVD RW AD-5680H 
    USB Information:
              American Power Conversion Back-UPS ES 750 FW:841.I3 .D USB FW:I3 
              Apple Internal Memory Card Reader
              Apple Inc. BRCM2046 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Fitbit Inc. Fitbit Base Station
              Logitech USB Receiver
              Apple Inc. Built-in iSight
              Apple Computer, Inc. IR Receiver
    FireWire Information:
              Seagate GoFlex Mac 800mbit - 800mbit max
                        EFI (disk1s1) <not mounted>: 209.7 MB
                        Seagate 1TB External Bootable Backup  (disk1s2) <not mounted>: 499.93 GB
                        Seagate 1TB External User Backup 2 (disk1s3) /Volumes/Seagate 1TB External User Backup 2: 499.8 GB (357.71 GB free)
    Thunderbolt Information:
    Gatekeeper:
              Mac App Store and identified developers
    Kernel Extensions:
              [not loaded] com.anchorfree.tun (1.1.1 - SDK 10.8) Support
              [kext loaded] com.globaldelight.driver.BoomDevice (1.1 - SDK 10.5) Support
              [kext loaded] com.logmein.driver.LogMeInSoundDriver (1.0.3 - SDK 10.5) Support
              [not loaded] com.rim.driver.BlackBerryUSBDriverInt (0.0.52) Support
              [not loaded] com.rim.driver.BlackBerryUSBDriverVSP (0.0.45) Support
              [kext loaded] com.seagate.driver.PowSecDriverCore (5.2.2 - SDK 10.4) Support
              [not loaded] com.seagate.driver.PowSecLeafDriver_10_4 (5.2.2 - SDK 10.4) Support
              [kext loaded] com.seagate.driver.PowSecLeafDriver_10_5 (5.2.2 - SDK 10.5) Support
              [not loaded] com.seagate.driver.SeagateDriveIcons (5.2.2 - SDK 10.4) Support
              [kext loaded] com.squirrels.airparrot.framebuffer (3 - SDK 10.8) Support
              [kext loaded] com.squirrels.driver.AirParrotSpeakers (1.8 - SDK 10.8) Support
              [not loaded] org.virtualbox.kext.VBoxDrv (2.2.0) Support
              [not loaded] org.virtualbox.kext.VBoxNetAdp (2.2.0) Support
              [not loaded] org.virtualbox.kext.VBoxNetFlt (2.2.0) Support
              [not loaded] org.virtualbox.kext.VBoxUSB (2.2.0) Support
    Startup Items:
              comapcpcpestart: Path: /Library/StartupItems/comapcpcpestart
              VirtualBox: Path: /Library/StartupItems/VirtualBox
              WDBMService: Path: /Library/StartupItems/WDBMService
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist Support
              [loaded] com.anchorfree.ajaxserver.plist Support
              [running] com.fitbit.galileod.plist Support
              [loaded] com.google.keystone.daemon.plist Support
              [not loaded] com.logmein.logmeinblanker.plist Support
              [loaded] com.macpaw.CleanMyMac2.Agent.plist Support
              [loaded] com.oracle.java.Helper-Tool.plist Support
              [loaded] com.oracle.java.JavaUpdateHelper.plist Support
              [loaded] com.prosofteng.DriveGenius.locum.plist Support
              [loaded] com.skype.skypeinstaller.plist Support
              [loaded] com.timesoftware.timemachineeditor.helper.plist Support
              [loaded] org.macosforge.xquartz.privileged_startx.plist Support
    Launch Agents:
              [loaded] com.google.keystone.agent.plist Support
              [not loaded] com.logmein.logmeingui.plist Support
              [not loaded] com.logmein.logmeinguiagent.plist Support
              [not loaded] com.maintain.CocktailPurgeInactiveMemory.plist Support
              [loaded] com.maintain.CocktailSystemEvents.plist Support
              [loaded] com.oracle.java.Java-Updater.plist Support
              [running] com.seagate.SeagateStorageGauge.plist Support
              [running] net.culater.SIMBL.Agent.plist Support
              [loaded] org.macosforge.xquartz.startx.plist Support
    User Launch Agents:
              [loaded] com.adobe.ARM.[...].plist Support
              [running] com.google.Chrome.framework.plist Support
              [loaded] com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist Support
              [loaded] com.macpaw.CleanMyMac2Helper.scheduledScan.plist Support
              [loaded] com.macpaw.CleanMyMac2Helper.trashWatcher.plist Support
              [loaded] com.shirtpocket.backupbytime.plist Support
    User Login Items:
              Skype
              AdobeResourceSynchronizer
              Fitbit Connect Menubar Helper
              iTunes
              Printer Pro Desktop
    Internet Plug-ins:
              Default Browser: Version: 537 - SDK 10.9
              OfficeLiveBrowserPlugin: Version: 12.2.3 Support
              SlingPlayer: Version: (null) - SDK 10.8 Support
              AdobePDFViewerNPAPI: Version: 10.1.9 Support
              FlashPlayer-10.6: Version: 13.0.0.206 - SDK 10.6 Support
              LogMeIn: Version: 1.0.935 - SDK 10.7 Support
              Flash Player: Version: 13.0.0.206 - SDK 10.6 Support
              LogMeInSafari32: Version: 1.0.935 - SDK 10.7 Support
              QuickTime Plugin: Version: 7.7.3
              iPhotoPhotocast: Version: 7.0 - SDK 10.8
              AdobePDFViewer: Version: 10.1.9 Support
              JavaAppletPlugin: Version: Java 7 Update 55 Check version
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 2.0 - SDK 10.9
              AppleAVBAudio: Version: 203.2 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
              Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    User Internet Plug-ins:
              thinkorswim plugin_x86_64: Version: thinkorswim_x86_64 1.0.0.0 - SDK 10.7 Support
              tossc plugin_x86_64: Version: TOS Sharing Center plugin_x86_64 1.0.0.0 - SDK 10.7 Support
    3rd Party Preference Panes:
              APC PowerChute Personal Edition  Support
              Flash Player  Support
              Java  Support
    Time Machine:
              Skip System Files: NO
              Mobile backups: OFF
              Auto backup: YES
              Volumes being backed up:
                        Macintosh HD: Disk size: 464.96 GB Disk used: 100.57 GB
              Destinations:
                        Seagate 1TB External User Backup 2 [Local] (Last used)
                        Total size: 0 B
                        Total number of backups: (null)
                        Size of backup disk: Too small
                                  Backup size 0 B < (Disk used 100.57 GB X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                 100%          comapcpowerchute
                  18%          syncdefaultsd
                  12%          Mail
                   5%          WindowServer
                   1%          com.apple.security.XPCKeychainSandboxCheck
    Top Processes by Memory:
              606 MB          mds_stores
              295 MB          com.apple.IconServicesAgent
              131 MB          iTunes
              82 MB          Skype
              49 MB          Finder
    Virtual Memory Information:
              12.60 GB          Free RAM
              1.72 GB          Active RAM
              643 MB          Inactive RAM
              1.05 GB          Wired RAM
              3.35 GB          Page-ins
              0 B          Page-outs

  • Not using all of my memory

    When I hook up my nano to my computer it automatically updates my pictures. Usually it will say no or not all of my pics were transfered because there wasnt enough space. But it says theres still 50MB's left unused. If anyone know how to solve this thanks.
    thanks
    Nano 2GB (1st Gen)    

    the pictures are probally more then 50 mb

  • Issue to use all memory installed on server

    currently running crystal report server 2008 (12.1.0.882) Crystal 32bit on powerfull  Dell server R 905 with 64 Gig memory..
    There are currently 15 instances of Crystal running on this server, with each being allocated a maximum of 2GB.  The aim of the design is for the memory to be chunk up into 2GB each and allocation to the 15 instances of Crystal (2GB x 15), therefore we donu2019t want the instances to exceed the 2GB limit imposed.
    but all 15 instances use maximum 6 Gig memory on server even we have 64 Gig memory available. using page file and cpu goes to %100 and very slow performance.
    using /pae switch in boot.ini and server shows all 64 Gig memory and can be use all these memories by a test application
    thanks for sharing any information to resolve this issue.
    Nick

    Hi Nick,
    I Believe you are using Crystal Reports Server Embedded and working with Lawson to resolve this issue which is why I moved this to the Java Development forum.
    To get more details are you running 15 instances of Crystal RAS according to the CCM?
    RAS is not pae aware and although you can use the boot.ini switch to increase this we highly suggest you don't. I also don't believe we will limit if you are trying to limit it to 2 gig.
    Can you check the number of CPU's enabled in License Manager according to the key code?
    Also, how many reports are you running at one time?
    How many users are logged in?
    Are the reports all on demand reports or are they being exported to some format and e-mailed out etc.?
    If you working with Lawson possibly what we can do is set up a conference call?
    Thank you
    Don
    PS - also note Crystal Reports Server is a standalone version of the full Enterprise produce but it is limited to one server and one PC. It is not the same as Crystal Reports Server Embedded which is standalone Crystal Report RAS and used for application development only. There is no SAP interface to it.
    Edited by: Don Williams on Oct 24, 2009 9:53 PM

  • Turning off speech recognition

    Is there a way to completely turn off speech recognition server? I don't use it at all and it takes a lot of memory when running.

    Hi
    I'm assuming that you've tried turning it off using System Preferences > Speech > Speech Recognition.
    If that doesn't work then I guess you could try deleting the preference files. Look in these two folders:
    - Macintosh HD/Library/Preferences and
    - your user name/Library/Preferences
    Look for files with names like: com.apple.speech.recognition. .. .plist
    Change the .plist file extension to something else and then reboot the computer. With any luck this should clear the problem. If it makes things worse you can rename the files back to their original names.
    Good luck
    Bob
    iBook G3   Mac OS X (10.4.2)  

Maybe you are looking for

  • How to get my wireless working ?

    hey guys today i had to connect using my wireless but I couldn't. So i follow this wiki http://wiki.archlinux.org/index.php/Wireless_Setup But when i typed lshwd lshwd 00:00.0 Host bridge: Intel Corp.|Mobile Memory Controller Hub (intel-agp) 00:02.0

  • Is there a way to rotate screen shot pictures on the Mac book?

    Is there a way to rotate screen shot pictures on the Mac book?

  • [SOLVED] Possibly dead hard drive or bad raid setup...

    I have a 4 drive raid5 running. Just recently one of the drives kept removing itself from the array. I have re / formated / partitioned the drive multiple times, but either mdadm doesn't accept the drive, or it accepts, resyncs, and when i try to acc

  • Problem typing iphone 4s

    Hi! I'm having problems typing in my iPhone 4s, I can not type the letters R, D, F, C when is in a vertical position and I have already restore the iPhone and it didn't work. I don't know what else tu do, I removed the plastic protector from the skin

  • TV out not not turning on

    I can't get the video to go out of the ipod. I select the out setting and it doesn't change from off to on. How do I fix it?