You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stratos.apache.org by "Imesh Gunaratne (JIRA)" <ji...@apache.org> on 2015/09/09 13:28:45 UTC

[jira] [Comment Edited] (STRATOS-1555) Maximum memory that can be allocated for a Pod is 2047 in Kubernetes

    [ https://issues.apache.org/jira/browse/STRATOS-1555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14736689#comment-14736689 ] 

Imesh Gunaratne edited comment on STRATOS-1555 at 9/9/15 11:27 AM:
-------------------------------------------------------------------

Fixed with commit revision: 
https://github.com/apache/stratos/commit/3af354cf037b27c235e743d311ec141dd505471a

CPU and Memory can now be specified with their units either using system properties or cartridge properties:
   
       "property": [
        {
            "name": "KUBERNETES_CONTAINER_CPU",
            "value": "1"
        },
        {
            "name": "KUBERNETES_CONTAINER_MEMORY",
            "value": "4096Mi"
        }




was (Author: imesh):
Fixed with commit revision: 
https://github.com/apache/stratos/commit/3af354cf037b27c235e743d311ec141dd505471a

CPU and Memory can now be specified with their units either using system properties or cartridge properties:
   ```
       "property": [
        {
            "name": "KUBERNETES_CONTAINER_CPU",
            "value": "1"
        },
        {
            "name": "KUBERNETES_CONTAINER_MEMORY",
            "value": "4096Mi"
        }
    ```


> Maximum memory that can be allocated for a Pod is 2047 in Kubernetes
> --------------------------------------------------------------------
>
>                 Key: STRATOS-1555
>                 URL: https://issues.apache.org/jira/browse/STRATOS-1555
>             Project: Stratos
>          Issue Type: Bug
>            Reporter: Akila
>            Assignee: Imesh Gunaratne
>
> Should be able to increase memory for Kubernetes pods higher than 2047MB



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)