Fooocus
Fooocus copied to clipboard
system memory slowly increase
Read Troubleshoot
[x] I admit that I have read the Troubleshoot before making this issue.
Describe the problem The memory used by the program seems to be slowly increasing
Full Console Log
This is a potential problem that cannot be expressed in log. You can see that the memory occupied by fooocus is slowly increasing.
My startup params: python entry_with_update.py --listen 0.0.0.0 --all-in-fp16 --port 8000 --always-gpu
Thank you for the report, it sould be great if you could provide further information: Does this happen repeatedly, so can you reproduce the behavior? Is this only happening on your machine and what are you doing in Fooocus?
Can somebody else confirm this behavior and is experiencing also an increase in memory over time?
memory.log I recorded the memory of 20 times outpainting(four directions). Memory usage is indeed rising, although it is not obvious.
This is my code, Can somebody else try to reproduce this process on his computer?
#!/bin/bash
while true; do
memory=$(ps aux | grep PID | awk '{print $6}')
datetime=$(date "+%Y-%m-%d %H:%M:%S")
echo "$datetime Memory Usage: $memory" >> memory.log
sleep 3
done
Yup it does, like a hungry dog want to eat more hotdogs :-). I will test some more to see here i can improve on system lvl:
any solution?
Still working on it. Got some results but i need to tweak more. Here is the current state:
Any progress?
yes same issue for me!