[
https://issues.apache.org/jira/browse/STRATOS-1555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14736689#comment-14736689
]
Imesh Gunaratne commented on STRATOS-1555:
------------------------------------------
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)