Use of memory id

friends let me know the use of memory id on a report statement?

It stores the parameter to a memory location while transporting a parameter from one program to another. Following are the examples of two program which use memory id to transfer the internal table from one to another.
report  z_82235_test1                           .
types: begin of tab1,
         a(1),
         b(1),
       end of tab1.
types: begin of tab2,
         c(1),
         d(1),
       end of tab2.
data: itab1 type table of tab1,
      wa1 like line of itab1,
      itab2 type table of tab2,
      wa2 like line of itab2.
wa1-a = '1'.
wa1-b = '2'.
append wa1 to itab1.
clear wa1.
wa1-a = '3'.
wa1-b = '4'.
append wa1 to itab1.
clear wa1.
export itab1 to memory id '001'.
export itab2 to memory id '002'.
submit z_82235_test2 and return exporting list to memory .
import itab1 from memory id '003'.
import itab2 from memory id '004'.
write:/ 'ITAB1'.
loop at itab1 into wa1.
write : / wa1-a, wa1-b.
clear: wa1.
endloop.
write:/ 'ITAB2'.
loop at itab2 into wa2.
write : / wa2-c, wa2-d.
clear: wa2.
endloop.
report  z_82235_test2                           .
types: begin of tab1,
         a(1),
         b(1),
       end of tab1.
types: begin of tab2,
         c(1),
         d(1),
       end of tab2.
data: itab1 type table of tab1,
      wa1 like line of itab1,
      itab2 type table of tab2,
      wa2 like line of itab2.
import itab1 from memory id '001'.
import itab2 from memory id '002'.
itab2[] = itab1[].
wa1-a = 'a'.
wa1-b = 'b'.
append wa1 to itab1.
clear wa1.
export itab1 to memory id '003'.
export itab2 to memory id '004'.

