-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
memory full #81
Comments
Can you be more specific? Temperature-machine is unlikely to "crash" as such (quit unexpectedly) and as it runs as a service, it will attempt to restart if it were to. It's more likely that the network disconnected, so when you say the sensor stopped reading, what did you observe exactly? Could you connect to the website? The sensor readings disappeared on the UI? How many machines are you running? Can you share the logs on each machine? I'm not sure how to read My ... and regular |
hi. i have 1 sensor in 1 raspberry. if i restart raspberry sensor doesnt begin. if i disconnect raspberry from power. it returns to work. i tried to stop process and memory stay at 200M. and sensor doesnt stop working anymore. i have not many experience on this. sorry :S |
As I say, Java allocates all that memory although doesn't use it. It shouldn't affect other processes or indeed temperature-machine. I think its a red herring 🐟. Can you share the logs under ps. the |
Looking at this again, I'm not sure setting the initial memory and max memory so high makes sense. Running They're set as Running the Java defaults, leaves more headroom on the box and TM doesn't seem to need much more than Java Default (pi zero)Current temperature-machine Default (pi zero)I'll run my setup with the Java (lower) defaults for a bit. If there's no problems I'll change it for v2.3. |
hi all, i am new in all of this, i install temperature-machine and works great, but after a day aproximately sensor stop read and i have to disconnect raspberry to fix it.
i see that memory becames full each time before crash. I made htop and i see temperature-machine process is occupying all memory, i restart it and start again until filling memory.
what can be the problem?
The text was updated successfully, but these errors were encountered: