romancin / tinymediamanager-docker

A repository for creating a docker container including TinyMediaManager with GUI interface.
203 stars 69 forks source link

tinymediamanager runs out of memory when collection is big #37

Closed ifsnop closed 4 years ago

ifsnop commented 4 years ago

How can you increase memory when running inside a container?

Currently, when using tmm without docker, it is enough to call tmm with the following parameter:

-Xmx1024m

How can this be done inside the container?

ifsnop commented 4 years ago

just create an extra.txt file in the config directory with whatever parameter you need.