xcluster icon indicating copy to clipboard operation
xcluster copied to clipboard

Remove #VMs <= 256 limit

Open sriramy opened this issue 2 years ago • 1 comments

At some point the limit #VMs <= 256 may be addressed (not a limitation in my setups yet), but the limit is actually 100 since gnu screen have a max-limit of 100. Now, that can be configured ad build-time, but better to seek an alternative to screen, like a simple pipe or something

sriramy avatar Aug 17 '23 08:08 sriramy

IMO this should have very low prio, and only be implemented if a real need arises.

It hits hard on the entire network setup and several (convenient) assumptions. A test that really needs >256 nodes can most likely be implemented in an ovl, albeit a pretty obscure one with hooks and things.

uablrek avatar Aug 19 '23 09:08 uablrek