modelmat / sphinxcontrib-drawio

Sphinx extension for including draw.io files.
MIT License
39 stars 17 forks source link

Add drawio_disable_dev_shm_usage config option #86

Closed jdillard closed 1 year ago

jdillard commented 1 year ago

When running in Docker you can get errors related to shared memory usage. The drawio_disable_dev_shm_usage config option allows shared memory usage to be turned off so that the extension doesn't throw errors.

This comment on the original chromium tracker seems to indicate there shouldn't be much of a difference in performance, and I haven't noted any thus far.