Skip to content

Commit 2798578

Browse files
author
Alexei Ledenev
committed
shared memory flag added
1 parent 63e85e3 commit 2798578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ sudo alien oracle-xe-11.2.0-1.0.x86_64.rpm
2424
docker pull alexeiled/docker-oracle-xe-11g
2525
```
2626

27-
Run with 1521 and 8080 ports opened:
27+
Run with 1521 and 8080 ports opened and 2GB shared memory:
2828
```
29-
docker run -d -p 1521:1521 -p 8080:8080 alexeiled/docker-oracle-xe-11g
29+
docker run -d --shm-size=2g -p 1521:1521 -p 8080:8080 alexeiled/docker-oracle-xe-11g
3030
```
3131

3232
Connect database with following setting:

0 commit comments

Comments
 (0)