You are not logged in.

#1 2019-11-30 11:51:47

F.m
Member
Registered: 2017-12-22
Posts: 147

memory usage problem

Hi Shahin,
i use build 2436, i execute python code to control light engine, after couple of hours the codes won't work but the plate goes up and down. when i checked the memory usage, i found that every time i add a plate, it grows about 30% each time until about 85% the commands will not be executed. i surprised that even i delete the plate the memory will not get empty and the only way to empty it is to restart the pi. another thing is that when i disable 3d preview, memory usage drops a bit for each plate adding. is there any way to empty memory without rebooting?

Offline

#2 2019-11-30 17:22:30

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: memory usage problem

Hi,

Just add a plate and it keep adding up? Very strange will check see if I could reproduce it.

Offline

#3 2019-11-30 18:17:47

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: memory usage problem

Memory usage is pretty stable on my tests. Make sure it is nothing to do with python calls.

Offline

#4 2019-12-01 12:33:38

F.m
Member
Registered: 2017-12-22
Posts: 147

Re: memory usage problem

upgraded to 2454
non of python scripts run when adding plates. testing results for a 42 MB plate :
boot up nano dlp: memory 2%
adding first plate: memory 34%
waiting to finish slicing, still 34% , no decrease in memory usage.
adding the same plate again: 57%
and add it again: 57%
and add a 150 MB plate: cpu 104% and 101% !!!
cpu decreases after finish slicing but not memory.
hardware: RPi 3 B+

installed a fresh image from site, same thing happened.
checking memory by htop command in ssh, memory usage by ./printer is the same even when remove the plate, memory usage  will not decrease
how much does it take to free the memory after slicing?

Last edited by F.m (2019-12-01 12:49:53)

Offline

#5 2019-12-02 05:24:33

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: memory usage problem

It is OK, it not suppose to decrease after slicing. It just keep memory and do not release it until OS demand it.
My guess about increase after second upload is that, before validation for the first plate get ended second get started so memory usage increases.

Offline

#6 2019-12-02 07:32:20

F.m
Member
Registered: 2017-12-22
Posts: 147

Re: memory usage problem

thanks shahin, but the problem is that when memory usage goes above 70%, the "exec" command to run python script will not executed in nanodlp and i need to reboot the nanodlp to free the memory. but it is interesting, when i run the scrip in bash, even if the memory usage is above 70%, the script works well.

Last edited by F.m (2019-12-02 09:42:31)

Offline

#7 2019-12-05 07:22:57

F.m
Member
Registered: 2017-12-22
Posts: 147

Re: memory usage problem

Is there any way to free memory each time it increases without interrupting the nanodlp job?

Offline

#8 2019-12-06 02:13:17

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: memory usage problem

What is the error?
try run command using sh -c your_command on terminal, see if it still runs or not.

Offline

#9 2019-12-07 09:01:35

F.m
Member
Registered: 2017-12-22
Posts: 147

Re: memory usage problem

i told you in the latest post, after memory usage goes above 70%, nanodlp don't execute the command but with putty (in bash) when i run the scrip by "python script_address", the python script works well. the problem looks like the post here: https://www.nanodlp.com/forum/viewtopic.php?id=1358

Last edited by F.m (2019-12-07 14:23:15)

Offline

#10 2019-12-07 21:46:24

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: memory usage problem

Run you script using
sh -c python script_address

See if it still working on terminal after you reached 70%

Offline

#11 2019-12-08 06:22:16

F.m
Member
Registered: 2017-12-22
Posts: 147

Re: memory usage problem

When i run sh -c python (my script address) in terminal, it just opens python and it does nothing. the scripts are located at /home/pi


pi@raspberrypi:~ $ sh -c python /home/pi/PROJ_ON.py
Python 2.7.16 (default, Oct 10 2019, 22:02:15)
[GCC 8.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>

Last edited by F.m (2019-12-08 06:26:52)

Offline

#12 2019-12-08 20:29:48

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: memory usage problem

Does it work correctly in lower memory usage?

Offline

#13 2019-12-08 20:55:48

F.m
Member
Registered: 2017-12-22
Posts: 147

Re: memory usage problem

"sh - c python script_address" in bash not working on high or low memory and just opens python program. but, as i told before, "python script_address" in bash works always in high or low memory

Offline

#14 2019-12-10 06:16:53

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: memory usage problem

Use "sh -c python script_address" instead of "sh - c python script_address"

Offline

#15 2019-12-10 08:31:50

F.m
Member
Registered: 2017-12-22
Posts: 147

Re: memory usage problem

i typed with my mobile phone and it generated auto space, check below results, i typed "sh -c python script_address" and it did nothing. just opens python and not running the script in both high or low memory usage.

pi@raspberrypi:~ $ sh -c python /home/pi/PROJ_ON.py
Python 2.7.16 (default, Oct 10 2019, 22:02:15)
[GCC 8.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>

Offline

#16 2019-12-11 14:39:03

F.m
Member
Registered: 2017-12-22
Posts: 147

Re: memory usage problem

Mr. Shahin, any comments?

Offline

#17 2019-12-12 06:06:06

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: memory usage problem

Not sure about this issue.

Offline

#18 2019-12-13 02:05:09

F.m
Member
Registered: 2017-12-22
Posts: 147

Re: memory usage problem

Is there any way to free memory without reboot?

Offline

#19 2019-12-13 14:59:43

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: memory usage problem

Call http://ip/printer/mem/free on the latest beta see if it does any help.

Offline

#20 2019-12-14 05:53:21

F.m
Member
Registered: 2017-12-22
Posts: 147

Re: memory usage problem

did not have any impact on occupied memory. why when memory usage is high nano dlp can't run the script but it is run on bash?

Offline

#21 2019-12-28 12:44:48

F.m
Member
Registered: 2017-12-22
Posts: 147

Re: memory usage problem

dear Shahin, upgraded to rpi 4, 4gb of memory, memory usage solved, but i want to know that is there any memory limiter on nanodlp because i tested lower builds and the memory never goes above a certain quantity.

Last edited by F.m (2019-12-28 12:45:37)

Offline

#22 2019-12-29 06:48:00

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: memory usage problem

Memory usage on older build also goes up after plate upload. So nothing new this regard.
There is a functionality on nanodlp which slow down processing when memory usage get high.

Offline

#23 2020-01-15 12:14:54

F.m
Member
Registered: 2017-12-22
Posts: 147

Re: memory usage problem

here is the screenshot from latest beta build, memory goes above 90% (see the memory level on image) and it restarts. the plate size 140 MB. 
FluxBB bbcode test

it doesn't release memory until restart

Last edited by F.m (2020-01-15 12:16:47)

Offline

#24 2020-01-16 05:38:18

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: memory usage problem

I need the STL file and a debug file to reproduce it locally. It is very high memory usage for such small file.

Offline

#25 2020-01-18 12:10:29

F.m
Member
Registered: 2017-12-22
Posts: 147

Re: memory usage problem

when the 3d preview is off, memory usage doesn't increase this much. how can i send stl file?

Offline

Board footer

Powered by FluxBB