shm_size is not supported when creating a stack.
See original GitHub issueDescription
When I try to create a custom stack with Oracle Database for multiple machines from the Java-MySQL stack, the “shm_size” parameter is not allowed.
The same is required for the Oracle 11g docker image to work as demonstrated by the docker command:
docker run --name <container name> \
--shm-size=1g \
-p 1521:1521 -p 8080:8080 \
-e ORACLE_PWD=<your database passwords> \
-v [<host mount point>:]/u01/app/oracle/oradata \
oracle/database:11.2.0.2-xe
is there any way this parameter works or is not supported by Eclipse Che?
thanks
OS and version:
Ubuntu 16.04
Docker CE 17
Eclipse Che 6.1.1
Issue Analytics
- State:
- Created 6 years ago
- Comments:5
Top Results From Across the Web
Allow setting of shm-size for docker service create #26714
As i am using swarm mode and service I cannot pass --shm_size=1g It always take the default value. Running individual containers is not...
Read more >How to increase the size of the /dev/shm in docker container
Save this answer. Show activity on this post. You can modify shm size by passing the optional parameter --shm-size to docker run command....
Read more >dev/shm size recommendation for postgres database in docker
We had an issue "pq: could not resize shared memory segment "/PostgreSQL.XXX" to XXX bytes: No space left on device" , described here....
Read more >Using /tmp instead of /dev/shm because of low memory - Ray
I am running ray in a python script on a node on a GCP cluster. I get the following error message: WARNING services.py:2002...
Read more >How-To Setup NVIDIA Docker and NGC Registry on your ...
This should be the last post in this series dealing with the Docker setup for accessing the NVIDIA NCG Docker registry on your...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Daniel-Dos I am going to close this one. Feel free to open a PR or an issue if you have difficulties in implementing it
Hi Daniel. You can contribute this feature to the project and become a member of our Eclipse committers community! Here is a bit long but not very complex flow on how to contribute it:
ShmSize
field looks in Docker API docsLooking forward seeing you as a contributor!