-
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
OS: Ubuntu 24.10 (Oracular Oriole)
Java version: openjdk 21.0.7 2025-04-15
I am unable to get this to even run without errors. One of the things that gets me is it says it's out of memory. I've tried increasing it over the amount shown in the docs and it still fails. Is this driven by the size of my library? I've tried searching some of the errors I'm seeing but there's nothing that stands out as a solution.
Any suggestions?
This is my log file: watchlistarr.log
This is my systemctl service file.
# cat /usr/lib/systemd/system/watchlistarr.service
[Unit]
Description=Watchlistarr
After=network-online.target
[Service]
User=watchlistarr
Group=media
UMask=0002
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=watchlistarr
WorkingDirectory=/opt/Watchlistarr/
#ExecStart=/usr/bin/java -Xmx100m -jar /opt/Watchlistarr/watchlistarr.jar
ExecStart=/usr/lib/jvm/java-11-openjdk-amd64/bin/java -Xmx250m -jar /opt/Watchlistarr/watchlistarr.jar
Type=simple
TimeoutStopSec=30
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels