question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

shm_size is not supported when creating a stack.

See original GitHub issue

Description

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:closed
  • Created 6 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
ghostcommented, Apr 24, 2018

@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

1reaction
garagatyicommented, Mar 15, 2018

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:

Looking forward seeing you as a contributor!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found