uriariel

Results 11 comments of uriariel

I installed the server and used it with no issues until shutting it down after a few hours. (with docker-compoe down) When I tried to re run it I ranned...

I don't think so, I didn't touch the docker-compoe.yml file.

After another tackle with this issue, I understood that the problem occurs when the host running the docker is dealing with almost full storage. Elasticsearch has a feature that switches...

@etanshaul What is the status of the issue? I just encountered it as well.

@emeryberger Why would you delete the `git+https://github.com/plasma-umass/scalene@off_report` , there's no way to use scalene for real applications without this feature.

It doesn't seem to work, I try to: 1. start `scalene --outfile FILE main.py` 2. `python3 -m scalene.profile --off --pid PID` 3. `python3 -m scalene.profile --on --pid PID` and I...

> It doesn't seem to work, I try to: > 1. start `scalene --outfile FILE main.py` > 2. `python3 -m scalene.profile --off --pid PID` > 3. `python3 -m scalene.profile --on...

@emeryberger I'm running the application inside a container with the following entry point: `ENTRYPOINT ["scalene", "--memory", "--html", "--outfile", "my.profile", "main.py"]` The container keeps running even if I turn the profile...