Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Docker - increase size of the /dev/shm

Tags:

docker

sedna

To run Sedna XML database I need to increase size of the /dev/shm. It's now 64M.

Is there some easy way to do this?

like image 610
Shcheklein Avatar asked Jun 14 '14 10:06

Shcheklein


1 Answers

It looks like it is no possible for now, the shared memory size is currently hardcoded to 64M.

Several people have expressed interest in the same feature, and it is being worked on, check this Github issue.

like image 155
mbarthelemy Avatar answered Oct 12 '22 17:10

mbarthelemy