Jiaxin Shan

Results 742 comments of Jiaxin Shan

``` Name: infinistore Namespace: default Priority: 0 Service Account: default Node: 192.168.3.41/192.168.3.41 Start Time: Mon, 19 May 2025 22:21:59 -0700 Labels: app=infinistore Annotations: Status: Failed IP: 192.168.3.41 IPs: IP: 192.168.3.41...

I changed the allocation to 600g ![Image](https://github.com/user-attachments/assets/1213b6b6-65f8-417a-b640-53caf50a8caa) gradually it bumped to 650G eventually and never grows. ![Image](https://github.com/user-attachments/assets/c6facb2b-769a-4ecf-a803-3492033bffca) ``` root@iv-ydw7g96j9cbw80bvmnmx:/# cat /proc/1/smaps_rollup 56529a3d5000-7ffc40a47000 ---p 00000000 00:00 0 [rollup] Rss: 684302012 kB...

Although we configured --prealloc-size=600 (GiB), we observed the actual resident memory (RES) usage reached ~653 GiB in top and /proc/1/smaps_rollup. This does not indicate a memory leak, but is instead...

## Summary - ulimit settings inside the container are not a problem — the limits are already high, and lsof -p 1 | wc -l stays below 1000, which is...

This is probably my env issue. Just like to double whether other issue meet similar problems

### 1st try ![Image](https://github.com/user-attachments/assets/877db51c-49e9-41e1-85a8-1cde8b63353e) `--extra-index-url` doesn't help a lot since test is still preferred

### 2nd try - download to local and use default registry for dependencies - work! ``` wget https://test-files.pythonhosted.org/packages/f5/57/7013d0deee8b5a0e8cfd5a51bcc8be2084fc0ab8589586fb5e19687efe99/infinistore-0.2.41-cp310-cp310-manylinux_2_28_x86_64.whl pip3 install infinistore-0.2.41-cp310-cp310-manylinux_2_28_x86_64.whl ``` ![Image](https://github.com/user-attachments/assets/ecb63594-1f87-4356-a09f-780fd57789bc)

![Image](https://github.com/user-attachments/assets/574bd439-25a8-4883-bd1b-5a8a7609d5fb) I changed back to 3.11 and MacOS build works

![Image](https://github.com/user-attachments/assets/90c928ed-5ca9-4b2e-aa26-f140bd0c7d2d) ray dependencies are installed separately, crds are in 1st step, and deployment are in 2nd step