Ruoxi

Results 120 comments of Ruoxi

It may work, but it would take an estimate of 10 days for a test -_-

Yes I am currently doing `sudo parallel du -hs ::: vol/*/* >space.log` and then wrote a python script to visualize the values as a tree. The major downside is the...

Still crashes and still crashes v0.13.0 ./pdu-x86_64-unknown-linux-gnu /vol/ --max-depth 3 --no-sort --progress (scanned 78559689, total 115141910765568)Killed PR ./pdu /vol/ --max-depth 3 --no-sort --progress (scanned 156134549, total 125089019191296)Killed I think the...

i run it in a container with only it active, and monitor the cgroupfs memory accounting stats.

(scanned 244783139, total 151987771170816, erred 1) #288 still didn't make it

seems so, but the usage can fluctuate (maybe due to order of execution in parallel) for each run and it is hard to say for certain.

> Anybody found a workaround for this issue? You can write an exec/tar/pipe yourself.

https://github.com/eliphatfs/naughty-k8s/blob/main/src/api/pod.ts#L184

I wrote this script to convert the output yaml to bop19 csv: ```python import yaml import numpy import calibur def arr2str(x: numpy.ndarray): return ' '.join(map(str, x.reshape(-1).tolist())) x: dict[object, dict[object, dict]]...

I used the data script from FoundationPose repository, with the official dataset downloaded from BOP.