nekokoe/Plasmer

run with docker

Opened this issue · 1 comments

When I run larger files (343kb) with dockers, I get incomplete output files. There was no problem running the sample file.

Most output files have no content.

Hello @Xian220 ,

It sounds like you're facing issues with processing larger files through Plasmer using Docker, resulting in incomplete or empty output files. To better assist you, could you provide a few more details:

Could you confirm the exact command you used to run Plasmer with Docker? Including how you're setting up your volume mounts and any specific options or flags you're using would be very helpful.
Have you checked the Docker container logs for any errors or warnings that might indicate what's going wrong? You can view the logs by running docker logs <container_name_or_id>.
Could you share the specifications of the Docker container's resource allocation, such as CPU and memory limits? Running larger files might require more resources than the defaults.
Finally, was there any particular message or indication that the process had been interrupted or terminated prematurely?