JRUN and Windows Virtual Memory

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default JRUN and Windows Virtual Memory

    Does anyone know why JRUN uses such a large amount of virtual memory and where
    does it get its settings from? I have one server using only 184MB of peak
    physical memory and yet it has 574MB of virtual memory. I've set the "Minimum
    JVM Heap Size (MB)" and "Maximum JVM Heap Size (MB)" to 512MB.

    I would assume from CF Admin that JRUN would start running at 512MB. It's not
    clear if the JVM setting is physical memory (I thought it was) or physical and
    virtual (like Windows does). Either way, I'm curious why CF doesn't just use
    the 512MB like I had configured the JVM.

    mprest Guest

  2. Similar Questions and Discussions

    1. Jrun virtual-mapping to UNC path
      Is it possible to set the <virtual-mapping><system-path> in the jrun-web.xml file to point to a UNC path? I want all of the .cfm files to reside...
    2. 6.1 memory leakage/jrun hogging memory
      I have applied all the current patches to Coldfusion 6.1mx, however it appears I am still having major memory leakage issues, and the server appears...
    3. JRun/CFMX/JWS virtual mapping question
      I'm running ColdFusion MX 6.1 Developer Edition (J2EE configuration w/ JRun) with the built-in web server (JRun Web Server) on Windows XP Pro. I'm...
    4. JRun Memory Leak
      Since upgrade to ColdFusion MX7 Enterprise the memory consumption of JRUN.EXE gradually climbs (pace of consumption depends on load) until all web...
    5. Could not start Adobe Photoshop because the volume Windows is using for Virtual Memory does not have
      I am running Windows 98. I recently got the memory (RAM) increased to 384. They also got rid of spyware on my hard drive. When I got my computer...
  3. #2

    Default Re: JRUN and Windows Virtual Memory

    The Heap Size doesn't include the Permanent Generation size, so you're actually talking Heap+Perm=574

    At least that's my understanding.

    Andy
    xentrix Guest

  4. #3

    Default Re: JRUN and Windows Virtual Memory

    mprest: Where are you adjusting the JVM memory settings for JRun?
    lnagy Guest

  5. #4

    Default Re: JRUN and Windows Virtual Memory

    nvm found it in JMC
    lnagy Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139