Jiaxin Shan
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  gradually it bumped to 650G eventually and never grows.  ``` 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  `--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 ``` 
 I changed back to 3.11 and MacOS build works
 ray dependencies are installed separately, crds are in 1st step, and deployment are in 2nd step