Omri Mor

Results 43 comments of Omri Mor

Right—as I said before, the default choice `UCX_IB_RCACHE_MAX_REGIONS=inf` is _not_ correct, since that's greater than the number of registrations (aka regions) supported by the hardware.

> @omor1 to clarify, does setting UCX_IB_RCACHE_MAX_REGIONS=1000 (for example) help in your case? Yes; I've been setting `UCX_IB_RCACHE_MAX_REGIONS="262144"`, which prevents the issue—fewer entries are allowed to be cached, so I...

The problem is probably that the v1 format has a giant table with a bunch of empty entries. Since integer-typed columns don't have a way to represent "no value" (unlike...

Look into `pandas.DataFrame.infer_objects()` to see if that can help.

task_profiler profiling tasks with profile=off seems incorrect to me, so that should be fixed. Having a default profiling type id seems like a good idea though, to catch anything that...

> I don't really know what priority means, but I assume it relates to Swappiness. If that's the case and zram is being prioritized then it would probably break the...

An update that, as of today, it seems that the Beta client for the Steam Deck also installs an updated Flatpack 1.15.6 and causes this issue. I'm not really sure...

`parsec_remote_dep_ini` is called inside `parsec_init`; however, portions of initialization are indeed delayed until the first time that `parsec_remote_dep_on` is called. I think the proper solution is putting a call to...

I fully agree regarding tag registration—that way the pointer doesn't need to go back and forth and implementation can be simplified (at least with LCI, eventually). That said, I don't...

Regarding the array—that works _if_ we can guarantee the user registers tags in the range of that array, but we have no way of enforcing that. In fact, I'd like...