Hi.

Yes, sure we'll keep it in the mailing list.

Sorry, I don't have any repo link or Docker image.
This is just a theoretical question that me and a few of my collegues discussed.

I just realized I send you the wrong example below. It should be.

resources:
  Function X:
    limits:
      cpu: "1"
    requests:
      cpu: "500m"
      memory: "1Gi"
    jvm:
      memory:
initialRAMPercentage: 50% MinRAMPercentage: 70% MaxRAMPercentage: 50%


BR,
Thomas

On 21/10/2021 17:22, Anthony Baker wrote:
Let’s keep the discussion on the public mailing list so everyone can benefit :-)

I’m trying to understand *where* you got the helm chart from, without that info 
it’s hard to tell what’s going on.  Do you have a repo link or docker image?

Thanks,
Anthony


On Oct 20, 2021, at 1:22 PM, Thomas Enblom<thomas.enblo...@gmail.com>  wrote:

Hi Anthony.

It would look for example like this, where only Request has received a value.

resources:
   Function X:
     limits:
       cpu: "1"
     requests:
       cpu: "500m"
       memory: "1Gi"
     jvm:
       memory:
         initialMemoryAllocationPercentage: 50%
         smallMemoryAllocationMaxPercentage: 70%
         largeMemoryAllocationMaxPercentage: 50%

BR,
Thomas

On 20/10/2021 17:37, Anthony Baker wrote:
Hi Thomas,

Can you share which helm chart you are using?

Thanks,
Anthony



On Oct 19, 2021, at 2:06 PM, Thomas Enblom<thomas.enblo...@gmail.com>
  wrote:

Hi

I have two questions on how large the heap size in a Geode will be using the 
new parameter XX:maxRAMPercentage in a kubernetes cluster under the following 
conditions:

1) My JVM container has only (in the helm chart) Memory Request set but Memory 
Limit NOT set in order to obtain Best Effort memory use. Since 
XX:maxRAMPercentage is in relation to the Limit, and there is no limit set, 
then what heap size will be obtained?

2) My JVM container has NOT defined (in the helm chart) Memory Request and 
Memory Limit in order to obtain Best Effort memory use. Since 
XX:maxRAMPercentage is in relation to the Limit, and there is no limit set, 
then what heap size will be obtained?

BR, Thomas

Reply via email to