-
/kind feature
/sig scheduling
**What happened**:
Consider a 3 node cluster with following resources availability
*Node 1* extended-resource = intel.com/foo : 4
*Node 2* extended-resource …
-
- [ ] Ler o artigo
- [ ] Compreender as entradas do algoritmo
- [ ] Compreender as saídas do algoritmo
-
Packing/unpacking bin data fails for me:
``` php
var_dump(bin2hex(msgpack_pack("\x80")));
```
Expected: `string(6) "c40180"`
Actual: `string(4) "a180"`
``` php
var_dump(bin2hex(msgpack_unpack("\xc4…
-
Source File: [/docs/concepts/configuration/resource-bin-packing.md](https://github.com/kubernetes/website/blob/release-1.16/content/en/docs/concepts/configuration/resource-bin-packing.md)
-
Hello @fdabrandao ,
I have a doubt regarding time it takes to generate bin packing results. I am currently using gurobi solver.
The experiment setup is as follows:
I have 8K - 4D bins and close to…
-
It appears that some solution would show some box half hanging over another smaller box. Is there any option to allow all boxes should be on a flat surface larger enough so that it does not fall?
O…
-
See https://reviews.llvm.org/D38636
This is still an issue, and the behaviour is quite inconsistent. When using `AlignArrayOfStructures: Left` or `AlignArrayOfStructures: Right`, it does put them e…
-
Are there other GPU sharing strategies, besides bin packing, supported? If not, would you consider adding those as a feature?
What I want to achieve is that my containers are spread evenly among th…
-
In our current implementation the operator tries to distribute the process groups across as many fault domains as possible. If the number of fault domains is greater than the number of process groups …
-
I'm thinking I might want to spend an afternoon next week looking for and/or implementing a better packing algorithm for the sprites.
Is there any interest in it? Do you think it would be worth while…