Similar Messages

  • Blue screen when using 2 memory modules !!

    Hi,
    When I use two memory modules (installed on bank 1 and 2), windows xp fails to install randomly (sometimes at the beginning, sometimes even after a rebooting...) and generates a blue screen of death... !
    However, they are correctly visible at boot time.
    But when I use only one module, it works fine (I tried with the first and the second module separately). These modules are strictly the same.
    What should I do now ?
    Just a remark : my FSB is at 100 Mhz. Is it normal ? (newbie question)
    Thanks
    David
    Here is my configuration :
    Athlon XP 2600+
    2x512 Mb DDR PC2700 (MDT)
    120 Gb UDMA6 IDE master on IDE1
    80 Gb UDMA5 IDE slave on IDE1
    DVD UDMA2 IDE master on IDE2
    Firewire disabled
    RAID activated (but not used so far)
    LAN and Audio enabled

    I think 300 watts is a way too SMALL for what your trying to run.  Check your label on the power supply and see what your 3.3 volt and 5 volt supply amperage is.  Anything less than 200 watts combined or about 28amps on 3.3 and 35 amps on the 5volt is going to give you grief.  You need a bigger power supply.  Recommend Antec or Enermax as the solution.  Antec SL350 or higher.
    Newegg has good prices and great service
    Antec Power Supplies

  • What can I tune to make the database use less memory in a 1GB ram notebook?

    Hi,
    Our notebook has 1GB ram only, running Windows XP Pro, Oracle10g Database, Oracle9i Application Server. It consumes about 1.4 - 1.5GB ram where it's already start using the virtual memory, therefore have some performance issue with it especially when try to startup the services.
    I'm not a DBA but I would like to get some advice on what and how can I tune the database to use less memory since the notebook is used for demo application only, so we save memory resource and make the notebook runs faster.
    Please advise.
    Thank you.

    Application Server 10gR1, 10gR2 is certified against WinXP:
    XP      10g (9.0.4.0.1)      N/A      Desupported       None       Yes      N/A
    XP      10g (9.0.4)      N/A      Desupported      None      Yes      N/A
    XP      10g (10.1.3.1.0)      N/A      Certified      Yes      None      None
    XP SP2+      10g (10.1.3.0.0)      N/A      Certified      None      Yes      Yes
    XP SP2      10g (10.1.2.0.2)      N/A      Certified      None      Yes      Yes
    XP SP2      10g (10.1.2.0.1)      N/A      Certified      None      Yes      Yes
    XP Xeon      10g (10.1.2.0.0)      N/A      Certified      None      Yes      Yes
    XP      10g (10.1.2.0.0)      N/A      Certified      None      Yes      Yes
    XP      9.0.3      N/A      Desupported      None      Yes      N/A
    XP      9.0.2.0.1      N/A      Desupported      None      None      N/ADessupported means Oracle will no longer produce patches or provide maintenance for the version, so in case you hit some new bug the only alternative will be to work with a higher version.
    In your case you could use 10g on XP. The only XP not supported is Home Edition.
    Coming back to the issue, since 9iR2 Oracle recommendation is to provide 1G for each AS node (infrastructure and middle tier). If you have this on the same box, by itself on the Enterprise install will consume more than 1G.
    Tuning 10g database won't make much difference. If you install AS 10gR2 it includes a 10gR1 Database as infrastructure database you could use for demo purposes.
    ~ Madrid.

  • How to configure Oracle 10g to use 4GB memory

    I'm trying to configure Oracle 10g to use >4GB memory. Have configured server boot.ini with required flags (/3GB /PAE). Rebooted server then created standard database, then connected to db instance and changed oracle parameters DB_BLOCK_BUFFERS, USE_INDIRECT_DATA_BUFFERS as required. Restarted DB instance, DB fails to restarted with SGA memory error. According to oracle user docs the SGA is nolonger in effect due to previous settings. Can you provide example of SPFILE with parameters settings that do work and use >4GB memory. Current server has 8GB, 2 x Dual XEON core/processors (i.e. 8 processors)

    The recommended /3GB switches in the boot.ini file can only be used with the following operating systems editions (KB article 291988):
    Microsoft Windows 2000 Advanced Server
    Microsoft Windows 2000 Data Center Server
    Microsoft Windows Server 2003, Enterprise Edition
    Microsoft Windows Server 2003, Data Center Edition
    Microsoft Windows Small Business Server 2003
    Important: Windows 2000 and 2003 Server Standard Editions DO NOT SUPPORT /3GB Switch.
    So if your OS is listed above, then you cannot have a larger SGA.

  • Slow iMac, kernel_task using 1GB memory

    My iMac has been running slower and slower over the past year or so.  The problem seems to come and go, but I have been noticing increasing tendency for applications to hang, or to get stuck for minutes with spinning beach balls.  I've been carrying forward software and installations going all the way back to OS X 10.0 (from previous machines) and I probably have made some poor choices regarding installing third-party software in the past.
    I've seen some very helpful advice in this forum given to others (for example, here) so I thought I would post my problem here.
    I've been watching Activity Monitor, and the only thing I've noticed that seems consistently out of place is that kernel_task is using about 1GB of RAM.  (It was using about 2GB of RAM until I uninstalled Virtual Box, which clearly was a big part of my problems).
    I am fully backed up redundantly (locally via Time Machine and remotely via BackBlaze).  I'm holding off upgrading to Yosemite until I can clean this issue up (unless you think it would help).
    Below you will find posted two diagnostic reports.  The first is EtreCheck, followed by the results of the Terminal script posted by Linc Davis in this thread
    I hope that's sufficient to help the geniuses reading this forum give me some advice.  Thank you in advance for your help.
    ================
    ETRE CHECK
    =================
    Problem description:
    slow computer, kernel_task using 1GB memory
    EtreCheck version: 2.0.6 (91)
    Report generated October 27, 2014 at 8:42:21 PM PDT
    Hardware Information: ℹ️
      iMac (27-inch, Mid 2011) (Verified)
      iMac - model: iMac12,2
      1 3.1 GHz Intel Core i5 CPU: 4-core
      12 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1333 MHz ok
      BANK 0/DIMM1
      4 GB DDR3 1333 MHz ok
      BANK 1/DIMM1
      4 GB DDR3 1333 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      AMD Radeon HD 6970M - VRAM: 1024 MB
      iMac 2560 x 1440
      Apple Cinema Display 1680 x 1050
    System Software: ℹ️
      OS X 10.9.5 (13F34) - Uptime: 7 days 22:48:12
    Disk Information: ℹ️
      Hitachi HDS722020ALA330 disk0 : (2 TB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) /  [Startup]: 2 TB (818.80 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      OPTIARC DVD RW AD-5680H
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple, Inc. Keyboard Hub
      Razer Razer DeathAdder 
      Apple, Inc Apple Keyboard
      Apple Inc. iPhone
      S.M.A.R.T. Status: Verified
      Apple Inc. iPod
      Canon CanoScan
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      American Power Conversion Back-UPS ES 750 FW:841.I3 .D USB FW:I3
      Apple Computer, Inc. IR Receiver
      Apple Internal Memory Card Reader
    Firewire Information: ℹ️
      OWC Mercury Elite-AL Pro unknown_device 800mbit - 800mbit max
      S.M.A.R.T. Status: Verified
      EFI (disk1s1) <not mounted> : 210 MB
      OWC Time Capsule (disk1s2) /Volumes/OWC Time Capsule : 2 TB (57.75 GB free)
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Library/Application Support/LogMeIn/drivers
      [loaded] com.logmein.driver.LogMeInSoundDriver (1.0.3 - SDK 10.5) Support
      /System/Library/Extensions
      [loaded] com.Cycling74.driver.Soundflower (1.5.2) Support
      [not loaded] com.palm.ClassicNotSeizeDriver (3.2.1) Support
      [loaded] com.razer.driver.RazerDeathAdderDriver (2.0.2) Support
      [not loaded] com.tomtom.driver.UsbEthernetGadget (1.0.0d1) Support
      [not loaded] com.wdc.driver.1394HP (1.0.5) Support
      [not loaded] com.wdc.driver.USBHP (1.0.2) Support
      [loaded] jp.plentycom.driver.SteerMouse (4.0.2) Support
      [not loaded] net.pocketmac.driver.BlackberryUSB (2.0.2) Support
      [not loaded] net.pocketmac.driver.BlackberryUSBDev (2.0.2) Support
    Startup Items: ℹ️
      ChmodBPF: Path: /Library/StartupItems/ChmodBPF
      Startup items are obsolete and will not work in future versions of OS X
    Launch Agents: ℹ️
      [invalid?] com.cisco.anyconnect.gui.plist Support
      [loaded] com.citrix.AuthManager_Mac.plist Support
      [running] com.citrix.ReceiverHelper.plist Support
      [running] com.citrix.ServiceRecords.plist Support
      [loaded] com.google.keystone.agent.plist Support
      [invalid?] com.logmein.LMILaunchAgentFixer.plist Support
      [not loaded] com.logmein.logmeingui.plist Support
      [not loaded] com.logmein.logmeinguiagent.plist Support
      [not loaded] com.logmein.logmeinguiagentatlogin.plist Support
      [loaded] com.oracle.java.Java-Updater.plist Support
      [running] com.razer.DeathAdder.Daemon.plist Support
      [running] com.symantec.ev.daemon.plist Support
      [loaded] org.macosforge.xquartz.startx.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [running] com.backblaze.bzserv.plist Support
      [loaded] com.barebones.authd.plist Support
      [loaded] com.barebones.textwrangler.plist Support
      [loaded] com.bombich.ccc.plist Support
      [not loaded] com.bombich.ccc.scheduledtask.869BF412-1824-4F8C-A551-8A7FE5394255.plist Support
      [not loaded] com.bombich.ccc.scheduledtask.CEBED225-0D54-453F-8068-8F1BE50D016D.plist Support
      [running] com.cisco.anyconnect.vpnagentd.plist Support
      [running] com.freemacsoft.appcleanerd.plist Support
      [failed] com.google.GoogleML.plist Support
      [loaded] com.google.keystone.daemon.plist Support
      [loaded] com.leapfrog.connect.authdaemon.plist Support
      [not loaded] com.logmein.logmeinblanker.plist Support
      [not loaded] com.logmein.logmeinserver.plist Support
      [invalid?] com.logmein.raupdate.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
      [loaded] com.oracle.java.JavaUpdateHelper.plist Support
      [loaded] com.rogueamoeba.hermes.plist Support
      [loaded] org.macosforge.xquartz.privileged_startx.plist Support
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist Support
      [running] com.backblaze.bzbmenu.plist Support
      [invalid?] com.citrixonline.GoToMeeting.G2MUpdate.plist Support
      [invalid?] com.google.Chrome.framework.plist Support
      [running] com.leapfrog.connect.monitor.plist Support
      [not loaded] jp.co.canon.Inkjet_Extended_Survey_Agent.plist Support
      [not loaded] ws.agile.1PasswordAgent.plist Support
    User Login Items: ℹ️
      HyperDock Helper Application (/Library/PreferencePanes/HyperDock.prefpane/Contents/Resources/HyperDock Helper.app)
      Dropbox Application (/Applications/Dropbox.app)
      EvernoteHelper Application (/Applications/Evernote.app/Contents/Library/LoginItems/EvernoteHelper.app)
    Internet Plug-ins: ℹ️
      o1dbrowserplugin: Version: 5.4.2.18903 Support
      Google Earth Web Plug-in: Version: 6.0 Support
      Default Browser: Version: 537 - SDK 10.9
      Flip4Mac WMV Plugin: Version: 2.4.2.4 Support
      net.juniper.DSSafariExtensions: Version: (null) Support
      mb: Version: (null) Support
      OfficeLiveBrowserPlugin: Version: 12.3.6 Support
      FlashPlayer-10.6: Version: 15.0.0.189 - SDK 10.6 Support
      Silverlight: Version: 5.1.20913.0 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.189 - SDK 10.6 Support
      iPhotoPhotocast: Version: 7.0 - SDK 10.8
      CitrixICAClientPlugIn: Version: 11.8.2 - SDK 10.7 Support
      googletalkbrowserplugin: Version: 5.4.2.18903 Support
      GarminGpsControl: Version: 4.2.0.0 - SDK 10.8 Support
      QuickTime Plugin: Version: 7.7.3
      SharePointBrowserPlugin: Version: 14.4.5 - SDK 10.6 Support
      JavaAppletPlugin: Version: Java 7 Update 65 Check version
    User Internet Plug-ins: ℹ️
      ATTConnectEventEntry: Version: 1.0.3 - SDK 10.6
      OctoshapeWeb: Version: 1.0 Support
      WebEx64: Version: 1.0 - SDK 10.6 Support
      WebEx: Version: 1.0 Support
      ATTConnectWCPlugin1_0_6: Version: 1.0.6 Support
      Picasa: Version: 1.0 Support
      CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 Support
    Safari Extensions: ℹ️
      1Password
      OpenIE
    3rd Party Preference Panes: ℹ️
      Application Enhancer  Support
      Backblaze Backup  Support
      Enterprise Vault  Support
      Flash Player  Support
      Flip4Mac WMV  Support
      Growl  Support
      HyperDock  Support
      Java  Support
      MacFUSE  Support
      MusicManager  Support
      Perian  Support
      SteerMouse  Support
    Time Machine: ℹ️
      Skip System Files: NO
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 2 TB Disk used: 1 TB
      Destinations:
      OWC Time Capsule [Local]
      Total size: 2 TB
      Total number of backups: 121
      Oldest backup: 2012-12-17 08:56:36 +0000
      Last backup: 2014-10-28 03:08:23 +0000
      Size of backup disk: Too small
      Backup size 2 TB < (Disk used 1 TB X 3)
    Top Processes by CPU: ℹ️
          7% Microsoft Outlook
          3% WindowServer
          3% JavaAppLauncher
          3% find
          1% Google Chrome
    Top Processes by Memory: ℹ️
      515 MB iPhoto
      515 MB iTunes
      245 MB WindowServer
      232 MB Finder
      219 MB Google Chrome
    Virtual Memory Information: ℹ️
      552 MB Free RAM
      4.56 GB Active RAM
      2.98 GB Inactive RAM
      1.87 GB Wired RAM
      93.91 GB Page-ins
      649 MB Page-outs
    ============================
    LINC DAVIS SCRIPT
    ============================
    Start time: 20:37:30 10/27/14
    Model Identifier: iMac12,2
    System Version: OS X 10.9.5 (13F34)
    Kernel Version: Darwin 13.4.0
    Time since boot: 7 days 22:43
    SATA
       Hitachi HDS722020ALA330                
    FireWire
       Unknown Device (OWC Mercury Elite-AL Pro)
    USB
       Razer DeathAdder (Razer)
       USB 2.0 Hub (TERMINUS TECHNOLOGY INC.)
       Composite Device (Garmin International)
       USB 2.0 Hub (TERMINUS TECHNOLOGY INC.)
       CanoScan (Canon Inc.)
       Hub (NEC Corporation)
       Hub (NEC Corporation)
    Log
       Oct 24 23:01:28 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x03, ASC = 0x02, ASCQ = 0x00
       Oct 24 23:01:30 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x03, ASC = 0x02, ASCQ = 0x00
       Oct 24 23:01:30 disk4: I/O error.
       Oct 24 23:01:33 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x03, ASC = 0x02, ASCQ = 0x00
       Oct 24 23:01:35 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x03, ASC = 0x02, ASCQ = 0x00
       Oct 24 23:01:35 disk4: I/O error.
       Oct 24 23:01:39 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x03, ASC = 0x02, ASCQ = 0x00
       Oct 24 23:01:42 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x03, ASC = 0x02, ASCQ = 0x00
       Oct 24 23:01:42 disk4: I/O error.
       Oct 24 23:01:47 SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x03, ASC = 0x02, ASCQ = 0x00
       Oct 25 00:10:39 msdosfs_fat_uninit_vol: error 6 from msdosfs_fat_cache_flush
       Oct 25 00:24:11 process iTunes[918] thread 39534 caught burning CPU!; EXC_RESOURCE supressed due to audio playback
       Oct 25 08:24:45 USBF:    469798.165    AppleUSBEHCI::Found a transaction which hasn't moved in 5000 milliseconds on bus 0xfa, timing out! (Addr: 9, EP: 2)
       Oct 25 08:24:52 USBF:    469805.173    AppleUSBEHCI::Found a transaction which hasn't moved in 5000 milliseconds on bus 0xfa, timing out! (Addr: 9, EP: 2)
       Oct 25 08:24:58 USBF:    469811.184    AppleUSBEHCI::Found a transaction which hasn't moved in 5000 milliseconds on bus 0xfa, timing out! (Addr: 9, EP: 2)
       Oct 25 08:25:05 USBF:    469818.191    AppleUSBEHCI::Found a transaction which hasn't moved in 5000 milliseconds on bus 0xfa, timing out! (Addr: 9, EP: 2)
       Oct 25 08:25:12 USBF:    469825.199    AppleUSBEHCI::Found a transaction which hasn't moved in 5000 milliseconds on bus 0xfa, timing out! (Addr: 9, EP: 2)
       Oct 25 08:25:18 USBF:    469831.208    AppleUSBEHCI::Found a transaction which hasn't moved in 5000 milliseconds on bus 0xfa, timing out! (Addr: 9, EP: 2)
       Oct 25 08:25:25 USBF:    469838.213    AppleUSBEHCI::Found a transaction which hasn't moved in 5000 milliseconds on bus 0xfa, timing out! (Addr: 9, EP: 2)
       Oct 25 08:25:32 USBF:    469845.224    AppleUSBEHCI::Found a transaction which hasn't moved in 5000 milliseconds on bus 0xfa, timing out! (Addr: 9, EP: 2)
       Oct 25 08:25:39 USBF:    469852.235    AppleUSBEHCI::Found a transaction which hasn't moved in 5000 milliseconds on bus 0xfa, timing out! (Addr: 9, EP: 2)
       Oct 25 08:25:46 USBF:    469859.242    AppleUSBEHCI::Found a transaction which hasn't moved in 5000 milliseconds on bus 0xfa, timing out! (Addr: 9, EP: 2)
       Oct 25 08:25:53 USBF:    469866.250    AppleUSBEHCI::Found a transaction which hasn't moved in 5000 milliseconds on bus 0xfa, timing out! (Addr: 9, EP: 2)
       Oct 25 10:56:09 process WindowServer[111] caught causing excessive wakeups. EXC_RESOURCE supressed due to audio playback
       Oct 26 09:40:48 jnl: disk5s2: journal start/end pointers reset! (jnl 0xffffff8025f82a80; s 0x692000 e 0x698000)
    Memory: kernel_task (UID 0) is using 1174 MB
    kexts
       com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN (1.0.0d1)
       com.apple.driver.AppleIntelHD3000Graphics (8.2.4)
       com.apple.AMDRadeonX3000 (1.2.4)
       com.logmein.driver.LogMeInSoundDriver (1.0.3)
       com.Cycling74.driver.Soundflower (1.5.2)
       com.razer.driver.RazerDeathAdderDriver (2.0.2)
       jp.plentycom.driver.SteerMouse (4.0.2)
    Daemons
       org.postfix.master
       org.ntp.ntpd
       org.cups.cupsd
       com.vix.cron
       org.macosforge.xquartz.privileged_startx
       com.rogueamoeba.hermes
       com.oracle.java.JavaUpdateHelper
       com.oracle.java.Helper-Tool
       com.microsoft.office.licensing.helper
       com.logmein.raupdate
       com.leapfrog.connect.authdaemon
       com.google.keystone.daemon
       com.google.GoogleML
       com.freemacsoft.appcleanerd
       com.cisco.anyconnect.vpnagentd
       com.bombich.ccc
       com.barebones.textwrangler
       com.barebones.authd
       com.backblaze.bzserv
       com.adobe.fpsaud
    Agents
       com.google.GoogleTalkPluginD.5488.UUID
       com.citrix.ReceiverHelper
       com.citrix.ServiceRecords
       com.citrix.AuthManager_Mac
       jp.co.canon.ijscanner2.scanner.ica.12528.UUID
       2BUA8C4S2C.com.agilebits.onepassword4-helper
       org.macosforge.xquartz.startx
       com.symantec.ev.daemon
       com.razer.DeathAdder.Daemon
       com.oracle.java.Java-Updater
       com.logmein.LMILaunchAgentFixer
       com.google.keystone.system.agent
       com.cisco.anyconnect.gui
       com.leapfrog.connect.monitor
       com.citrixonline.GoToMeeting.G2MUpdate
       com.backblaze.bzbmenu
       com.adobe.ARM.UUID
    launchd
       /Library/LaunchAgents/com.cisco.anyconnect.gui.plist
       - com.cisco.anyconnect.gui
       /Library/LaunchAgents/com.citrix.AuthManager_Mac.plist
       - com.citrix.AuthManager_Mac
       /Library/LaunchAgents/com.citrix.ReceiverHelper.plist
       - com.citrix.ReceiverHelper
       /Library/LaunchAgents/com.citrix.ServiceRecords.plist
       - com.citrix.ServiceRecords
       /Library/LaunchAgents/com.google.keystone.agent.plist
       - com.google.keystone.system.agent
       /Library/LaunchAgents/com.logmein.LMILaunchAgentFixer.plist
       - com.logmein.LMILaunchAgentFixer
       /Library/LaunchAgents/com.logmein.logmeingui.plist
       - com.logmein.logmeingui
       /Library/LaunchAgents/com.logmein.logmeinguiagent.plist
       - com.logmein.logmeinguiagent
       /Library/LaunchAgents/com.logmein.logmeinguiagentatlogin.plist
       - com.logmein.logmeinguiagentatlogin
       /Library/LaunchAgents/com.oracle.java.Java-Updater.plist
       - com.oracle.java.Java-Updater
       /Library/LaunchAgents/com.razer.DeathAdder.Daemon.plist
       - com.razer.DeathAdder.Daemon
       /Library/LaunchAgents/com.symantec.ev.daemon.plist
       - com.symantec.ev.daemon
       /Library/LaunchAgents/org.macosforge.xquartz.startx.plist
       - org.macosforge.xquartz.startx
       /Library/LaunchDaemons/com.adobe.fpsaud.plist
       - com.adobe.fpsaud
       /Library/LaunchDaemons/com.backblaze.bzserv.plist
       - com.backblaze.bzserv
       /Library/LaunchDaemons/com.barebones.authd.plist
       - com.barebones.authd
       /Library/LaunchDaemons/com.barebones.textwrangler.plist
       - com.barebones.textwrangler
       /Library/LaunchDaemons/com.bombich.ccc.plist
       - com.bombich.ccc
       /Library/LaunchDaemons/com.bombich.ccc.scheduledtask.UUID.plist
       - com.bombich.ccc.scheduledtask.UUID
       /Library/LaunchDaemons/com.bombich.ccc.scheduledtask.UUID.plist
       - com.bombich.ccc.scheduledtask.UUID
       /Library/LaunchDaemons/com.cisco.anyconnect.vpnagentd.plist
       - com.cisco.anyconnect.vpnagentd
       /Library/LaunchDaemons/com.freemacsoft.appcleanerd.plist
       - com.freemacsoft.appcleanerd
       /Library/LaunchDaemons/com.google.GoogleML.plist
       - com.google.GoogleML
       /Library/LaunchDaemons/com.google.keystone.daemon.plist
       - com.google.keystone.daemon
       /Library/LaunchDaemons/com.leapfrog.connect.authdaemon.plist
       - com.leapfrog.connect.authdaemon
       /Library/LaunchDaemons/com.logmein.logmeinblanker.plist
       - com.logmein.logmeinblanker
       /Library/LaunchDaemons/com.logmein.logmeinserver.plist
       - com.logmein.logmeinserver
       /Library/LaunchDaemons/com.logmein.raupdate.plist
       - com.logmein.raupdate
       /Library/LaunchDaemons/com.microsoft.office.licensing.helper.plist
       - com.microsoft.office.licensing.helper
       /Library/LaunchDaemons/com.oracle.java.Helper-Tool.plist
       - com.oracle.java.Helper-Tool
       /Library/LaunchDaemons/com.oracle.java.JavaUpdateHelper.plist
       - com.oracle.java.JavaUpdateHelper
       /Library/LaunchDaemons/com.rogueamoeba.hermes.plist
       - com.rogueamoeba.hermes
       /Library/LaunchDaemons/org.macosforge.xquartz.privileged_startx.plist
       - org.macosforge.xquartz.privileged_startx
       Library/LaunchAgents/com.adobe.ARM.UUID.plist
       - com.adobe.ARM.UUID
       Library/LaunchAgents/com.apple.FolderActions.enabled.plist
       - com.apple.FolderActions.enabled
       Library/LaunchAgents/com.apple.FolderActions.folders.plist
       - com.apple.FolderActions.folders
       Library/LaunchAgents/com.backblaze.bzbmenu.plist
       - com.backblaze.bzbmenu
       Library/LaunchAgents/com.citrixonline.GoToMeeting.G2MUpdate.plist
       - com.citrixonline.GoToMeeting.G2MUpdate
       Library/LaunchAgents/com.google.Chrome.framework.plist
       - com.google.Chrome.framework.service_process~/Library/Application_Support/Google /Chrome
       Library/LaunchAgents/com.leapfrog.connect.monitor.plist
       - com.leapfrog.connect.monitor
       Library/LaunchAgents/jp.co.canon.Inkjet_Extended_Survey_Agent.plist
       - jp.co.canon.Inkjet_Extended_Survey_Agent
       Library/LaunchAgents/ws.agile.1PasswordAgent.plist
       - ws.agile.1PasswordAgent
    Startup items
       /Library/StartupItems/ChmodBPF/ChmodBPF
       /Library/StartupItems/ChmodBPF/StartupParameters.plist
    Bundles
       /System/Library/CoreServices/SecurityAgentPlugins/HomeDirMechanism.bundle
       - com.apple.SecurityAgentPlugin.HomeDirMechanism
       /System/Library/CoreServices/SecurityAgentPlugins/KerberosAgent.bundle
       - com.apple.KerberosAgent
       /System/Library/CoreServices/SecurityAgentPlugins/loginwindow.bundle
       - com.apple.securityAgentPlugins.loginwindowUI
       /System/Library/CoreServices/SecurityAgentPlugins/MCXMechanism.bundle
       - com.apple.securityAgentPlugin.MCXMechanism
       /System/Library/CoreServices/SecurityAgentPlugins/PKINITMechanism.bundle
       - com.apple.PKINITMechanism
       /System/Library/CoreServices/SecurityAgentPlugins/RestartAuthorization.bundle
       - com.apple.securityAgentPlugin.RestartAuthorization
       /System/Library/Extensions/AMDRadeonVADriver.bundle
       - N/A
       /System/Library/Extensions/AMDRadeonX3000.kext
       - com.apple.AMDRadeonX3000
       /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle
       - com.apple.AMDRadeonX3000GLDriver
       /System/Library/Extensions/AMDRadeonX4000.kext
       - com.apple.AMDRadeonX4000
       /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle
       - com.apple.AMDRadeonX4000GLDriver
       /System/Library/Extensions/AppleFSCompressionTypeLZVN.kext
       - com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN
       /System/Library/Extensions/AppleIntelHD3000Graphics.kext
       - com.apple.driver.AppleIntelHD3000Graphics
       /System/Library/Extensions/AppleIntelHD3000GraphicsGA.plugin
       - com.apple.driver.AppleIntelHD3000GraphicsGA
       /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle
       - com.apple.driver.AppleIntelHD3000GraphicsGLDriver
       /System/Library/Extensions/AppleIntelHD3000GraphicsVADriver.bundle
       - com.apple.AppleIntelHD3000GraphicsVADriver
       /System/Library/Extensions/AppleIntelHD4000Graphics.kext
       - com.apple.driver.AppleIntelHD4000Graphics
       /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle
       - com.apple.driver.AppleIntelHD4000GraphicsGLDriver
       /System/Library/Extensions/AppleIntelHD4000GraphicsVADriver.bundle
       - com.apple.AppleIntelHD4000GraphicsVADriver
       /System/Library/Extensions/AppleIntelHD5000Graphics.kext
       - com.apple.driver.AppleIntelHD5000Graphics
       /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle
       - com.apple.driver.AppleIntelHD5000GraphicsGLDriver
       /System/Library/Extensions/AppleIntelHD5000GraphicsVADriver.bundle
       - com.apple.AppleIntelHD5000GraphicsVADriver
       /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle
       - com.apple.driver.AppleIntelHDGraphicsGLDriver
       /System/Library/Extensions/AppleIntelHSWVA.bundle
       - com.apple.AppleIntelHSWFBVA
       /System/Library/Extensions/AppleIntelIVBVA.bundle
       - com.apple.AppleIntelIVBFBVA
       /System/Library/Extensions/ATIRadeonX2000.kext
       - com.apple.ATIRadeonX2000
       /System/Library/Extensions/ATIRadeonX2000GA.plugin
       - com.apple.ATIRadeonX2000GA
       /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle
       - com.apple.ATIRadeonX2000GLDriver
       /System/Library/Extensions/ATIRadeonX2000VADriver.bundle
       - com.apple.ATIRadeonX2000VADriver
       /System/Library/Extensions/BlackberryUSB.kext
       - net.pocketmac.driver.BlackberryUSB
       /System/Library/Extensions/BlackberryUSBDev.kext
       - net.pocketmac.driver.BlackberryUSBDev
       /System/Library/Extensions/EPSONUSBPrintClass.kext
       - com.epson.print.kext.USBPrintClass
       /System/Library/Extensions/GeForce.kext
       - com.apple.GeForce
       /System/Library/Extensions/GeForceGA.plugin
       - com.apple.GeForceGA
       /System/Library/Extensions/GeForceGLDriver.bundle
       - com.apple.GeForceGLDriver
       /System/Library/Extensions/GeForceTesla.kext
       - com.apple.GeForceTesla
       /System/Library/Extensions/GeForceTeslaGLDriver.bundle
       - com.apple.GeForceTeslaGLDriver
       /System/Library/Extensions/GeForceTeslaVADriver.bundle
       - com.apple.GeForceTeslaVADriver
       /System/Library/Extensions/GeForceVADriver.bundle
       - com.apple.GeForceVADriver
       /System/Library/Extensions/HotSync Classic Seize.kext
       - com.palm.ClassicNotSeizeDriver
       /System/Library/Extensions/hp_designjet_series.kext
       - com.hp.print.hpio.Designjet.kext
       /System/Library/Extensions/hp_Deskjet_io_enabler.kext
       - com.hp.print.hpio.Deskjet.kext
       /System/Library/Extensions/hp_fax_io.kext
       - com.hp.kext.hp-fax-io
       /System/Library/Extensions/hp_Inkjet1_io_enabler.kext
       - com.hp.print.hpio.Inkjet1.kext
       /System/Library/Extensions/hp_Inkjet2_io_enabler.kext
       - com.hp.print.hpio.Inkjet2.kext
       /System/Library/Extensions/hp_Inkjet3_io_enabler.kext
       - com.hp.print.hpio.Inkjet3.kext
       /System/Library/Extensions/hp_Inkjet4_io_enabler.kext
       - com.hp.print.hpio.Inkjet4.kext
       /System/Library/Extensions/hp_Inkjet5_io_enabler.kext
       - com.hp.print.hpio.Inkjet5.kext
       /System/Library/Extensions/hp_Inkjet7_io_enabler.kext
       - com.hp.print.hpio.inkjet7.kext
       /System/Library/Extensions/hp_Inkjet8_io_enabler.kext
       - com.hp.print.hpio.inkjet8.kext
       /System/Library/Extensions/hp_Inkjet9_io_enabler.kext
       - com.hp.print.hpio.Inkjet9.kext
       /System/Library/Extensions/hp_Inkjet_io_enabler.kext
       - com.hp.print.hpio.Inkjet.kext
       /System/Library/Extensions/hp_io_printerclassdriver_enabler.kext
       - com.hp.hpio.hp_io_printerclassdriver_enabler
       /System/Library/Extensions/hp_Laserjet_io_enabler.kext
       - com.hp.print.hpio.Laserjet.kext
       /System/Library/Extensions/hp_Officejet_io_enabler.kext
       - com.hp.print.hpio.Officejet.kext
       /System/Library/Extensions/hp_Photosmart_io_enabler.kext
       - com.hp.print.hpio.Photosmart.kext
       /System/Library/Extensions/hp_PhotosmartPro_io_enabler.kext
       - com.hp.print.hpio.PhotosmartPro.kext
       /System/Library/Extensions/hp_psa640_io_enabler.kext
       - com.hp.hpio.hp_psa640_io_enabler
       /System/Library/Extensions/hp_qc_io_enabler.kext
       - com.hp.hpio.hp_psa530_630_io_enabler
       /System/Library/Extensions/LogMeInSoundDriver.kext
       - com.logmein.driver.LogMeInSoundDriver
       /System/Library/Extensions/RazerDeathAdderDriver.kext
       - com.razer.driver.RazerDeathAdderDriver
       /System/Library/Extensions/RemoteVirtualInterface.kext
       - com.apple.nke.rvi
       /System/Library/Extensions/Soundflower.kext
       - com.Cycling74.driver.Soundflower
       /System/Library/Extensions/SteerMouse.kext
       - jp.plentycom.driver.SteerMouse
       /System/Library/Extensions/UsbEthernetGadget.kext
       - com.tomtom.driver.UsbEthernetGadget
       /System/Library/Extensions/WD1394HPDriver.kext
       - com.wdc.driver.1394HP
       /System/Library/Extensions/WDUSBHPDriver.kext
       - com.wdc.driver.USBHP
       /Library/Address Book Plug-Ins/SkypeABDialer.bundle
       - com.skype.skypeabdialer
       /Library/Address Book Plug-Ins/SkypeABSMS.bundle
       - com.skype.skypeabsms
       /Library/Audio/MIDI Drivers/EmagicUSBMIDIDriver.plugin
       - info.emagic.driver.unitor
       /Library/Audio/Plug-Ins/Components/A52Codec.component
       - com.shepmater.A52Codec
       /Library/Audio/Plug-Ins/HAL/AirPlay.driver
       - com.apple.audio.AirTunesHALPlugin
       /Library/Audio/Plug-Ins/HAL/AppleAVBAudio.driver
       - com.apple.audio.AppleAVBAudio
       /Library/Audio/Plug-Ins/HAL/BluetoothAudioPlugIn.driver
       - com.apple.audio.BluetoothAudioPlugIn
       /Library/Audio/Plug-Ins/HAL/iSightAudio.driver
       - com.apple.iSightAudio
       /Library/Internet Plug-Ins/CitrixICAClientPlugIn.plugin
       - com.citrix.citrixicaclientplugIn
       /Library/Internet Plug-Ins/Default Browser.plugin
       - com.apple.DefaultBrowser.PlugIn
       /Library/Internet Plug-Ins/disabled/JavaAppletPlugin.plugin
       - com.apple.java.JavaAppletPlugin
       /Library/Internet Plug-Ins/Disabled Plug-Ins/Windows Media Plugin
       - com.microsoft.WMP.defaultplugin
       /Library/Internet Plug-Ins/Disabled Plug-Ins/Windows Media Plugin/Contents/Resources/English.lproj
       - N/A
       /Library/Internet Plug-Ins/DRM Plugin.bundle
       - com.microsoft.DRMPlugin
       /Library/Internet Plug-Ins/Flash Player.plugin
       - N/A
       /Library/Internet Plug-Ins/Flip4Mac WMV Plugin.plugin
       - net.telestream.wmv.plugin
       /Library/Internet Plug-Ins/GarminGpsControl.plugin
       - com.garmin.GarminGpsControl
       /Library/Internet Plug-Ins/Google Earth Web Plug-in.plugin
       - com.Google.GoogleEarthPlugin.plugin
       /Library/Internet Plug-Ins/GoogleGadget.webplugin
       - com.google.googlegadgetwebplugin
       /Library/Internet Plug-Ins/googletalkbrowserplugin.plugin
       - com.google.googletalkbrowserplugin
       /Library/Internet Plug-Ins/iPhotoPhotocast.plugin
       - com.apple.plugin.iPhotoPhotocast
       /Library/Internet Plug-Ins/JavaAppletPlugin.plugin
       - com.oracle.java.JavaAppletPlugin
       /Library/Internet Plug-Ins/mb.plugin
       - com.motionbased.plugin
       /Library/Internet Plug-Ins/net.juniper.DSSafariExtensions.plugin
       - net.juniper.DSSafariExtensions.plugin
       /Library/Internet Plug-Ins/o1dbrowserplugin.plugin
       - com.google.o1dbrowserplugin
       /Library/Internet Plug-Ins/OfficeLiveBrowserPlugin.plugin
       - com.microsoft.officelive.browserplugin
       /Library/Internet Plug-Ins/Quartz Composer.webplugin
       - com.apple.QuartzComposer.webplugin
       /Library/Internet Plug-Ins/QuickTime Plugin.plugin
       - N/A
       /Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin
       - com.microsoft.sharepoint.browserplugin
       /Library/Internet Plug-Ins/SharePointWebKitPlugin.webplugin
       - com.microsoft.sharepoint.webkitplugin
       /Library/Internet Plug-Ins/Silverlight.plugin
       - com.microsoft.SilverlightPlugin
       /Library/Internet Plug-Ins (Disabled)/Flash Player.plugin
       - N/A
       /Library/iTunes/iTunes Plug-ins/Fountain Music.bundle
       - com.binaryminded.FountainMusic
       /Library/iTunes/iTunes Plug-ins/Manifesto.bundle
       - com.insightvr.manifesto
       /Library/iTunes/iTunes Plug-ins/Quartz Composer Visualizer.bundle
       - com.apple.QuartzComposer.iTunesPlugIn
       /Library/PreferencePanes/Application Enhancer.prefPane
       - com.unsanity.ape.prefpane
       /Library/PreferencePanes/BackblazeBackup.prefPane
       - com.backblaze.BackblazeBackup
       /Library/PreferencePanes/Enterprise Vault.prefPane
       - com.symantec.Enterprise_Vault
       /Library/PreferencePanes/Flash Player.prefPane
       - com.adobe.flashplayerpreferences
       /Library/PreferencePanes/Flip4Mac WMV.prefPane
       - net.telestream.wmv.prefpane
       /Library/PreferencePanes/Growl.prefPane
       - com.growl.prefpanel
       /Library/PreferencePanes/HyperDock.prefpane
       - de.bahoom.HyperDock.prefpane
       /Library/PreferencePanes/JavaControlPanel.prefPane
       - com.oracle.java.JavaControlPanel
       /Library/PreferencePanes/MacFUSE.prefPane
       - com.google.MacFUSE
       /Library/PreferencePanes/Perian.prefPane
       - org.perian.PerianPane
       /Library/PreferencePanes/SteerMouse.prefPane
       - jp.plentycom.prefpane.SteerMouse
       /Library/QuickTime/AC3MovieImport.component
       - com.cod3r.ac3movieimport
       /Library/QuickTime/AppleMPEG2Codec.component
       - com.apple.AppleMPEG2Codec
       /Library/QuickTime/Perian.component
       - org.perian.Perian
       /Library/Spotlight/iBooksAuthor.mdimporter
       - com.apple.MDImporter.iBooksAuthor
       /Library/Spotlight/iWork.mdimporter
       - com.apple.MDImporter.iWork
       /Library/Spotlight/Microsoft Office.mdimporter
       - com.microsoft.MDImporter.Office
       /Library/Widgets/CI Filter Browser.wdgt
       - com.apple.CIFilterBrowser
       /Library/Widgets/Network Connect.wdgt
       - net.juniper.widget.NetworkConnect
       Library/Address Book Plug-Ins/SkypeABDialer.bundle
       - com.skype.skypeabdialer
       Library/Address Book Plug-Ins/SkypeABSMS.bundle
       - com.skype.skypeabsms
       Library/Caches/com.apple.Safari/Extensions/1Password.safariextension
       - com.agilebits.onepassword4-safari
       Library/Caches/com.apple.Safari/Extensions/OpenIE.safariextension
       - com.parallels.openinie
       Library/Internet Plug-Ins/ATTConnectEventEntry.plugin
       - N/A
       Library/Internet Plug-Ins/ATTConnectWCPlugin1_0_6.plugin
       - com.att.attconnectwcplugin
       Library/Internet Plug-Ins/CitrixOnlineWebDeploymentPlugin.plugin
       - com.citrixonline.mac.WebDeploymentPlugin
       Library/Internet Plug-Ins/EvernoteSafariClipperPlugin.webplugin
       - com.evernote.EvernoteSafariClipperPlugin
       Library/Internet Plug-Ins/OctoshapeWeb.plugin
       - com.octoshape.browserplugin
       Library/Internet Plug-Ins/Picasa.plugin
       - com.google.PicasaPlugin
       Library/Internet Plug-Ins/WebEx.plugin
       - com.webex.WebEx
       Library/Internet Plug-Ins/WebEx.plugin/Contents/Resources
       - com.webex.WebEx
       Library/Internet Plug-Ins/WebEx64.plugin
       - com.cisco_webex.plugin.gpc64
       Library/iTunes/iTunes Plug-ins/TuneUp/TuneUp Visualizer.bundle
       - N/A
       Library/PreferencePanes/MusicManager.prefPane
       - com.google.musicmanager.pref
       Library/Services/SearchGoogle.service
       - st.gu.SearchGoogle
       Library/Widgets/Airport Radar.wdgt
       - com.MacWireless.widget.AirportRadar
       Library/Widgets/AirTrafficControl.wdgt
       - com.spintriplet.atc.widget
       Library/Widgets/BART.wdgt
       - com.worrydream.bartwidget
       Library/Widgets/dashkards.wdgt
       - com.thomasborowski.dashkards
       Library/Widgets/Delicious Library.wdgt
       - com.delicious-monster.widget.library2
       Library/Widgets/Gas.wdgt
       - com.andrethegiant.widget.gas
       Library/Widgets/Gmail.wdgt
       - com.google.widget.Gmail
       Library/Widgets/Google Maps.wdgt
       - org.unobtrusive.widget.GoogleMaps
       Library/Widgets/Google News.wdgt
       - N/A
       Library/Widgets/GoogleCalendar.wdgt
       - com.google.widget.GoogleCalendar
       Library/Widgets/GoogleCalendar2.wdgt
       - com.google.widget.GoogleCalendar2
       Library/Widgets/iStat Pro.wdgt
       - com.iSlayer.iStatpro4.widget
       Library/Widgets/JiWire.wdgt
       - com.jiwire.widget
       Library/Widgets/MightyMonitor 2.wdgt
       - com.johnstarmer.widget.Mighty

    Try a restart.
    Do a backup, using either Time Machine or a cloning program, to ensure files/data can be recovered. Two backups are better than one.
    Try setting up another admin user account to see if the same problem continues. If Back-to-My Mac is selected in System Preferences, the Guest account will not work. The intent is to see if it is specific to one account or a system wide problem. This account can be deleted later.
    Isolating an issue by using another user account
    Try booting into the Safe Mode using your normal account.  Disconnect all peripherals except those needed for the test. Shut down the computer and then power it back up after waiting 10 seconds. Immediately after hearing the startup chime, hold down the shift key and continue to hold it until the gray Apple icon and a progress bar appear and again when you log in. The boot up is significantly slower than normal. This will reset some caches, forces a directory check, and disables all startup and login items, among other things. When you reboot normally, the initial reboot may be slower than normal. If the system operates normally, there may be 3rd party applications which are causing a problem. Try deleting/disabling the third party applications after a restart by using the application un-installer. For each disable/delete, you will need to restart if you don’t do them all at once.
    Safe Mode - Mavericks
    Safe Mode - About
    Performance Guide
    Why is my computer slow
    Why your Mac runs slower than it should
    Slow Mac After Mavericks
    Things you can do to resolve slowdowns  see post by Kappy

  • HT204053 My ipad stores my documents on iCloud. How can I find them from a different computer, as I used to do by using a memory stick on my old PC etc ?

    My ipad stores my documents in iCloud. How can I find them from a different computer?  I used to use a memory stick and could work on my documents on any computer and want to have a replacement system using documents created on my ipad - I can't use a memory stick with it.

    How do you know that they are on iCloud, the iPad can (and does) save locally. If they are on iCloud they will be accessible via the application that created them (Pages, Numbers etc) and can be reached from any computer with iCloud access by logging to iCloud.com. But you did that and stated that they are not there, so what makes you think that they are?

  • Can't use all memory for VM

    Hi!
    I have Microsoft Hyper-V Server 2012 R2 with 16 Gb RAM. I created two VM with 7162 Mb of fixed memory on each. But i can't start both of them. When i tried start second vm i got out of memory error. Why?
    PS C:\Users\Administrator> ( Get-WMIObject Win32_OperatingSystem -ComputerName localhost ).FreePhysicalMemory
    8184452
    PS C:\Users\Administrator> start-vm oldBSD
    start-vm : 'oldBSD' could not initialize. (Virtual machine ID 05EA5A45-601F-4CC0-8770-62B97571D8F8)
    Not enough memory in the system to start the virtual machine oldBSD with ram
    size 7168 megabytes. (Virtual machine ID 05EA5A45-601F-4CC0-8770-62B97571D8F8)
    The server ran out of available memory.
    Max memory value for second machine is 5740Mb, but with it i have
    PS C:\Users\Administrator> ( Get-WMIObject Win32_OperatingSystem -ComputerName
    localhost ).FreePhysicalMemory
    2243312
    How i can use all memory? My idea is use 7 Gb of memory for each machine and 1.5-2 Gb for host.

    Hi maxx-ode,
    As far as I know ,to get free memory you still need to subtract the "standby memroy" from the output of the command in your original post .
    Please refer to the article "Memory Sizing Guidance for Windows 7" within the link below :
    http://msdn.microsoft.com/en-US/library/windows/hardware/dn550976
    " Standby List
    The Standby list contains unmodified pages that have been removed from process working sets, which effectively makes the Standby list a cache. If a process needs a page that is on the Standby list, the memory manager immediately returns the page to its
    working set.
    All pages on the Standby list are available for memory allocation requests. If a process requests memory, the memory manager can take a page from the Standby list, initialize it, and allocate it to the calling process. This is called repurposing a page.
    Pages on the Standby list are often from recently used files. By keeping these pages on the Standby list, the memory manager reduces the need to read information from the disk. Disk reads
    can decrease system responsiveness. "
    Please try to use this command to get the "real" free memory of host (in bytes):
    (Get-WmiObject Win32_PerfFormattedData_PerfOS_Memory -ComputerName localhost).FreeAndZeroPageListBytes
    "Free & Zero Page List Bytes is the amount of physical memory, in bytes, that is assigned to the free and zero page lists. This memory does not contain cached data. It is immediately available for allocation to a process or for system use.
    Update: Actually we can allocate some standby RAM to VM , based on my test I can't allocate whole standby RAM .Then I used
    RAMMap to check the usage and I found that Mapped file occupied most RAM .For mapped file please refer to following link:
    http://blogs.msdn.com/b/khen1234/archive/2006/01/30/519483.aspx
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Can i use 2gb memory in one slot in my 2006 Mac mini as the 2 slots of 1gb only reports only 1gb memory, both memory work ok in the one slot

    Can I use 2gb memory in one slot in my 2006 Mac mini as the 2 slots of 1gb only reports as 1gb memory, both memory work ok in the one slot as I have swapped them over

    To my knowledge 1GB modules are the max. size for the 2006 Mini.
    2GB modules are not recognized/useable.
    Sorry
    Stefan

  • How to use abap memory in global class

    Hi experts,
                     I want to  know how to use abap memory in global class. when i try write export and import statement its showing
    error is export statement does not support in object oriented concept.
    Thanks
    Ramesh Manoharan

    Hi Ramesh,
    Export and import statements were not allowed to use in  classes. Create a global variable in public section of that class of type of  export parameter.Then pass value to the global variable of class  by calling that class.
    by
    Prasad GVK.

  • What settings do y'all use for Memory Usage?

    Application default is 100% and Still Cache is 10%.
    I have seen diffeent theories on this and put my Apllication down to 80%. Now it seems I am getting an Out Of Memory message when doing haevy duty renders.
    Ideas?
    Thanks folks!

    Buy more memory, Mark. It's cheap.
    FCP can use a total of 4GB, but it assigns about 1.5GB for related processes it figures it needs, so the core application can then use up to 2.5GB. When you have 4GB or less, that means if you allow FCP to use 100%, the OS will have little or nothing left and will use Virtual Memory when the need arises, This in turn will impact FCP and cause Page Outs. That means your timeline will be playing from the hard drive.
    So, if you have 4GB or less, set the FCP memory allowance to less than 100%. In your case, you apparantly don't have enough memory for your project's needs.
    So, buy more RAM. It's cheap.

  • Issue while using SUNOPSIS MEMORY ENGINE (High Priority)

    Hi Gurus,
    While using SUNOPSIS MEMORY ENGINE to generate a .csv file using the database table as a source it is throwing an error in the operator like.
    ODI-1228: Task SrcSet0 (Loading) fails on the target SUNOPSIS ENGINE connection SUNOPSIS MEMORY ENGINE.
    Caused By: java.sql.SQLException: unknown token
    (LKM used : LKM Sql to Sql.
    IKM used : IKM Sql to File Append.)
    can you please help me regarding this ASAP as it has became the show stopper for me to proceed further.
    Any Help will be greatly Appreciable.
    Many Thanks,
    Pavan
    Edited by: Pavan. on Jul 11, 2012 10:22 AM

    Hi All,
    The Issue got resolved successfully.
    The solution is
    we need to change the E$_,I$_,J$_,...... to E_,I_,J_,.... ((i.e; removing the '$' Symbol)) in the PHYSICAL SCHEMA of SUNOPSIS MEMORY ENGINE as per the information given below.
    When running interfaces and using a XML or Complex File schema as the staging area, the "Unknown Token" error appears. This error is caused by the updated HSQL version (2.0). This new version of HSQL requires that table names containing a dollar sign ($) are surrounded by quotes. Temporary tables (Loading, Integration, and so forth) that are created by the Knowledge Modules do not meet this requirement on Complex Files and HSQL technologies.
    As a workaround, edit the Physical Schema definitions to remove the dollar sign ($) from all the Work Tables Prefixes. Existing scenarios must be regenerated with these new settings.
    It worked fine for me.
    Thanks ,
    Pavan Kumar

  • Can you use a memory stick or card with a mini 2

    can you use a memory card or stick with a mini2

    You can't use Memory Stick or card.
    Use Wireless Flash Drive.

  • HT204384 Can I use a memory stick pro from sony with the SDXC slot?

    Is it possible to use the Memory Stick Pro from Sony in the SDXC slot on the MacBook Pro?

    How could anyone "take it wrong"? Anyone can see at a glance that you're raging mad, shouting at the top of your lungs and ignoring the terms of use you agreed to abide by in posting here, all because you haven't read the guide that came with your computer and you're trying to make it do something it can't. Your SD card slot is for SD cards.

  • Plz tell me which sound file format uses minimum memory of a director file

    plz tell me which sound file format uses minimum memory of a director file. bcoz on adding sound the projector file becomes a large memory file .
    so i am confused that which file format should be used.

    saramultimedia,
    Are you certain that you're asking your question in the right place? This forum is about the Adobe Media Encoder application. Most of the people who answer questions here are familiar with the digital video and audio applications such as After Effects and Premiere Pro.
    If you have a question about Director, it's probably best to ask on the Director forum. But I see that you already know that, since you already have a thread on that forum to ask this question, and it got an answer:
    http://forums.adobe.com/thread/769569

  • Can I use 1333GHZ memory in a machine that uses 1066GHZ memory

    Can I use 1333GHZ memory in a machine that uses 1066GHZ memory

    You may be able to but it all depends on the RAM and the system. Some work, Some Don't.
    But if you haven't already bought the RAM just buy what is right for the system.
    Even if the faster RAM works it will not run at the faster speed. It would be Clocked down to the speed of the system it is installed in.

  • Macbook Memory Upgrade, can I use this memory in my Pismo or Titanium PB?

    I just bought a Macbook. I love it. I ordered a 1G of ram. Can I use the 512 memory from the original configuration in my Pismo powerbook or my Titanium powerbook?

    No. You must use the memory specified by Apple in your MacBook's User Guide: PC5300-DDR2 667 MHz SODIMMs.

Maybe you are looking for

  • Looking for a real "BitSet"

    Hi all, I'm looking for an efficient set implementation based on bit vectors. BitSet doesn't support the set interface. EnumSet requires you to know the set of elements at compile time, which I don't. I guess I could subclass BitSet, implementing the

  • Error: Test call of transport control program (tp) ended with return code 0

    Hi Experts, When we are trying to transport Request. Error: Test call of transport control program (tp) ended with return code 0208 in STMS what are the steps to fallow to just back up the code. Any Solutions is Greatly Appreciable... Thanks in Advan

  • Set up curve 9320

    Just got a new bb cannot set up email keeps saying not connected to internet! Loaded the prepaid R59 MTN bbm invites pending waiting for authorization. Please help! Solved! Go to Solution.

  • Ipod not working

    my son's ipod is not playing unless it is on the docker. i sent it to ipod and just read on the status page that there was no problem. does anyone have some help. i have trid everything

  • (--x) Vs (- - x)

    int x; x = (x=1) + (x=7)* (- - x); System.out.println( x ); why does the output of the above statements differ from the one given below.. int x; x = (x=1) + (x=7)* (--x); System.out.println( x ); Thanks in advance....